-
最新版ucos II 完整源码,非常好的一个实时操作系统,支持64个实时任务,优先级调度。...
最新版ucos II 完整源码,非常好的一个实时操作系统,支持64个实时任务,优先级调度。-latest version TRACK II source code integrity, a very good real-time operating system to support 64 real-time task, priority scheduling.
- 2022-03-30 23:59:27下载
- 积分:1
-
creating a new clsTray for this form
creating a new clsTray for this form
- 2023-02-27 19:55:02下载
- 积分:1
-
VB写成的Base64编解码和MD5编号程序。
VB写成的Base64编解码和MD5编号程序。
- 2022-02-27 03:06:09下载
- 积分:1
-
通过使用winio驱动,实现对IO端口地读写。
通过使用winio驱动,实现对IO端口地读写。-By using winio drive, realize the IO port to read and write.
- 2022-04-24 12:59:06下载
- 积分:1
-
获取 MAC 地址
此程序通过读取读取本地主机的 MAC 地址
通过 GetAdapatersInfo 的信息。它并不依赖 NETBIOS
议定书和以太网适配器不需要连接到网络。
支持在 Windows NT/2000年/XP
在 Windows 95/98/我支持
在 PC 上支持多个 NIC 卡
- 2022-03-15 18:23:16下载
- 积分:1
-
此代码为我们操作系统课程设计,此算法为页面置换,编程环境vb,编译通过,能够运行。...
此代码为我们操作系统课程设计,此算法为页面置换,编程环境vb,编译通过,能够运行。-this code for the operating system curriculum design, this algorithm page replacement, vb programming environment, compiler, capable of running.
- 2022-07-25 08:19:02下载
- 积分:1
-
1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的...
1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统。每次用户可保存m个件,用户在一次运行中只能打开一个文件。对文件必须设置保护措施,且至少有Creat,Delete,Close,Write等命令。-1, with high-level language debugging and prepared a simple file system. Simulation document management process. Thus the various documents commands to the substance and implementation of a more in-depth understanding. 2, designed a n users file system. Each time a user kept m pieces in a user operation can open a file. The document must install protective measures, but at least Creat, Delete, Close, etc. Write orders.
- 2022-07-26 01:10:14下载
- 积分: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
-
识别鼠标轨迹的小程序,可以用鼠标的动作来控制电脑的操作。...
识别鼠标轨迹的小程序,可以用鼠标的动作来控制电脑的操作。-Identification of the mouse trajectory applet can be used to the mouse movements to control computer operations.
- 2023-05-08 07:50:02下载
- 积分:1
-
学生档案管理系统
后台数据库使用SQL Server,前台开发工具使用Visual Basic。
本系统采用目前比较流行的ADO数据访问技术,并将每个...
学生档案管理系统
后台数据库使用SQL Server,前台开发工具使用Visual Basic。
本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-student files background database management system using SQL Server, future development tool Visual Basic. The system currently used is more popular ADO data access technology, will each database table fields and operation of the Packaging category, thus the success of object-oriented programming design concepts applied to the database application design. This is also the system"s characteristics and advantages,
- 2023-07-06 16:40:02下载
- 积分:1