资源列表
monkey
- 猴子选大王代码 猴子选大王代码
rates
- 基于CPLEX半连续变量求解发电机组单时段经济调度问题,给定负荷需求,求每台发电机输出P=0或Pmin<=P<=Pmax,使发电成本最小。-Semi-continuous variable based on CPLEX to solve a single period of economic generator scheduling problem, given the load demand, seeking each generator output P = 0 or Pmin
vijos1083
- 线段树 求最大字段和以vijos1083为例-Segment tree for the largest fields and
HUFFMAN
- 建立赫夫曼树,然后再由叶子到根实现赫夫曼编码。-Huffman tree set up, and then leaves to the root by the Huffman encoding implementation.
poj2488
- 回溯法的模板,关键是回溯的过程,以及在深搜过程中的方向问题-Backtracking template, the key is back process, as well as in the course of the deep question of the direction search
3068
- 北大ACM试题poj 第3068题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 3068 question Question poj source code, good code, and want to help students engage in ACM
Heapfunction
- 算法分析实验 算法分析变治法 堆排序-Experimental analysis of algorithms analysis of algorithms change conquer Heap Sort
11
- c语言算法:寻找迷宫的一条出路,o:通路; X:障碍。-language C,maze to find a way out
xueji-c
- 基于c语言的数据结构的学籍系统(线性表)生成、插入、删除的c程序源代码。-C language data structure based on the enrollment system (linear form) to generate, insert, delete the c program source code.
maxsubsequence
- 输入一组数字序列后能够找到它的一组上升的最大长度的子序列。输出长度并输出此序列-Input a set of digital sequence can find it after a group of rising maximum length son sequence. Output length and output the sequence
calendar
- 编写一个万年历的程序,能显现出正确的日期与星期-Write a calendar program, showing the correct date and day of the week
Least-squares
- 计算方法中的一种最小二乘算法,C程序代码-A calculation method least squares algorithm, C code