-
read and print time of day string from internet
read and print time of day string from internet
- 2022-05-14 09:04:48下载
- 积分:1
-
用VB做一个流星雨屏保程序,大家可以学习学习!
用VB做了个流星雨屏保程序,大家可以学习 !-Using VB made a meteor shower screensaver program, we can learn to learn!
- 2022-05-26 17:15:01下载
- 积分:1
-
wdf 驱动程序
这是我见过的最详细的PCI9054的驱动程序了,希望对大家的学习有帮助!而且写得比较清晰易懂
- 2023-03-26 05:35:04下载
- 积分:1
-
一个简单的C++编程实例。适合于初学者。
一个简单的C++编程实例。适合于初学者。-a simple C programming examples. Suitable for beginners.
- 2022-03-26 03:33:50下载
- 积分:1
-
procedures for the process DllDemo.rar dll generated by the application side Dll...
本程序为DllDemo.rar程序所生成的dll的应用端主程序DllDemo.rar 可以在本网站下载其源代码希望通过对本程序的学习读者对dll的开发以及应用有进一步的理解-procedures for the process DllDemo.rar dll generated by the application side DllDemo.rar main program can be downloaded from the website of its source code through the process of learning the reader right dll application development and a better understanding
- 2022-03-23 14:29:07下载
- 积分:1
-
Delphi 写的Windows服务程序源码
Delphi 写的Windows服务程序源码-services for the Windows source code
- 2022-07-07 00:27:58下载
- 积分:1
-
在我的系统设置软件“系统飞狐”中,应用到一个获取系统信息的源代码 ,在VC++中经过巧妙转换应用到我的软件中,取得了良好的效果,也许很多人都见过这个简单的获取系...
在我的系统设置软件“系统飞狐”中,应用到一个获取系统信息的源代码 ,在VC++中经过巧妙转换应用到我的软件中,取得了良好的效果,也许很多人都见过这个简单的获取系统信息的类sysinfo,在系统飞狐中充分扩展了它的功能 。该类首先需要编译一个DLL文件然后再调用它根据需要生成我们自己的应用程序。-in my system setup software "flying fox system," the application access to an information system"s source code, the VC cleverly conversion applications to the software and achieved good results, perhaps many people have seen this simple access to the type of information system sysinfo, in the system were flying fox fully expanded its functions. Such first need to build a DLL file and then call it necessary to the formation of our own applications.
- 2022-04-23 16:17:06下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。还有递归求解的请看另一个...
求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。还有递归求解的请看另一个-Maze solving the problem, enter a maze matrix, matrix, said the passage of only one, and 0,1, 0 not do that.
- 2022-12-10 07:15:03下载
- 积分:1
-
创建一系列隐藏目录
创建一系列隐藏目录- Founds a series of hideaways table of contents
- 2022-09-08 23:30:02下载
- 积分:1