搜索资源列表
test_select
- 对函数select()的测试-to function select () test
testAPI.tar
- 本人编写的利用XML来测试多个API接口函数的程序,可以给软件测试人员带来很大方便。-prepared by the use of XML to test a number of API function procedures, software testing can greatly facilitate staff.
linux_cfucntion_test
- 一些linux基本函数的测试集,给像我一样的新手看看,可能有点用-some linux basic function test set for the same as I look at the newcomers might be used
lcd_driver-framebuffer
- 本文研究论述了基于S3C2410 LCD控制器的Linux驱动程序设计与实现,介绍了S3C2410的LCD控制器的数据和控制管脚,并给出了LCD的控制流程和LCD的控制器设置规则,参照TFT-LCD LQ092Y3DG01的逻辑要求和时序要求设计了其驱动电路,设置了主要LCD寄存器;论述了在嵌入式Linux中基于FrameBuffer机制的LCD驱动程序的实现方法。主要研究了Linux帧缓冲设备驱动程序框架,详细分析了帧缓冲设备驱动程序层次结构、核心功能模块和数据结构,设计了FrameBuffe
XuQingdong.tar
- 复数计算器:1、设计的任务要求 (1) 所设计的复数计算器可以进行+、-、*、+=、-=、*=、++、--、>=、<=、==、!=运算符,其中,>=、<=是针对复数的模进行计算。 (2) 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部虚部并正确赋值。 (3) 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的计算。
assert
- 这是一个测试函数条件是否成立的源文件,assert
libkf701-1[1].0-beta.tar
- 一个收集所有最基本功能的函数库;所有的函数都是尽量短小和简单 使用 doxygen 生成文档 所有代码以在 Linux 系统上可以编译并运行为准;每当在 lib 目录里增加了一个功能函数,必须在 test 目录里编写一个针对此功能函数的测试程序,使其可以在 Linux 系统上正常编译并正确运行;每个增加的外部功能函数,必须在源代码前写有注释,注释格式为符合 doxygen 要求的 JavaDoc 格式。 所有代码内部调用的 C 库和系统函数要求完全符合 ANSI C 标准
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
C_UT_TOOL
- 一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。
testsleep
- 在Linux测试sleep函数是否对其它进程阻塞-Linux sleep function tests whether the other process obstruction
CLibrary.zip
- 这是一个linux C语言编程中使用动态连接库的例子!将两个独立的函数放到一个库中,在测试程序中人工加载!,This is a linux C programming language examples of using dynamic link library! Will be two separate functions into a library, in the test program in the manual load!
gps_test.rar
- 该程序在Linux下面测试GPS模块的输出数据,其他应用编程可直接借鉴里面函数。,The program in Linux to test the following GPS module output data and other application programming directly from inside the function.
6410_delay_test-ysirss
- arm linux平台下延时函数精度测试,对usleep、nanosleep、select三种方法进行对比分析,可直接用于各种arm linux平台,需要精确延时的帮助很大-arm linux platform, precision time delay function testing, usleep, nanosleep, select three methods were compared, can be used for a variety of arm linux platform,
FTP
- 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed descr iption of the design and function, and test documents and screen
Hash_C
- 常用的12个哈希函数,用C语言写的,每个函数都包含测试程序-12 commonly used hash function, using C language written test procedures are included for each function
LinuxC
- linux c函数详解 , 第一章:字符测试函数 第二章:数据转换函数 第三章:内存配置函数-Detailed linux c function, the first chapter: Chapter II character test function: data transfer function in Chapter III: memory allocation function
ex1
- clamdav的测试函数,作用是设定特定的病毒情况检验本软件的功能-clamdav test function, the role of the virus is set to a specific situation in the software testing
LinuxC-detail
- Linux系统下C语言函数的详细解释,包括:字符测试函数,数据转换函数,内存配置函数等-Linux system a detailed explanation of C language functions, including: character test functions, data conversion function, memory configuration functions such as
myMdiWithClass
- QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏,添加了MdiChild类,实现了其中的新建,打开,保存,另存为,关闭等操作的函数; 在mainwindow.cpp文件添加了新建文件菜单的功能测试函数。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolbars, add Md
myMdi-withNewMenu
- QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏,添加了MdiChild类,实现了其中的新建,打开,保存,另存为,关闭等操作的函数;添加了动态创建的菜单 在mainwindow.cpp文件添加了新建文件菜单的功能测试函数。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolba