资源列表
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.
S_ASK
- 产生ASK调制信号,并且计算该信号频谱,瞬时相位,瞬时频率-Generates the ASK modulation signal, and calculates the signal spectrum, the instantaneous phase, and the instantaneous frequency
OMP
- 稀疏算法中的正交匹配追踪算法的一个小示例-A Small Example of Orthogonal Matching Tracking Algorithm in Sparse
格林函数偏移-2d
- 格林函数偏移-连续记录边界 对应于犹他大学schustert团队的文章,不需要地震数据,只需要模型
matlab十进制转二进制
- matlab程序,可以将十进制的正数或负数转换为二进制有符号数,带详细注释。