-
VB编写的,对INI文件的读写操作的例子源码。
VB编写的,对INI文件的读写操作的例子源码。-VB prepared to read and write operations to the INI file example source code.
- 2022-05-05 17:18:21下载
- 积分:1
-
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professi...
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。
跟我一起写 Makefile-What is a makefile? Winodws many programmers may not know this thing, because those who have Windows-IDE for you to do this work, but I think we need to make a good and professional programmers, makefile or to understand. It
- 2022-03-21 17:11:40下载
- 积分:1
-
编程用得上的ASC码及GBK码查询工具。
编程用得上的ASC码及GBK码查询工具。-Useful programming code of the ASC and the GBK code query tools.
- 2023-06-14 00:25:03下载
- 积分:1
-
文件比较的源程序,可以比较单个文件,也可以比较文件夹
文件比较的源程序,可以比较单个文件,也可以比较文件夹-folder compare
- 2022-03-20 03:58:47下载
- 积分:1
-
目录下的文件监控,当发现文件有改动时,程序自动备份文件。...
目录下的文件监控,当发现文件有改动时,程序自动备份文件。-directories under the control documents when changes to documents are found, the program automatically backup files.
- 2022-02-28 17:09:49下载
- 积分:1
-
透明时钟的例子,可以直接运行
透明时钟的例子,可以直接运行-transparent clock example, can directly run
- 2022-04-14 12:36:28下载
- 积分:1
-
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
-Latest PKCS11 password token interface standard costs a lot of劲才found
- 2022-04-14 11:09:04下载
- 积分:1
-
这是DX编程对矩阵应用的例子,对于所有矩阵有详细的应用与解释是个不错的参考材料...
这是DX编程对矩阵应用的例子,对于所有矩阵有详细的应用与解释是个不错的参考材料-This is the DX application programming examples on the matrix, the matrix for all the applications in detail and explanation is a good reference material
- 2022-05-08 23:05:42下载
- 积分:1
-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1
-
哈弗曼编码。输入需要编码的大小写字符即可得出各个字符的编码...
哈弗曼编码。输入需要编码的大小写字符即可得出各个字符的编码-Havermann coding. Enter the desired case characters can be encoded in various character encoding obtained
- 2022-05-20 08:08:25下载
- 积分:1