资源列表
GoogleCode
- Solution of the Google Code! A nice answer of Google Code Jam!
func_adv
- 计算二维或者三维的平流项,在大气科学相关收支方程运算中有用-Calculation of two-dimensional or three-dimensional advection in the atmospheric science-related balance of payments equation useful computing
1093
- ZJU ACM 1093 实现速率较高, 主要是有一个buffer来实现-ZJU ACM 1093 to achieve a higher rate, there is mainly a buffer to achieve
compression1
- 电能质量数据压缩,基于小波变换的(如Db3 haar)压缩-Power quality data compression, wavelet transform (such as Db3 haar) compression
hebingguozi
- 在一个果园里,多多已经将所有的果子打了下来,而且按果子的不同种类分成了不同的堆。多多决定把所有的果子合成一堆。 每一次合并,多多可以把两堆果子合并到一起,消耗的体力等于两堆果子的重量之和。可以看出,所有的果子经过n-1次合并之后,就只剩下一堆了。多多在合并果子时总共消耗的体力等于每次合并所耗体力之和。 因为还要花大力气把这些果子搬回家,所以多多在合并果子时要尽可能地节省体力。假定每个果子重量都为1,并且已知果子的种类数和每种果子的数目,你的任务是设计出合并的次序方案,使多多耗费的体力最少,并输出
inverse
- 输入一串序列,构造一个链表,并对该链表进行逆转。-Enter a sequence, construct a list, and the reversal of the list.
统计一串字符的个数
- 定义一个类,分别统计一串字符的大写字母、小写字母、空格、数字和其他字符的个数。-Defines one class, counts a string character separately the capital letter, the lowercase letter, the blank space, digital and other character integer.
bitree
- Linux下的C语言程序,用于对数据结构树图的操作-Linux program,use of c ,you can use it to create a tree or a graph.
youxiangtuDFS
- 用C语言实现有向图的深度优先搜索功能源代码-Directed graph depth-first search function source code using the C language
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
2
- 找出给定序列的所有逆序对,并输出。 逆序对:若i < j ==> A[i] > A[j] 则(i,j)为一个逆序对-Identify all the given sequence in reverse order right, and output. On the reverse: if i < j ==> A [i]> A [j] then (i, j) as a reverse pair
matlab十进制转二进制
- matlab程序,可以将十进制的正数或负数转换为二进制有符号数,带详细注释。