-
basechecker
这是自动检查的 url 列表的程序。基于 md5 的 alhorithm。使用快速实现此 alhorithm (与包括 asm)
- 2022-02-21 15:27:10下载
- 积分:1
-
基于控制面板的注册程序 自己开发
基于控制面板的注册程序 自己开发-procedure for the registration of its own development
- 2022-06-17 07:20:50下载
- 积分:1
-
验证指针的本质是共四个字节这东西代表的东西…
验证指针本质是一个占四个字节的东西,这个东西代表的是变量的地址,并可以通过四个字符保存下来(除函数指针):
将整型,字符型,结构体型数据的地址保存到一个字符数组中,每个地址都只占4个字节。然后从数组中每次取四个,转换成指针,再通过该指针找到原先存的数据。-Verify pointer essence is a total of four bytes of the things this thing represents the address of a variable, and can be preserved through the four characters (except function pointers): will be integer, character, structure, size of the address of the data saved to the an array of characters, each addresses only 4 bytes. And then taking four each from the array, converted into a pointer, and then through the pointer to find the original save data.
- 2023-08-06 14:35:03下载
- 积分:1
-
program to read students’ name and score to arrays.
- 2022-03-11 18:52:06下载
- 积分:1
-
This procedure is a file compression, after compression format*. gz. This proced...
本程序是对文件进行压缩,压缩之后的格式为*.gz。本程序只是为了说明压缩和解压的原理,写得比较简明。运行此程序的时候,首先会生成一个.txt文件,然后对该文件进行压缩,生成.gz文件,最后会对.gz文件进行解压,生成一个新的.txt文件。-This procedure is a file compression, after compression format*. gz. This procedure only in order to explain the principles of compression and decompression, written in more concise. Run this program, the first will generate a. Txt file, and then compress the file to generate. Gz files, last will. Gz unzip files to generate a new. Txt file.
- 2022-09-30 04:50:03下载
- 积分:1
-
windows编程循序渐进
windows编程循序渐进一书为我们详细而全面地介绍了vc++的编程基础知识,本书共20章,内容全面丰富,适合于vc++初学者和相关的工程技术人员。
此部分为配套的code源码,方便学习使用,祝大家学习愉快。
- 2023-01-13 18:40:09下载
- 积分:1
-
C++ coding standards
C++ coding standards
- 2022-01-26 05:41:49下载
- 积分:1
-
根据错误编号给出详细的错误信息,跟VC里的look up差不多.
根据错误编号给出详细的错误信息,跟VC里的look up差不多.-Error code given in accordance with the detailed error message, with the VC in the same look up.
- 2023-02-05 18:40:04下载
- 积分:1
-
自定义的标签控件对话框
自定义的标签控件对话框-Custom Controls dialog box labels
- 2023-09-01 14:40:03下载
- 积分:1
-
游戏运行,可以显示不同点数的筛子;
游戏开始,按下“回车键”,则筛子随机出现不同的点数,产生动画效果;
᠕...
游戏运行,可以显示不同点数的筛子;
游戏开始,按下“回车键”,则筛子随机出现不同的点数,产生动画效果;
按下“回车键”,筛子停止变化,记录点数;
按下“空格键”,更换游戏者,重复上述2、3步骤;
按下“q键”,游戏结束。
该游戏可以多人参加,每人可以投多次,每人每次的筛子点数自动累加,点数最高者胜
-err
- 2022-03-19 07:36:26下载
- 积分:1