资源列表
jiaoxuejihuabianzhi
- 大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是确定的,而且课程在开设时间的安排必须满足先修关系。每门课程有哪些先修课程是确定的,可以有任意多门,也可以没有。每门课恰好占一个学期。在这样的前提下设计一个教学计划编制程序。-Each university should develop a professional teaching programs. Assuming that any profession
yaopinguanli
- 设计一系统,实现医药公司定期对销售各药品的记录进行统计,可按药品的编号、单价、销售量或销售额做出排名。在本设计中,首先从数据文件中读出各药品的信息记录,存储在顺序表中。各药品的信息包括:药品编号、药名、药品单价、销出数量、销售额。药品编号共4位,采用字母和数字混合编号,如:A125,前一位为大写字母,后三位为数字,按药品编号进行排序时,可采用基数排序法。对各药品的单价、销售量或销售额进行排序时,可采用多种排序方法,如直接插入排序、冒泡排序、快速排序,直接选择排序等方法。在本设计中,对单价的排序采
Submit_Final
- 波兰计算机程序设计大赛试题Mushroom[B] (http://main.edu.pl/en/archive/pa/2010/grz)-The answer to PA2010 Mushroom[B](http://main.edu.pl/en/archive/pa/2010/grz)
Cpp-algo
- C++常用小算法,各种常用排序,包括求三角形边长等-C++ small algorithm commonly used in a variety of commonly used sorting
The-tree-array
- 数据结构内容,讲解树状数组的具体内容,有详细的分析,步步深入。-Data structure content to explain the specific content of tree array, a detailed analysis of depth step by step.
backpost
- bp神经网络原理,利用最小均方误差来进行权值修改,能够解决一般的线性函数模拟。-bp neural network used meansquareerror
101---Domino
- SGU 101 Domino 题解 能否找一条欧拉路将所有边走一遍,输出路径-SGU 101 Domino problem solution will be able to find an Euler path all the edges go again, the output path
paixu
- 按照平行四边形原理根据数据结构算法实现平行四边形计数-In accordance with the principle according to the data structure parallelogram parallelogram counting algorithm
WuXiangTU
- 无相图相关的构造遍历等基本功能的源代码。-No structure traversal phase diagram associated source code and other basic functions
CPP
- 数据结构和算法设计、分析与实现,各种经典案例的C++源码-Data structure and algorithm design, analysis and implementation of various classic case of C++ source
Teaching-plan
- 数据结构课程设计,使用图实现教学计划安排-Data structure curriculum design, teaching plan using graph implementation
quee
- 多级反馈队列(操作系统课设),模拟 操作系统中 多级反馈队列的 算法,大三的做课设的学生可以借鉴一下-Multi-level feedback queue (class-based operating system), simulated operating system multi-level feedback queue algorithm, junior students to do class-based can learn about