搜索资源列表
Xbox360Joystick
- Xbox360的无线手柄,好是好,就是微软官方的驱动程序太LJ,一点设置功能都没有,很多游戏很多键位都没法使用。网上找到个日本人开发的驱动,非常不错,除了不支持手柄上的耳麦设备,简直就是完美,甚至还可以设置导航键为游戏按键,但是整个设置界面是日文的,就特地做了一下汉化。 这个驱动分的比较细,不同windows版本都不兼容,这个是32位XP的。 驱动的安装比较怀旧,好像回到了win95时代。下载附件,解压,到设备管理器界面中选择自己手动从磁盘安装,浏览到解压目录选择x360wc
CX_01_04_1
- 综合运用C语言程序设计课程的主要知识,设计一个飞机订票系统程序,设计要求包括功能要求和技术要求。 功能要求: 程序至少具有航班信息查找、浏览、订票、退票、添加、删除、修改功能。 技术要求: (1)每条航班信息包括航班号、起始站、终点站、起飞时间和剩余机票数。 (2)航班信息以磁盘文件的形式存储。 (3)航班订票系统中能够实现多数条航班信息的管理。 -Comprehensive use of C language programming knowledge course
CX_01_06_1
- (1)每个记录至少包括如下信息:教师姓名、教师号、年龄、性别、科目、科目课时、班级数、工作量。 (2)信息以磁盘文件的形式存储,存储位置、文件名、文件格式由设计者确定。 对删除和排序的功能采取独立的模块。 以菜单方式实现功能选择控制。 本教职工工作量管理程序能够实现单条记录的删除和按教师号进行排序。 -(1) Each record includes at least the following information: teacher name, teacher numbe
1
- 学生成绩管理系统 实现了1、 有5个学生,每个学生有2门课成绩,从键盘上输入以上数据 (学生信息包括学号、姓名,以及2门课成绩),保存在一个文本文件中。 2、 计算出每个学生的总成绩,并将学生数据(包括学生2门课的总成绩) 按总分由高到低排序后保存到磁盘文件sort.txt中。 3、 统计平均成绩,不及格比例,及格比例、优良中所占比例。 4、 要求用菜单方式选择功能-Student achievement management system 1, there are five
memory
- 操作系统中内存管理的小程序 可以实现基本的磁盘调度-Memory management operating system applets can be a basic disk scheduling
20111106_042031076
- 磁盘管理工具!分区、格式化、创建、删除、复制、粘贴、-Disk management tools! Partition, format, etc.
telephone
- 注册系统 资费管理 号码管理 套餐管理 存入磁盘-Registration System tariff control number management package management to disk
System
- 为计算机专业操作系统课程设计.虚拟实现了可变分区内存管理,磁盘空白分页管理,进程模拟调度,文件系统.可做为源码参考-Curriculum design for the computer professional operating system. Virtual variable partition memory management, disk blank paging management, process simulation, scheduling, file systems can b
Student-Information
- 学生信息管理系统 能登入 修改 查询学生的信息 成绩等 有显示器和磁盘两种显示方式-Student information management system able to log in to modify the query information scores of students such as monitors and disk two display
student-infoemations
- 可加密学生信息管理系统,支持记录 修改 查询 可以通过显示器和磁盘两种形式访问-Encryption student information management system to support record modify the query can access through the display and disk two forms
DiskManager
- 磁盘管理工具。使用C++结合OpenCV编写,支持对普通文件及图像视频流的数据流进行存储并管理磁盘。-Disk Management tool. Use C++ combined OpenCV written support of ordinary files and image of the video stream data stream to store and manage the disk.
os4
- 通过利用磁盘文件,完成实现操作系统的文件管理功能,主要包括目录结构的管理、外存空间的分配与释放以及空闲空间管理三部分,掌握文件管理的相关文件操作的过程。-Through the use of a disk file, complete the operating system s file management functions, including the management of the directory structure, external memory space allocat
mianxiangduixiang
- C++面向对象方法的编程,包括磁盘文件数据的输入输出,复数运算,求圆的表面积,图书管理程序,学生数据的赋值和输出,钟表类及闹钟类,时间的输入和输出,正整数集合的运算,泳池造价,people类。-C++ object-oriented programming methods, including disk file data input and output, complex computation, the surface area of circular, l
qianrushi_splite3
- SQLite有以下特性: 支持ACID事务; 零配置一无需安装和管理配置; 储存在单一磁盘文件中的一个完整的数据库; 数据库文件可以在不同字节顺序的机器间自由共享; 支持数据库大小至2TB; 足够小,全部源码大致3万行c代码,250KB; 比目前流行的大多数数据库对数据的操作要快; -SQLite has the following features: support for ACID transactions zero without having to in
OS
- 一个c++写的模拟的操作系统,实现了文件管理、用户接口、进程管理、设备管理、磁盘、内存等-Write a c++ simulated operating system, file management, user interfaces, process management, device management, disk, memory, etc.
unix
- 结合UNIX 系统的成组链接法,实现磁盘的空间管理~-Combined with the UNIX system Links Group to achieve disk space management ~
student1
- 用C语言编写的学生信息管理系统主要有管理员和学生权限、密码修改功能、信息录入、删除、修改功能等,数据结构采用链表的形式,存储在磁盘文件中,程序比较简单并且大部分我都写有注释。-Using C language student information management system administrators and students have permission to modify the password function, information entry, delete, mod
FileSys
- 利用C语言实现linux文件系统的仿真,包括磁盘管理、目录管理和文件管理等功能-Using C language to realize the Linux file system simulation, including disk management, directory and file management, and other functions
磁盘管理
- 模拟文件在磁盘位置的管理,显示位示图,文件创建等(The management of the disk location of the analogue file, the display bit diagram)
BCDrepair v1.3
- 1、选择开始菜单中的磁盘管理,点击打开“bootice引导管理”,2、在物理磁盘处理任务下,点击“主引导记录”按钮(elect the start menu in the disk management, click on the bootice guide management ", in 2, the physical disk processing tasks, click the" master boot record "button, and then c