-
Fit the full commissioning of the major colleges students dormitory management a...
适合各大中专院校全面启用学生宿舍管理和日常登记工作!-Fit the full commissioning of the major colleges students dormitory management and day-to-day registration!
- 2023-07-16 08:05:03下载
- 积分:1
-
读取CLOCK GENATOR 的一段程序,可以看一看啊
读取CLOCK GENATOR 的一段程序,可以看一看啊-read the section procedures can look at the ah
- 2022-02-21 06:26:50下载
- 积分: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
-
dll开发很简单 方法3,使用DEF文件建立dll程序,并实现了dll的调用...
dll开发很简单 方法3,使用DEF文件建立dll程序,并实现了dll的调用-dll developed a very simple way to 3, use the DEF file dll program to establish and achieve the dll call
- 2023-02-28 19:25:04下载
- 积分: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
-
众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows...
众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。 里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main windows api provided by the various functions to achieve the operation of these functions can usually be directly used, as long as it contains the header files windows.h. They introduced are several common api function, through which we can access disk users to the relevant information.
- 2022-11-23 10:55: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
-
又一个NTFS的例子代码
又一个NTFS的例子代码-also an example of the code NTFS
- 2022-03-25 11:06:35下载
- 积分:1
-
阴历日历实现起来比较麻烦,本程序较好的解决了这个问题值得参考!...
阴历日历实现起来比较麻烦,本程序较好的解决了这个问题值得参考!-Lunar calendar is too much trouble to achieve, the better procedure solved the problem it is also useful!
- 2022-01-26 06:17:16下载
- 积分:1
-
这个程序主要实现了对Windows系统登陆界面的修改,使用自己定义的mygina来代替系统默认的msgina。...
这个程序主要实现了对Windows系统登陆界面的修改,使用自己定义的mygina来代替系统默认的msgina。-the process of the main landing system Windows interface changes use their own definition of mygina system to replace the default msgina.
- 2022-10-29 02:25:03下载
- 积分:1