资源列表
high_pass
- 高通滤波器设计,用于对高频信号的滤波用.利用SPTOOL得到-high-pass filter design for the high-frequency signal with the filter. Be used SPTOOL
integral.c
- Using 3 methods to integrate the function f(x) = 1/(1+x*x)
lingo-method-of-solving-the-shortest-path
- lingo求解最短路径方法,在lingo中运行-lingo for solving the shortest path method, run in lingo
jishuqi
- 一个简单的计算器程序,进行简单的数学计算,正确无误-A simple calculator program to carry out simple mathematical calculations are correct
pq3
- pq快速解耦法解电力潮流 适用于电力潮流计算的初学者 简单明了-pq Solving fast decoupled power flows
Backtrack_0-1bag
- 从文件读入数据,用回溯法实现了0-1背包最优解的问题-Read data from a file, using backtracking to achieve the optimal solution of the 0-1 knapsack problem
ambg
- 此程序用于求单脉冲雷达信号和线性调频雷达信号的的模糊函数,表明雷达信号的模糊特性-This procedure is used to find single-pulse radar signal and the chirp radar signal ambiguity function, indicating that the characteristics of the radar signal ambiguity
chainoperate
- 这个是有关链表的C语言小程序,仅供大家参考-This is a linked list of C language program, for your reference
hanglieshi
- 对矩阵当中的矩阵行列式的计算进行了分析和计算-Among the matrix determinant of the matrix calculations are analyzed and calculated
Eight-queens-problem
- 关于数据结构中二叉树的一个实例,代码比较简单,容易看懂。-About one example of a binary tree data structure, code is relatively simple, easy to understand.
pailie
- 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高 于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提 成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于 40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于 100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?
a201702121
- 过年了,闲来无事,翻阅起以前写的代码,无意间找到了大学时写的一套C++工具集,主要是关于数据结构和算法、以及语言层面的工具类。过去好几年了,现在几乎已经回忆不起当年写代码时的情况,不过,通过文件头部注释里的日期,还是依稀想起了那些日子发生的一些事情,不禁感慨了一番。感概之余,随便翻阅了一下,发现当年的编程手法和现在相比,略显稚嫩,风格也相差的比较大了,明显受到当时读的一些经典C++书籍的影响。不过好在代码质量都算可以,都属于基础的语言层面以及数据结构的代码,操作指针比较小心,每个类也都有测试的