-
读取历史文件的内容一个小工具,通过WINDOWS的组件接口实现...
读取历史文件的内容一个小工具,通过WINDOWS的组件接口实现-Read the contents of historical documents, a small tool components WINDOWS interface
- 2023-06-09 18:10:03下载
- 积分: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
-
球小球碰撞发生转移后经历了边界算法…
碰撞球
小球遇到边框后发生转移的算法和实现,可做开发碰撞球的参考-Ball small ball collision occurred after the transfer of experienced border algorithm and implementation can be done for collision sphere of reference
- 2023-01-08 00:35:03下载
- 积分:1
-
vc++实现安装程序的开发
vc++实现安装程序的开发 -vc++ realize the development of the installation process
- 2023-04-28 12:50:02下载
- 积分:1
-
c#做的windows小程序 禁止重复打开同一程序多次 源码非常简单 初学者不可不看...
c#做的windows小程序 禁止重复打开同一程序多次 源码非常简单 初学者不可不看-so small windows open proceedings against repeat the same procedure repeatedly source is very simple beginners can not s
- 2023-07-09 17:55:03下载
- 积分:1
-
Introduce smart pointer.
详细讲解只能指针怎么使用。
并且带有一些不错的例子。-Introduce smart pointer.
- 2022-02-06 18:21:00下载
- 积分:1
-
这是一个Windows的用于自动弹出光驱和禁止盘符的源程序,这个方法相当稳定...
这是一个Windows的用于自动弹出光驱和禁止盘符的源程序,这个方法相当稳定-This is a Windows CD-ROM for automatic ejection and the prohibition of the source drive. This method is very stable
- 2022-07-01 08:01:22下载
- 积分:1
-
EVC环境下编写的一个简单的计算器小程序,使用它
EVC环境编写的简单计算器小程序,很使用的-EVC Environment to prepare a simple calculator applet, it is used
- 2022-02-04 23:47:58下载
- 积分:1
-
1个获取windows系统相关信息的实例
1个获取windows系统相关信息的实例-access to a Windows system information related to the case
- 2023-05-04 06:55:03下载
- 积分:1
-
c++builder是个很好用的编程工具。这是在c++builder下面实现的调用api的程序,读取和设定计算机名称的调用。...
c++builder是个很好用的编程工具。这是在c++builder下面实现的调用api的程序,读取和设定计算机名称的调用。-c++ builder is a good use programming tools. This is the c++ builder call api to achieve the following procedures, read and set the computer name of the call.
- 2022-08-07 18:59:27下载
- 积分:1