-
控创的JIDA32的API函数,对使用该板子的用户有帮助
控创的JIDA32的API函数,对使用该板子的用户有帮助-Kontron JIDA32 of the API function, the use of the board to help the user
- 2023-01-22 15:45:04下载
- 积分:1
-
12个保护模式教程实例// 源代码// C & ASM// 英文
12个保护模式教程实例// 源代码// C & ASM// 英文-12 protection mode tutorial examples// source// C ASM// English
- 2022-09-02 07:15:02下载
- 积分:1
-
中国移动cmpp3模拟网关
中国移动cmpp3模拟网关 -China Mobile cmpp3 analog gateway
- 2023-06-09 14:50:03下载
- 积分:1
-
设置系统关机时间,根据设定的时间实现定时关机功能,
设置系统关机时间,根据设定的时间实现定时关机功能,-time the system shutdown, according to the set time to achieve Mytob.BSNotes function,
- 2023-04-08 07:15:03下载
- 积分:1
-
特权升级代码
大多数计算机系统设计用于多个用户。特权意味着允许用户做什么。通用权限包括查看和编辑文件,或修改系统文件。
- 2022-02-11 12:22:28下载
- 积分:1
-
Windows自带的
windows自带的api存在问题,微软自己的文档都说在磁盘访问频繁的情况下,初始分配的定额缓冲区会溢出,造成部分磁盘访问不能监视,就是readdirectorychangesw这个函数存在问题,本类很好的解决了这个问题。-windows built-in api problems, Microsoft
- 2022-06-30 00:35:33下载
- 积分:1
-
设备管理系统,各种机械和设备的管理…
设备管理系统,管理各种机器设备,连接使用数据库。-equipment management system, management of various kinds of machines and equipment, and linking the use of the database.
- 2022-03-02 11:37:39下载
- 积分:1
-
超级市场克隆脚本
asdmkasnjkdnasjkndjkasnjkdnjksanjkdnkjsankdjnsasjkdbjhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
我想点...请给我发送
我想点...请给我发送
我想点...请给我发送
我想点...请给我发送
我想点...请给我发送
我想点...请给我发送
我想点...请给我发送
- 2022-08-03 22:33:59下载
- 积分:1
-
Downloaded from the Internet most of usb
从网上下载usb相关的程序大多没带这些文件,编译不成功,去下载ddk也很麻烦,为了方便大家,我从xp ddk 2600版中提出来的,与usb相关的头文件和库,添加进工程中就可以编译。(很全,满足usb设备相关的程序)-Downloaded from the Internet most of usb-related procedures did not have these documents, the compiler is not successful, go download the DDK is also very troublesome, in order to facilitate everyone, I went from xp ddk 2600 version put forward, with the usb-related header files and libraries, add project can be compiled. (Very wide, to meet the usb device-related procedures)
- 2022-02-20 20:24:46下载
- 积分: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