-
vc看护进程
vc看护进程,功能单一,高效。把看护进程和应用程序放在同一个目录下,可以实现程序看护猫的作用,可以保证看护进程和应用程序的可靠运行
- 2022-01-26 01:59:31下载
- 积分:1
-
This is a high
这是一个高级的指纹分算法析的源代码,希望大家喜欢-This is a high-level sub-algorithm fingerprint analysis of the source code, I hope everyone likes
- 2022-05-22 00:54:23下载
- 积分:1
-
C# database program, 一本很好的C#的书.
wrox PRE
C# database program, 一本很好的C#的书.
wrox PRE-C# Database program, a very good C# Book. Wrox PRE
- 2022-04-13 11:11:45下载
- 积分:1
-
求图中从一个顶点到另一个顶点的一条路径。
//为简化算法,没有提供顶点到其编号的转换函数,函数Path_vtou(ALGraph G,VexIndex v,...
求图中从一个顶点到另一个顶点的一条路径。
//为简化算法,没有提供顶点到其编号的转换函数,函数Path_vtou(ALGraph G,VexIndex v,VexIndex u)
//中两顶点参数用的是顶点的编号;函数Printpath(ListType Path)输出的是路径上的顶点编号序列-seeking a map from the vertex to another vertex of a path.// To simplify the algorithm, not to its peak numbered conversion, function Path_vtou (ALGraph G, VexIndex v, u VexIndex)// 2 vertex parameters of the number of vertices; Function Printpath (ListType Path) output is on the path to the peak numbers Sequence
- 2022-08-31 23:55:03下载
- 积分:1
-
详细介绍了wince下的图形编程,如何用画笔绘图,如何设置坐标...
详细介绍了wince下的图形编程,如何用画笔绘图,如何设置坐标-Described in detail under wince graphical programming, how to use brush drawings, how to set up coordinates
- 2022-04-09 15:12:17下载
- 积分:1
-
Realate texture of openGL.It s example of NEHE.
Realate texture of openGL.It s example of NEHE.
- 2022-06-12 03:34:01下载
- 积分:1
-
C program to request the user to guess a number between 1-100.
编写一个C程序,要求用户随机猜出一个介于1-100之间的数字
- 2022-02-04 06:52:34下载
- 积分:1
-
转换成十进制数的二进制数转换成十进制到二进制代…
convert binary numbers into decimal numbers and anthor convert decimal into binary
- 2022-08-08 15:13:26下载
- 积分:1
-
“五子棋”这个程序是部分的,它是博弈树搜索…
本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)-" quintet game " this procedure is it is it partly , is it play chess tree search for to use to play chess while being man-machine to write only, use the great extremely small analytic approach while choosing the optimum walking, consider time complexity and space complexity searched for, only search for 2 steps in the procedure , namely the computer, while considering next walking in France,
- 2022-01-22 11:03:50下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1