-
锁住计算机直到输入正确的口令
锁住计算机直到输入正确的口令-computer locked until the correct password
- 2022-03-13 13:49:40下载
- 积分:1
-
判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。...
判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。-judgment version of the operating system examples (convicted win98/nt/xp system). The cross-platform process very useful. Build unnecessary conditions, the procedure used if .. then found there.
- 2022-07-16 18:56:41下载
- 积分:1
-
程序安装之后,在桌面放个指向该程序的快捷方式,怎么做,看我的!...
程序安装之后,在桌面放个指向该程序的快捷方式,怎么做,看我的!-installation, put on the table pointing out the program shortcuts, how to do, I do!
- 2023-01-30 09:20:05下载
- 积分:1
-
工业pid仿真的演示程序,很不错的,学习用的代码
工业pid仿真的演示程序,很不错的,学习用的代码-industrial pid simulation demo program, a very good study of the code
- 2022-12-01 20:35:03下载
- 积分: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
-
CPU信息查询的程序,包括16位和32位CPU
CPU信息查询的程序,包括16位和32位CPU-CPU information of procedures, including 16-bit and 32-bit CPU
- 2022-04-24 20:20:33下载
- 积分:1
-
把Control键和Caps键互换
把Control键和Caps键互换 -Interchanging between Contorl and Caps
- 2022-06-01 13:03:20下载
- 积分:1
-
aPlease read yourPlease read yourPlease read yourPlease read yourPlease read you...
aPlease read your Please read your Please read your Please read your Please read your -aPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read yourPlease read your
- 2022-01-31 14:03:56下载
- 积分:1
-
这是一个通过发送虚拟键盘控制其它程序的例子,比如控制powerpoint的切换等操作。是遥控程序的一个典型例子...
这是一个通过发送虚拟键盘控制其它程序的例子,比如控制powerpoint的切换等操作。是遥控程序的一个典型例子-This is a virtual keyboard by sending control procedures other examples, such as the switching control powerpoint operational. Remote procedure is a typical example of
- 2023-07-28 20:40:03下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1