搜索资源列表
wrapperssrc
- 使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The
fmfox
- 本例要使用的ODBC数据源名为fox,该数据源指向Visual Foxpro的一个名为test的自由数据表。test.dbf数据表位于i本目录内。在测试本例前务请预先创建好上述ODBC数据源。-the cases to use the ODBC data source named fox, The data sources at the Visual Foxpro known as a test of free data sheets. Test.dbf data table at i Cata
moceshi
- 本例模拟测试鼠标及键盘的输入,适合于初级vc编程者阅读.-the simulated test cases mouse and keyboard input and is suitable for junior programmers vc reading.
wmflogicgenery
- 由于最近做一个项目需要对MATLAB电路图做测试,且需要满足MCDC且覆盖每个门,由于 手工生成非常麻烦而且也容易出错,所以做了个工具来自动生成测试用例。 有两种现实模式:GDI+、D3D 自动生成测试用例 开发环境:Directx SDK, C# 2005 D3D现实还不是很成熟,如果有朋友感兴趣的话欢迎继续完善. 希望能给朋友们些帮助, 有什么问题欢迎和我讨论 ninjax@126.com -recently done a project needs to d
Relatives
- 求小于n的互素的个数 Given n, a positive integer, how many positive integers less than n are relatively prime to n? Two integers a and b are relatively prime if there are no integers x > 1, y > 0, z > 0 such that a = xy and b = xz. There are s
crossingriver
- Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cr
Project1
- This project requires you to write a program that imitates a simple desk calculator. Your calculator must be able to accept an infix expression which at least includes (, ), +, -, *, /, %, and ^ (exponentiation operator, a^b = ab ). If the expression
lin.zip
- This is test cases for linear garden, task in IOI 2008.,This is test cases for linear garden, task in IOI 2008.
1316-How-Many-Fibs
- HDU ACM 1316 Problem Descr iption Recall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn := fn-1 + fn-2 (n >= 3) Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a, b].
1029-Rabbit
- 中大oj(Sicily)1029的题目。这道题目主要是看清递归关系式而编即可。注意处理精度。本程序利用四位进位处理精度。-Problem The rabbits have powerful reproduction ability. One pair of adult rabbits can give birth to one pair of kid rabbits every month. And after m months, the kid rabbits can become adu
1394Camera
- 1394相机windows下的驱动开发源码,带有测试事例。-1394 camera windows under the source-driven development, with test cases.
CWinThread
- UI多线程测试用例,启发作用,学习一下,可以一举反三-UI multi-threaded test cases, stimulating, learning about, you can at one stroke, anti-
1
- 遍历问题 (时间限制为:1000毫秒) 描述: 已知二叉树的中序和先序遍历可以唯一确定后序遍历、已知中序和后序遍历可以唯一确定先序遍历,但已知先序和后序,却不一定能唯一确定中序遍历。现要求根据输入的中序遍历结果及某一种遍历,要求输出另一种遍历。 输入: 输入包括若干个测试用例,第一行为一个自然数n,表示用例个数,接下来4n行,即每个用例占4行,其中第一行表示第一种遍历方式,第二行为第一种遍历结果,第三行为第二种遍历方式,第4行为第二种遍历结果。注明:先序遍历方式
cffxsy
- 1.任选一个C语言词法子集设计DFA模型 2.要求对C语言词法规则设计编码,最后编写成源程序并能输出正确的结果。 3.给出2个测试实例,一个正确的和一个错误的来验证本词法分析程序。 4.用文件输出单词属性表(名字为班号最后2位+学号.txt)-1. Choose a C-word method design DFA model 2. Calls for the design of C language lexical coding rules, and finally devel
9
- 9. 背包问题源码。设有一个背包可以放入物品的重量为s,现有n件物品,重量分别为w[0],w[1],...,[n-1]。问题是能否从这n件物品中选择若干件放入此背包中使得放入的重量之和正好等于s。如果存在一种符合上述要求的选择,则称此背包问题有解;否则称此背包问题无解。 数据输入: 第一行:测试集合个数m。 第二行:第一个测试用例的s值。 第三行:第一个测试用例的物品数量n。 第四行:第一个测试用例的n件物品的重量,中间用空格分开。 第五行:第二个测试用例的s值。 第
testharness
- A Auto-Test Framework. It is responsible for getting codes from SVN or VSS, compiling projects and running test cases automaticly.
chengfa
- 十字链表乘法运算 采用文档格式进行输入测试用例 以及文档格式输出并保存-Cross multiplication list document format used for input test cases, as well as the output file format and save
test
- windows编程的测试用例,需要visual studio环境,并配置好库和包含文件-windows programming test cases, the need visual studio environment, and configured library and include files
Triangle-test-cases-and-code-issues
- 该压缩包包含三角形判断的程序,并给除了测试用例用于检验,对学习测试的同学很有帮助-The archive contains the triangle to determine procedures and to test cases for testing in addition to the students, to learn useful test
安全性检测表
- 用例安全检查使用,测试安全性的表格,有助于创建功能测试用例。(Use case security checks, test security tables, help create functional test cases.)