-
VC编写的系统配置查看,嵌入了汇编,提高了实时性,获取CPU及系统信息...
VC编写的系统配置查看,嵌入了汇编,提高了实时性,获取CPU及系统信息-VC prepared by the system configuration View, embedded compilation, improved real-time, access to the CPU and system information
- 2022-06-30 19:29:56下载
- 积分:1
-
设置或进入待机模式的功能. 也可以设置,待机或进入待机模式为HOTKEY键....
设置或进入待机模式的功能. 也可以设置,待机或进入待机模式为HOTKEY键.-Settings or enter the standby mode function. Can also be set up, standby or to enter standby mode for the Hotkey button.
- 2022-03-18 05:43:18下载
- 积分: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
-
the code to teach you how to make a curve control, for some control project deve...
这个代码教你如何制作曲线控件,对一些自控工程开发人员可能会有帮助!-the code to teach you how to make a curve control, for some control project developers may help!
- 2022-05-31 04:12:06下载
- 积分:1
-
Dll common
通用的dll测试工具源码,只要按照规定格式导出函数即可-Dll common-source testing tools, as long as the format in accordance with the Export function can be
- 2023-04-14 00:45:03下载
- 积分:1
-
关于磁盘信息查看调用,格式转换及文件处理的脚本文件,以及系统组策略调用的信息
关于磁盘信息查看调用,格式转换及文件处理的脚本文件,以及系统组策略调用的信息-View call information on the disk, format conversion and documents deal with the script file, as well as the Group Policy system call information
- 2022-03-20 19:49:41下载
- 积分:1
-
该程序可以写出 first集和分follow集自己打开看就知道
该程序可以写出 first集和分follow集自己打开看就知道-The program can write the first set and the sub-set of their own follow open to see that
- 2022-08-24 19:11:24下载
- 积分:1
-
读取硬盘序列号
typedef struct _GETVERSIONOUTPARAMS
{
BYTE bVersion
BYTE bRev...
读取硬盘序列号
typedef struct _GETVERSIONOUTPARAMS
{
BYTE bVersion
BYTE bRevision
BYTE bReserved
BYTE bIDEDeviceMap
DWORD fCapabilities
DWORD dwReserved[4]
} GETVERSIONOUTPARAMS, *PGETVERSIONOUTPARAMS, *LPGETVERSIONOUTPARAMS -read drive serial number typedef struct _GETVERSIONOUTPA RAMS (BYTE bVersion BYTE bRevision BYTE bReser ved BYTE bIDEDeviceMap DWORD fCapabilities DW Mr Towner said dwReserved [4]) GETVERSIONOUTPARAMS.* PGETVERSIONOUTPARAMS.* LPGETVERSIONOUTPARAMS
- 2022-05-10 21:22:38下载
- 积分:1
-
TCPIP protocol stack of a class thing now is to achieve some simple features, ro...
类TCPIP协议栈的一个东西,目前只是实现一些简单的功能,有待改善-TCPIP protocol stack of a class thing now is to achieve some simple features, room for improvement
- 2022-03-12 02:17:19下载
- 积分:1
-
操作系统页面置换算法的程序设计,页面管理…
操作系统的页面置换算法编程,页面管理与虚拟空间与物理空间的管理算法-The operating system page replacement algorithm for programming, the page management and virtual space and physical space management algorithm
- 2022-01-25 20:21:25下载
- 积分:1