-
VSN中文帮助文档(很详细,多人开发项目组和网络管理人员)
VSN中文帮助文档(很详细,多人开发项目组和网络管理人员),这个文档详尽介绍VSN从认识到建立运用非常详尽的教你操作。适用于所有开发人员和网络管理人员。
- 2022-03-12 01:25:19下载
- 积分:1
-
use simulation function of the mouse click, double
利用api函数模拟鼠标的单击、双击等事件,稍加修改可开发成减少重复性操作的软件。-use simulation function of the mouse click, double-click, etc., little changes can be developed into reduce repetitive operation of the software.
- 2022-02-05 23:27:28下载
- 积分:1
-
VBScript包装类允许添加VBScript情景应用。没有MFC / ..
VBScript wrapper class allow to add vbscript scenaries to applications. No MFC/ATL/etc.
Example:ScriptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.ParseScript(L"ScriptText) engine.Execite() -VBScript wrapper class allow to add vbscript scenaries to applications. No MFC/ATL/etc.
Example:ScriptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.ParseScript(L"ScriptText) engine.Execite()
- 2022-07-14 08:13:37下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。...
在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。-In vc++ Platform, using branch and bound and backtracking realize the travel salesman problem. After I run the correct tests, including the operation of the document.
- 2022-04-29 11:23:08下载
- 积分:1
-
八皇后问题,用C++编程,在VC++上运行正确,效率还不错...
八皇后问题,用C++编程,在VC++上运行正确,效率还不错-eight Queen"s problems, and use C++ programming in Visual C++ running on the right, also good efficiency
- 2022-03-23 13:51:43下载
- 积分:1
-
Enter the complete mathematical expression such as 1+ (5/2)* 3 to calculate the...
输入完成数学表达式例如1+(5/2)*3
即可计算出结果
支持运算符:+ - * / () ^-Enter the complete mathematical expression such as 1+ (5/2)* 3 to calculate the results support the operator:+-*/() ^
- 2022-08-10 10:29:54下载
- 积分:1
-
字数统计
(C) 编写控制台应用程序,计算了单词计数中的插入的文本。很好的教育目的。
- 2023-04-29 10:15:03下载
- 积分:1
-
计算机图形学:板球
应用背景这是一个计算机图形学项目。它包括线差分数字分析仪(DDA)算法,绘制二维/三维平移和缩放。项目场景:球是随机打在球场。球拍击球卫冕树桩下。和公司;及;及;及;及;及;关键技术这是在代码中建立的控制台程序:包含图形的图形。
- 2022-10-08 20:45:08下载
- 积分:1
-
project is 8 queen with c++
这个项目是8皇后与c++的编程和结构
- 2022-05-31 03:05:34下载
- 积分:1