ANSYS Fluent 2023R1 help帮助文档,2023全新版本,2023的fluent支持N卡GPU加速哦~
2023-03-25 15:37:28 333.38MB C
1
初学opengl 可以下来看看,内全部代码哈
2023-03-23 17:49:17 7.97MB opengl 游戏
1
100%原生的DELPHI编写的ZIP/UNZIP 全功能开发包,包全部源代码. Delphi 4, 5, 6, 7, 2005, 2006, 2007 and 2009 compatible C++ Builder 4, 5 6, 2007, and 2009 compatible The VCLZip Delphi component allows you to add ZIP and UNZIP capabilites to your application. This component is different from most other "ZIP" development libraries in that it is written in 100% Delphi Object Pascal code and is full featured. There are no DLL's to tote around. This component links right into your application's executable. It is very easy to use. Just SOME of the features include: Create zip files fully compatable with PKZip Completely native Delphi VCL (NO DLLS) Create Disk Spanning and Blocked zip files Delphi 4, 5, 6, 7, 2005, 2006, 2007 and 2009 compatible C++ Builder 4, 5 6, 2007, and 2009 compatible Zip directly from streams to zip files Unzip directly to streams from zip files Stream to Stream zipping and unzipping Unzip directly to memory buffers Zip directoy from memory buffers Create and read Zip and File Comments Create Self Extracting Zip Files (16 bit and 32 bit distributable Windows sfx stubs included (source included for these too) or use your own stubs) Complete support for encrypted files (encrypts as it zips) Save Relative Path information Unzip using Relative Paths (even if zip file wasn't created with relative path info) Use enhanced wildcards Exclude List (tell VCLZip which files not to include (use wildcards too)) NoCompress (STORE) List (tell VCLZip which files to just store (use wildcards too) Set your own temp directory Plenty of events Long filenames, even the 16 bit VCLZip/VCLUnZip Includes comprehensive Zip Utility with source as demo Includes a small stream zipping demo Includes a context sensitive help file Use Unicode filenames, archive names, and pathnames (except for Delphi/BCB 4 and5) . No Royalties! AES Strong Encryption Zip64 capabilities, properties, methods and events: Uncompressed, Compressed, and Archive file sizes can be up to 2^63-1 bytes in length. You can compress up to 2147483647 files into an archive. This is compatible with PKZip's Zip64 format. If a file does not extend beyond any of the original limitations (filesizes of 4 gig or 65535 files) then no Zip64 format information is included in the archive. property isZip64 - tells you when you are working with a zip file that is using Zip64 format. Faster processing due to linking to Zlib 1.2.3 object files for compression and decompression routines. Blocked Zip Files (spanned zip archives split onto hard drive) Compatible with PKZip and WinZip split archives file naming format. For backwards compatability you can tell VCLZip to use the old VCLZip filenaming format by using the BlockMode property
2023-03-23 16:17:00 916KB DELPHI BCB VCLZip ZIP/UNZIP
1
适合路径规划、无人驾驶相关领域科研工作者。
2023-03-22 23:17:56 168KB 路径规划 无人驾驶 A星算法
1
最近接触到这个问题,之前也没有了解过snmp,包了snmp的get以及set方法,大家一起学习学习。
2023-03-22 22:34:41 232KB C# snmp get set
1
Navicat Premium_11.2.7简体中文版破解64位32位;Navicat Premium_11.2.7破解版,亲测可用。安装好后直接运行破解文件即可。
2023-03-22 21:14:22 67.3MB Navicat Prem
1
实现功能:1、输入包 加、减、乘、除、括号等运算符和0-9数字的表达式,输出表达式计算结果; 2、表达式包多位整数、小数,如 (2.5+3.15)/0.69;(选做) 说明:代码把“=”作为结束指令,所以在输入表达式时最后要加等于号 大体思路:用两个栈,一个操作符栈,一个数据栈,数据栈存表达式的数据,操作符栈存()+ - * /等。将中缀表达式转换为后缀表达式,在转换的过程中求表达式的值具体步骤如下: 先将一个‘=’放入操作符栈 1:读取表达式的一个字符; 2: 若为数字存入数据栈转至1; 3:若为操作符:比较操作符栈顶和该操作符的优先级 ① pk函数返回值为‘>’(若操作符栈顶优先级大于或等于该操作符的优先级):栈顶操作符出栈(假设操作符为-),从数据栈出两个数据(假设第一个是y,第二个是x),计算值(x-y),将值放入数据栈转至3; ② pk函数返回值为‘<’(若操作符栈顶优先级小于该操作符的优先级): 把该操作符放入操作符栈,转至1; ③ pk函数返回值为‘=’将操作符栈顶的操作符出栈,转至1; 4:输出数据栈栈顶值。
2023-03-22 19:12:29 6KB C++ MFC VS 表达式求解
1
为DSP编程提供了极大的方便,内源文件,库文件,以及头文件。。。
2023-03-22 14:34:19 41KB DSP 编程 素材
1