-
获取bios信息
这个主要是通过smbios来获取bios的信息,其中使用的是wmi,这个程序绕过的驱动就可以获取硬件的详细信息,有兴趣的人可以load下来看看,研究研究
- 2022-06-28 06:00:09下载
- 积分:1
-
手机串口通讯程序,使用 AT 指令,可以同时控制多机
手机串口通讯程序,使用 AT 指令,可以同时控制多机-phone serial communication, the use of the AT command can control many machines
- 2022-08-02 12:40:43下载
- 积分:1
-
扩展MFC的dll的编写方法
扩展MFC的dll的编写方法-MFC dll extension of the preparation methods
- 2023-01-08 00:10:03下载
- 积分:1
-
这是一个在Windows下开发的实时操作系统的源代码,代码简单,丰富。...
这是一个在Windows下开发的实时操作系统的源代码,代码简单,丰富。-This is a Windows real-time operating system developed under the source code, code is simple, rich.
- 2023-04-13 20:55:04下载
- 积分:1
-
sim300DZ规范文档。关于SIMCOM GSM模块的完整的数据表
SIM300DZ Specification documents. Full Datasheet about SIMCOM GSM Module
- 2022-02-11 16:34:46下载
- 积分:1
-
本代码通过VC++6.0编写,实现光驱的弹出和关闭功能,占内存很少的哟!...
本代码通过VC++6.0编写,实现光驱的弹出和关闭功能,占内存很少的哟!-the code prepared by VC 6.0, the drive to achieve the pop-up and closure function, or very little memory yo!
- 2022-02-03 06:10:21下载
- 积分:1
-
珠宝行业管理系统,全面的仓存管理,方便企业随时查询仓存情况。...
珠宝行业管理系统,全面的仓存管理,方便企业随时查询仓存情况。-Jewelry trade management system, comprehensive warehousing management, and facilitate the warehousing business at any time check the situation.
- 2022-05-08 21:53:45下载
- 积分: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
-
程序继承了toolkit 良好的界面风格,并能获取MFC传入的自定义参数...
程序继承了toolkit 良好的界面风格,并能获取MFC传入的自定义参数-Program inherited a good interface toolkit style, and can get the custom parameter passed in MFC
- 2022-02-26 18:51:28下载
- 积分:1
-
可以实现软件的限次使用
可以实现软件的限次使用-software can restrict the use of time
- 2023-05-04 16:00:03下载
- 积分:1