搜索资源列表
CLaugYM
- 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -case a huge memory game two cases calculators Case 3 Case 4 game reversi
num_struc_C_prog
- 数据结构系统———— C程序实例代码 参考code.-System data structure instance---- C code reference code.
DataStructure(CSharp)
- 将数据结构与C#语言和.NET框架结合是本书的一大特点。.NET平台是微软推出的一个新的开发平台,目的是让“不同的语言共享同一平台”。.NET很可能成为下一代Windows操作系统的一部分。而C#语言作为新一代完全面向对象的语言,是.NET的母言。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structure and C# language and
datastructure
- 数据结构演示系统,适合数据结构初学者的好-Presentation system data structure, data structure suitable for beginners of good Dongdong
xsxxglxt
- 学生信息管理系统(数据结构课程设计)用c++语言编写的,很适合大家哦-Student Information Management System (Data Structure Course Design)
bit_power_allocation
- :该文研究OFDM 系统在总功率和误比特率限定下最大化传输速率的问题,并且考虑实际系统中整数比特的限制, 提出基于灌水法则的两种比特分配算法——改进贪婪算法和对分灌水线搜索法-The maximization of data rate under the constraint of total transmit power and bit error rate is a considerable issue in OFDM system. Recognizing that the num
Rex
- 运动会统计系统 数据结构 C语言作业可用-Games statistical system data structures C language operations can be used
tongxunlu
- 制作一个简易的通讯录,包括基本操作和存储功能。 用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 输入信息——enter() 显示信息———display( ) 查找以姓名作为关键字 ———search( ) [由一人完成] 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 任务: 每条信息至包含 :姓名
sjjgyuczxt
- 这是华中科技大学内部的数据结构与操作系统ppt,希望对各位同学有用啊-This is the Huazhong University of Science and the internal operating system data structures ppt, useful for the students you want to ah
hfut-tcds
- 合肥工业大学 的 数据结构试验系统 很好用 封装了常用的结构-Hefei University of Technology a good test system data structure encapsulates a common structure with
tongxunluxitong
- 利用C++编写的关于数据结构的一个通讯录系统-Using C++ written a book on the system data structure
Data_Structure_Guid_in_your_compus
- 数据结构 校园导游系统 这是针对清华大学的严蔚敏数据结构书的 恩恩 你们懂得-Campus tour guide system data structure
xiaoyuandaohang
- 校园导航系统c++数据结构 校园导航系统c++数据结构-Campus navigation system data structures c++ campus navigation system data structures c++ c++ campus navigation system data structure
paking_manage
- 数据结构试验停车场管理系统源码数据结构试验停车场管理系统源码-Parking Management System data structure test test source data structure parking management system source code
system
- 系统管理 数据结构编写 The preparation of system management data structures-The preparation of system management data structures
860869658wqijp
- 家谱管理系统数据结构课程设计 vc++ -Genealogy Management System Data Structure Course Design vc++
Data-structure
- 分别用堆栈和数组的方法实现任何进制的数制转换-Arrays were used to stack and method of implementation of any binary number system conversion
Parking-Management-System
- 数据结构课程设计C语言版停车场管理系统。-Data Structure Course Design parking management system.
park
- 运用栈,队列,模拟停车场管理系统,数据结构,课程设计-The use of stacks, queues, simulation of car park management system, data structure, curriculum design
Staff-management-system
- 职工管理系统 数据结构课程设计 1.1问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 1.2要求 职工对象包括工号、姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式存入职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某