搜索结果
找到约 1,029 项符合
Test-spra 的查询结果
Java编程 eclipse上的扫雷游戏的源码
eclipse上的扫雷游戏的源码,运行test.java即可
uCOS 测试过的uCOS在PC下的可用环境
测试过的uCOS在PC下的可用环境,因为.lnk在windows下被当成快捷方式,所以都改成了“test.lo”,同时修改了MAK文件,避免了不识别。
行业发展研究 A certification path is an ordered list of certificates starting with a certificate issued by the re
A certification path is an ordered list of certificates starting with a certificate issued by the relying
party s trust root, and ending with the target certificate that needs to be validated. Certification
path validation procedures are based on the algorithm supplied in ITU-T Recommendation X.509
...
单片机开发 A modified version of PSO algorithm which can be used to search the minimum value inside a specified
A modified version of PSO algorithm which can be used to search the minimum value inside a specified range. Using f1s.m to test the function!
其他 在我用VC++编程过程中
在我用VC++编程过程中,遇到了用ado控件连接access数据库的问题,于是我就在想,难道不用ado空间就不能连接数据库,就不能对数据库进行各 种操作了么,通过网上和书上的资料可以得到肯定的回答。于是我便动手写了一个程序,为了知识的覆盖面更加广,在编写此程序中,我把写入数据库的操作,用 ado来完成,在进行读操作的时 ...
汇编语言 从键盘输入一个字符串
从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件"test"中保存。输入的字符串以!结束。
汇编语言 This is a simple operating system source code in assembly langauge, you should compile the files in
This is a simple operating system source code in assembly langauge, you should compile the files in the rar with MASM, and put them in one image (kernel follows loader) and test it with vmware.
单片机开发 Data logger external EEPROM function based on new Renesus microcontroller. This module has been test
Data logger external EEPROM function based on new Renesus microcontroller. This module has been tested on the renesus develop board.EEPROM was programmed with temperature calibration beforehand.
Java编程 Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applica
Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. ...
压缩解压 It s an interface for using huffman trees (data structure application) that can be used for compress
It s an interface for using huffman trees (data structure application) that can be used for compression and a test program with CLI in a form of a menu to test those features.