搜索结果
找到约 1,112 项符合
teST-driven 的查询结果
操作系统开发 本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成
本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。
注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环 ...
Jsp/Servlet 1.本程序为学习struts的朋友提供一个例子。 2.本程序部分实现AJAX功能
1.本程序为学习struts的朋友提供一个例子。
2.本程序部分实现AJAX功能,采用DWR框架。
3.程序运行环境为MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i
4.配置说明:将lib目录下的commons-pool-1.2.jar,commons-dbcp-1.2.jar,ojdbc14.jar复制到TOMACT目录下的COMMON下的LIB目录中。
5.登陆用户名:test密码为空 ...
其他书籍 MS Access is commonly thought of as the little brother of Database engines, and not a lot of materia
MS Access is commonly thought of as the little brother of Database engines, and not a lot of material has
been published about methods used for exploiting it during a penetration test. The aim of this paper is to
bring a lot of disparate information together into one guide.
人工智能/神经网络 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码
基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。 ...
中间件编程 依次输入单个字符到该数组中
依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。
// 输入:This is Test! 输出结果为:!tseT si sihT
// 并利用sizeof运算符,求出数组占用的内存字节数
企业管理 图书管理 pb+sql library management system 安装说明 1。SQL数据源文件:new_data.mdf,new_log.ldf.第一次使用时需要打开 SQL
图书管理 pb+sql library management system
安装说明
1。SQL数据源文件:new_data.mdf,new_log.ldf.第一次使用时需要打开 SQL2000的企业管理器,在‘所有任务’里选择‘附加数据库’。
2。要把test.ini 放到与本程序相同的目录,然后修改该文件里面的服务器名.比如你的数 据库名是ddd,则ServerName = ddd .
3。运行t ...
多国语言处理 n algorithm for domain independent linear text segmentation This the Windows version of the C99 al
n algorithm for domain independent linear text segmentation
This the Windows version of the C99 algorithm that was presented in my
NAACL00 paper.
[Directories]
bin contains executables, JAR file and test files
classes compiled code as individual class files
doc NAACL 00 paper describing the alg ...
VHDL/FPGA/Verilog This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim.
SDCC is the compiler.
Example compilation:
cd compile
sdcc --iram-size 0x80 --xram-size 0x800 t8051.c
REM sdcc --iram-size 0x80 t8051.c
packihx t8051.ihx > t8051.hex
...
单片机开发 当调用另一个程序并传递参数的时候
当调用另一个程序并传递参数的时候,只需要在程序后添加所需要的参数就可以了。例如:test “123”