-
Win95和NT下直接存取物理内存和端口IO地址的程序
Win95和NT下直接存取物理内存和端口IO地址的程序-Program in which physical memory and IO port address can be accessed directly in Win95 and NT
- 2022-02-05 16:16:08下载
- 积分:1
-
利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择...
利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择-Prepared to use windows api serial communication procedures, have a great reference value, they can prepare to respond in accordance with the procedures of control, or make communication modules are a good choice
- 2022-04-24 20:13:42下载
- 积分:1
-
可以看一下CPU的使用情况,没有什么大功能,只是让初学者练习下。...
可以看一下CPU的使用情况,没有什么大功能,只是让初学者练习下。-CPU
- 2022-09-06 03:10:03下载
- 积分:1
-
开发键盘的人员必要工具,
key view,相当于USB VIEW
开发键盘的人员必要工具,
key view,相当于USB VIEW-Staff the necessary tools to develop keyboard, key view, is equivalent to USB VIEW
- 2022-03-25 07:22:46下载
- 积分:1
-
跟你说,这是一个超级好用的系统管理,你可以修改其中的代码制作自己的....
跟你说,这是一个超级好用的系统管理,你可以修改其中的代码制作自己的.-no
- 2022-02-25 12:30:05下载
- 积分:1
-
Fffff were dynamic, such as increased control 1.0.rar
如fffff名动态增加控件1.0.rar-Fffff were dynamic, such as increased control 1.0.rar
- 2022-02-14 17:56:09下载
- 积分:1
-
用程序实现二十四点的算法很多,但大都比较繁杂。考虑到凑出结果的可能情况并不是太多,在这里我们将主要靠自己穷举可能的演算式外加循环计算来实现。...
用程序实现二十四点的算法很多,但大都比较繁杂。考虑到凑出结果的可能情况并不是太多,在这里我们将主要靠自己穷举可能的演算式外加循环计算来实现。 -24 points by the procedure of the algorithm to achieve a lot, but are relatively complicated. Taking into account the possible outcome of凑出not too much, where we will mainly rely on their own exhaustive calculus style plus possible to achieve the cycle calculation.
- 2022-04-18 03:18:18下载
- 积分:1
-
This XML parser segments a given string in situ (like strtok), performing scanni...
This XML parser segments a given string in situ (like strtok), performing scanning/tokenization, and parsing in a single pass. -This XML parser segments a given string in situ (like strtok), performing scanning/tokenization, and parsing in a single pass.
- 2022-04-17 05:21:37下载
- 积分:1
-
MFC procedures in the use of VC Components
在MFC程序中使用VC Components-MFC procedures in the use of VC Components
- 2022-03-23 19:28:15下载
- 积分: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