-
GT400.DLL for GT
GT400.DLL for GT-400 Series Motion Controllers by Googol Tehnology Ltd.
- 2022-02-07 14:11:52下载
- 积分:1
-
This is an extract registry procedures, it can tell you how to put the registry...
这是一个提取注册表的程序,它可以告诉你如何的把注册表的信息提取出来-This is an extract registry procedures, it can tell you how to put the registry information extracted
- 2022-06-11 20:19:43下载
- 积分:1
-
计算机组成原理算法实现,简单的些许小程序。
计算机组成原理算法实现,简单的些许小程序。
-Principles of Computer Organization algorithm, a simple bit of small programs.
- 2022-07-21 15:40:09下载
- 积分:1
-
学生成绩管理系统,适合初学者使用,供参考…
学生成绩管理系统,适合初学者使用,仅供参考
- 2022-07-13 20:15:54下载
- 积分:1
-
程序安装之后,在桌面放个指向该程序的快捷方式,怎么做,看我的!...
程序安装之后,在桌面放个指向该程序的快捷方式,怎么做,看我的!-installation, put on the table pointing out the program shortcuts, how to do, I do!
- 2023-01-30 09:20:05下载
- 积分:1
-
Win9x性能监视的程序,可以监测很多参数
Win9x性能监视的程序,可以监测很多参数 -The app of monitoring behaviour in win9x, it can monitor many parameters
- 2022-05-08 00:24:57下载
- 积分:1
-
利用打印驱动程序生成SVG文件,很好的源代码下载把
利用打印驱动程序生成SVG文件,很好的源代码下载把-Use printer driver to generate SVG documents, a very good source code to download the
- 2022-05-26 04:54:46下载
- 积分:1
-
实现高精度计时器
实现高精度计时器-precision timer
- 2022-11-09 18:45: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
-
详细的介绍了用windows API 函数编写串口通信的过程
详细的介绍了用windows API 函数编写串口通信的过程-Detailed introduction of the use of windows API function to prepare the process of serial communication
- 2022-10-17 06:35:03下载
- 积分:1