-
用VB6.0ping对方的计算机源码,介绍VB调用系统API函数的使用!
用VB6.0ping对方的计算机源码,介绍VB调用系统API函数的使用!-VB6.0ping each other" s computer source code used to introduce the VB call the system API functions to use!
- 2022-09-17 21:05:03下载
- 积分:1
-
监视文件的存取
监视文件的存取 -Monitoring the access of file
- 2022-03-23 20:27:43下载
- 积分:1
-
用vfp实现的一个公司资产管理系统,其中的维修申请功能的实现比较完善。...
用vfp实现的一个公司资产管理系统,其中的维修申请功能的实现比较完善。-Probe achieved with a company"s assets management system, the maintenance function for the realization of a relatively perfect.
- 2022-04-20 02:23:29下载
- 积分:1
-
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。-Deal with the full realization of the registry, file handle. Services using multi-threaded client services, can best deal with the request SOCKET. Data receiving, sending function can be said to be the best at this stage, the use of asynchronous operations overlap.
- 2023-03-12 06:15:02下载
- 积分:1
-
通过读注册表得到本地或远程计算机上安装的应用程序列表.zip
通过读注册表得到本地或远程计算机上安装的应用程序列表.zip- Through reads the registration table to obtain the application
procedure which on this locality or the long-distance computer
installs to tabulate zip
- 2022-03-13 19:52:45下载
- 积分:1
-
CPU编程,比较低层的硬件编程的 chm 资料文件
CPU编程,比较低层的硬件编程的 chm 资料文件--
- 2022-07-23 00:49:00下载
- 积分:1
-
Based on the C++ BUILDER environment is applicable for beginners, easy
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,取memo的行或列源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, check memo of rows or columns source code
- 2023-04-30 13:05: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
-
6环境下的主动寄存器控制,操作简单,值得一个五
VC++6.0环境下注册ACTIVE控件,操作简洁,值得一看哦-VC++ 6.0 environment ACTIVE register controls, operation is simple and worth a visit, oh
- 2022-05-12 10:00:21下载
- 积分:1
-
一个在windows上实现的看门狗。是软看门构。
一个在windows上实现的看门狗。是软看门构。-one of the windows on the realization of the watchdog. Soft structure is the gatekeeper.
- 2022-05-18 11:03:58下载
- 积分:1