-
汇编在VC中的应用,方便程序员在VC中嵌入汇编进行实时控制
汇编在VC中的应用,方便程序员在VC中嵌入汇编进行实时控制-compiled in the application allows programmers in VC compiled for real-time embedded control
- 2023-08-20 09:35:03下载
- 积分:1
-
NT Service 管理程序
NT Service 管理程序 -Managing NT Service
- 2022-07-18 05:24:25下载
- 积分:1
-
windows进程权限修改
查找系统进程,修改进程权限, 环境vs2010。可用于查看当前系统进程的详细信息,并修改提进程的权限,增加关闭进程。
- 2022-07-10 17:30:20下载
- 积分:1
-
PhoneIme is a sample that shows how to create your own Input Method
for Smartp...
PhoneIme is a sample that shows how to create your own Input Method
for Smartphone. It implements multitap and numeral entry.
-PhoneIme is a sample that shows how to creat e your own Input Method for Smartphone. It imple ments multitap and numeral entry.
- 2022-07-13 17:34:07下载
- 积分:1
-
基于VHDL语言,实现串行通讯接口功能的主程序
基于VHDL语言,实现串行通讯接口功能的主程序-The use of VHDL language implementation of the serial communication interface program
- 2022-03-10 17:29:08下载
- 积分:1
-
关于SD卡的操作,读写SD卡,此种方法是直接访问SD卡
关于SD卡的操作,读写SD卡,此种方法是直接访问SD卡-on the operation of the SD Card, SD card read and write, this method is directly to the SD Card
- 2022-04-21 09:36:30下载
- 积分:1
-
用mfc写的一个图标提取程序,选用ListCtrl,ListBox控件
用mfc写的一个图标提取程序,选用ListCtrl,ListBox控件-with mfc wrote a program to extract icons, choose ListCtrl, ListBox controls
- 2022-08-24 14:33:33下载
- 积分:1
-
VC++编程,有源代码,扫描注册表告诉你哪个关键字改变了
VC++编程,有源代码,扫描注册表告诉你哪个关键字改变了-VC++ Programming, source code, scan the registry to tell you which keywords have changed
- 2023-01-23 08:40: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
-
使用VB写的将硬盘设置为完全共享的程序
使用VB写的将硬盘设置为完全共享的程序- Uses VB to write establishes the hard disk as the procedure
which completely shares
- 2022-03-18 08:23:10下载
- 积分:1