-
袜子4 / 5的BOT,ring0驱动程序,C++源
socks 4/5 bot, ring0 driver, c++ sources
- 2022-07-07 06:04:36下载
- 积分:1
-
极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏...
极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏、算法演示等,含全部源码! 完整功能. 源代码: 有-excellent Web application generator (actually July edition, the author seems to now No update, but have quite a), attached numerous examples and components such as Web Server, Web, small game, the algorithm demonstration, including all source code! Full functionality. Source code :
- 2022-10-30 16:20:03下载
- 积分:1
-
汽车租赁管理系统,随着汽车工业的发展和体育产业的发展。
汽车租赁管理系统
随着汽车工业的发展和汽车的普及,汽车租赁成为近年来兴起的一个新兴行业。使用汽车租赁管理系统可以规范企业的管理和经营行为,减少企业的经营成本,提高工作效率。
后台数据库使用SQL Server,前台开发工具使用Visual Basic。术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-car rental management system with the development of the auto industry and the popularity of car, car leasing has become in recent years the rise of a new industry. The use of car rental management system can standardize the management of enterprises and the business behavior and reduce the operating costs of enterprises, improve work efficiency. Background database using SQL Server, future development tools to use Visual Basic. Operation and 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,
- 2022-05-26 05:40:52下载
- 积分:1
-
系统重启代码, 系统重启代码, 系统重启代码
系统重启代码, 系统重启代码, 系统重启代码-System restart the code, the system restart the code, the system restart the code, the system restart code
- 2022-04-11 10:44:40下载
- 积分:1
-
一个简单的选课系统,基本功能都已实现!SQL.sql文件是用于创建sql数据库的脚本语言,使用时请先创建好sql数据库,管理员帐号和密码同为manager。其他...
一个简单的选课系统,基本功能都已实现!SQL.sql文件是用于创建sql数据库的脚本语言,使用时请先创建好sql数据库,管理员帐号和密码同为manager。其他信息请自己查看源码。打开工程时如出现错误请把它考在根目录下。er-graph.gif为er图。
-Elective a simple system, the basic functions have been achieved! SQL.sql document is used to create sql database scripting language, used to create good post sql database administrator account and password for the same manager. Other information please check their source. Open the project if there are mistakes please test it in the root directory. Er-er graph.gif to map.
- 2022-03-11 01:21:39下载
- 积分:1
-
进程调度实验 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。...
进程调度实验 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。-process of scheduling trials and the preparation of high-level language debugging process of scheduling a procedure to enhance the concept of the process and the process of scheduling algorithm understanding.
- 2022-05-25 22:52:36下载
- 积分:1
-
一个包装ShellFileOpen的类
一个包装ShellFileOpen的类--A class of ShellFileOpen packeting
- 2022-12-03 01:40:08下载
- 积分:1
-
VB acsess
一个非常简单的学生成绩管理系统 基本功能完善 希望对大家有帮助-VB ACSESS
- 2023-06-14 09:15:24下载
- 积分:1
-
VC++WM_COPYDATA接收端
VC++WM_COPYDATA接收端 -VC++ WM_COPYDATA receiving end
- 2022-04-07 00:10:19下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1