-
使用Windows操作系统的API函数在桌面上写在或绘画图形。
使用Windows操作系统的API函数在桌面上写在或绘画图形。-Using the Windows operating system API function to write in, or painting on the desktop graphics.
- 2022-02-03 15:22:27下载
- 积分:1
-
一个在wince下安防的界面,大家可以下载
一个在wince下安防的界面,大家可以下载-A wince under the Security Interface。。。。
- 2022-03-25 19:40:52下载
- 积分: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
-
输入任意错误代码后显示其含义,有利于调试程序时了解出错原因...
输入任意错误代码后显示其含义,有利于调试程序时了解出错原因-After the importation of any error codes show its meaning is conducive to understanding the debugger when an error causes
- 2023-01-18 20:50:04下载
- 积分:1
-
串口通信 WINDOWS代码
适合初学者的com 通信 ,每一步的都解析的都很详细,是采用异步方式读写com接口的,工程师vs2012的,可以直接打开编译。是windows版本的 ,其实com通信和普通文件的通信一样, 主要是读写这两部分
- 2023-01-02 15:55:04下载
- 积分:1
-
获取系统的各种信息,包括内存,驱动器,磁盘等
获取系统的各种信息,包括内存,驱动器,磁盘等-Access to various information systems, including memory, drives, disks, etc.
- 2022-02-22 11:59:03下载
- 积分:1
-
This is a train ticket management system is developed by Delphi, which combines...
这是个火车票管理系统,是用DELPHI开发的,结合了很少的数据库知识,-This is a train ticket management system is developed by Delphi, which combines the little knowledge database,
- 2022-04-23 01:04:59下载
- 积分:1
-
系统文件监控程序。
系统文件监控程序。-system files monitoring program.
- 2022-05-20 19:37:00下载
- 积分:1
-
windows下的ntfs文件的权限设置,可以设置使用哪个用户打开。
windows下的ntfs文件的权限设置,可以设置使用哪个用户打开。-windows of ntfs file permissions setup, which can be set to use user opens.
- 2022-02-20 10:48:15下载
- 积分:1
-
By Riccardo Pareschi. 系统研究2 读大量的Windows环境信息。有文档及源代码。...
By Riccardo Pareschi. 系统研究2 读大量的Windows环境信息。有文档及源代码。-Pareschi. Reading System two large Windows environment information. There are documents and the source code.
- 2022-05-31 16:34:40下载
- 积分:1