资源列表
clock
- <模拟电子时钟的程序> 算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。 (显示时间格式:小时:分钟:秒) -" Analog electronic clock program" algorithm: the current time displayed on the screen, when the time change, clear screen, display the new time (wh
lms_descorr__2
- 基于解相关 的LMS滤波算法 程序-lms
crc
- Cyclic redundancy check implemention
63535282ls_esprit
- OFDM的一种信道估计方法:基于旋转不变因子的信道估计方法-An OFDM channel estimation method: Based on the Rotation-invariant factor of channel estimation method
0_1bag
- 此程序是用回溯法解决01背包问题,可以运行成功,欢迎下载-This program is backtracking to solve 01 knapsack problem, you can run successfully, please download
SimpleLog
- 一个简单的写日志的类,基于标准C,其他的自己看代码吧,简单日志管理回滚-a simple log class
simple_triangulation_3
- 立方体内随机投掷,throw in cube-Throwing random within cube
snow-procedures
- 简单的飘雪程序 浪漫的小程序,帮助大家学习C语言-Simple snow procedures
shuju1
- 采用链式结构实现任意多项式的存储,求两个多项式的和。-Using the chain structure to achieve arbitrary polynomial storage, and seeking two polynomials.
fraction
- 一个可以实现 分数基本运算的小程序,可以实现分数的加法,减法等。适合初学者对于函数声明的理解。-A fraction of the basic operations of a small program, scores of addition, subtraction, etc. can be achieved. For beginners for the understanding of the function declaration.
liner
- 产生一个线性调频信号并分析它的频谱,使用Matlab编写。-Produce a linear frequency modulation signal and analyzes its spectrum,Using Matlab
backpack-prob-algo-using-in-C
- 不过下面程序中的背包函数采用了贪婪算法的另一种写法(背包函数是以前的代码,用来比较两种算法)-backpack problem algorithm using Greedy in C