-
获取硬件信息,包括硬盘、cpu、BIOS、主板
获取硬件信息,包括硬盘、cpu、BIOS、主板-Access to hardware, including hard drives, cpu, BIOS, motherboard
- 2022-08-10 20:35:51下载
- 积分:1
-
翼型在势流中的模拟,以求得其压力系数分布,升力系数等
翼型在势流中的模拟,以求得其压力系数分布,升力系数等-Airfoil in potential flow in the simulation, with a view to obtaining the pressure coefficient distribution, the lift coefficient
- 2022-04-20 15:32:04下载
- 积分:1
-
微软的MSDOSV6.0源代码,本站不能没有啊。 研究DOS和进行一些底层编程的必不可少。 实在不行,也可以进行收藏啊...
微软的MSDOSV6.0源代码,本站不能没有啊。 研究DOS和进行一些底层编程的必不可少。 实在不行,也可以进行收藏啊-MSDOS 6.0 system source code
- 2022-08-13 00:07:49下载
- 积分:1
-
Using visual c++ Programming to change the system time window
用visual c++ 编程来改变window系统的时间-Using visual c++ Programming to change the system time window
- 2023-01-10 03:35:04下载
- 积分:1
-
蓝牙开发协议书 硬件开发过程 目标调试指南 立体攻防
蓝牙开发协议书 硬件开发过程 目标调试指南 立体攻防-Bluetooth hardware development agreement to develop guidelines for the process of commissioning a three-dimensional offensive and defensive goal
- 2022-05-19 21:30:16下载
- 积分:1
-
一个计算机硬件情况的例子
一个计算机硬件情况的例子-A computer hardware examples
- 2022-12-11 08:25:03下载
- 积分:1
-
TCPMP相关编译资料,比较有参考价值,欢迎大家使用。
TCPMP相关编译资料,比较有参考价值,欢迎大家使用。-TCPMP to compile information relevant to compare a reference value, welcome to use.
- 2023-01-11 19:10:04下载
- 积分:1
-
WIN2000 the principle of virtual memory mechanism simulation and fully realize w...
WIN2000的虚拟内存的原理机制的完全仿真与实现,没有用MFC,完全用WIN32和DDK实现.设计思想非常漂亮.-WIN2000 the principle of virtual memory mechanism simulation and fully realize without using MFC, Win32 and entirely DDK achieve. Design thinking is very beautiful.
- 2022-01-26 00:15:07下载
- 积分: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
-
Detection of the source code of the mobile plate
检测移动盘的源代码-Detection of the source code of the mobile plate
- 2022-01-26 01:05:03下载
- 积分:1