搜索资源列表
CSPDemo
- Demo:用有微软的cryptoAPI CSP加密API函数,对文件(File)进行Encrypt和Decrypt.产生数字签名.对使用CryptEncrypt()等函数是一个很好的例子,程序测试通过.-Demo : Microsoft's cryptoAPI CSP Cryptographic API function, the document (File) Encrypt and Decrypt. Creating a digital signature. The use Cryp
ReleaseResourceFile
- 说明了如何从资源文件中释放出自己的文件。 工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点击按钮释放出testdll2.dll,替换原先的testdll.dll,仍旧可以正常运行。-of how the resources released from the documents themselves in the paper. First projects need a testdll.dll, of which only o
PickupEmailAddress
- 从网页中提取EMAIL地址的精化函数,经本人测试非常准确,并实际使用的。-extracted from the website EMAIL address the essence of function, I test is very accurate, and actual use.
PEFile.rar
- 使用C语言分析Windows的PE文件格式源码, 函数封装在pe/pe.h中,PE File.c是一个简单的测试代码 ! ,The use of C language analysis of the PE file format Windows source code, function is packaged in a pe/pe.h in, PE File.c is a simple test code!
MinDistTest
- 一个查找带权拓扑图中,任意两点最短距离的算法函数,函数名为MinDis,开发环境是vc6.0,界面和工程只是举了个例子,测试下10个节点中任意两个节点查找最短路径。 -Find the right one with a topology, the shortest distance between any two points in the algorithm function, the function is named MinDis, the development environmen
ChgStr2CnU
- VC++将数字转换为中文大小的一个类文件,主要使用stl中的string类,这个类不但使用简单方便,新手也会用,而且还可以自动识别并过滤掉夹杂在阿拉伯数字中的逗号、空格等特殊符号,符合日常习惯用法,使用方法就是main函数中的方法,请朋友们做检验-VC++ to convert a number of Chinese as a class file size, the major use stl in the string class that is not only easy to use,
File-management
- 文件管理,创建文件,写入内容,删除文件的功能,测试已经通过了,基本功能很实用,值得学习-File management, create a file, write content, delete the file function, the test has passed, the basic function is very useful, it is worth learning
File_copy110418
- 文件自动拷贝功能用于系统测试应用软件会自动将文件拷贝至目标文件夹!-Automatic file copy function is used to test the application system will automatically copy the file to the destination folder!
TextFileReadAndWriteTest
- 本程序实现了文本文件的读取,并测试了文件是否被打开的功能的实现-This program implements a text file to read, and test whether the file is opened to achieve the function
TP_EXCEL_-1
- TP of exercice excel test function
File
- 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
test.txt
- 在vc中使用这些代码函数可以清空浏览器的历史记录。-Use the code function in vc can clear your browser' s history.
updateForASP.NET
- CFUpdate是一款批量上传客户端组件。选择多个文件上传,显示上传速度,进度条,纯正的FLASH代码,使用的是HTTP协议,所以客户端,服务端都不需要安装任何组件因为是模仿FORM表单提交,所以支持所有的网页动态语言:ASP PHP ASP.NET JSP等。 CFUpdate批量上传客户端组件(ASP.NET) 1.1.9 更新内容: 1.修改了提示框样式 2.修改了上传文件时,禁用按钮样式 3.增加了challs_flash_onSelectFile JS函数事件,在
file-operations
- 含有运行结果哦~功能齐全而且是优化版 文件操作设计及实现 总体设计:设计实现对文件 file.txt的读取,插入和增加的功能; 要求: (1)实现对文件中的整行读取和写入(不可用fscanf,fprintf函数,只可以fread和fwrite) (2)实现文件中间插入一段话--------这是一个测试; (3)实现对文件的创建,文件写入和添加; -Contains the results oh fully functional and optimized version
dllexport
- VC++使用关键字_declspec (dllexport)导出函数,编译后将生成Test.dll文件。-VC++ the keyword _declspec (dllexport) export function, the compiler will generate the file Test.dll.
FileSplit
- 一个文件打包与分割类,支持文件打包分卷。亲测可用,但是功能简单,可用资金扩充。-A file is packaged and segmentation category, support files packaged volume. Dear test is available, but the function is simple, available capital expansion.
pltest
- pltest代码分析工具主要功能是静态分析和动态测试。 1 静态分析 包括“函数信息分析”、“指标信息分析”、“代码质量分析”,“数据流分析”、“复杂度分析 ,”循环分析“并生成doc格式的报告。报告主要包括“代码信息统计”、“编码标准违反情况统计”、“注释信息统计”、“复杂度及数据流信息”,“Halsteads信息”等内容。 2 动态测试 系统对选定的文件进行“插桩”、“编译链接”、“动态执行”,“动态分析”等操作。动态测试报告的内容包括:函数调用返回信息、对语句覆盖率、分
BHA
- BLACK HOLE ALGORITHM FOR SOLVING NONLINEAR OPTIMIZATION PROBLEMS. A TOTAL OF SIXTEEN NONLINEAR TEST FUNCTION SUCH ACKLEY ETC IS USED TO EVALUATE ITS PERFORMANCE