资源列表
snake_c++
- bool termination_point bool neighbor3by3 /* true means 3x3 neighborhood, false means 5x5 neighborhood */ int grad_mag[500][500] /* Magnitude of Gradient */ int m_Cols /* Number of Columns */ int m_Rows /* Number of Rows */ int no_of_s
KFpro
- kalman filter program-Kalman filter program
aaa
- 哈希表的创建和查找,课堂上的要求来的,其实做得不怎么好,参考一下算了。-Create and find the hash table, classroom requirements, in fact, done very well, refer to forget.
rake-recieve
- RAKE的概念是由R.Price和P.E.Green在1958年的《多径信道中的一种通信技术》一文中提出来的。Rake的中文意思是:耙子,表明瑞克接收的过程相当于用一个钉耙将各个多径信号“耙”出来,然后加以收集。通常接收的多径信号时延差很小且是随机的,叠加后的多径信号一般很难分离,而只有特定设计的信号才可以进行分离,这种信号即扩频信号。分离的手段是相关接收-RAKE concept put forward in 1958 " a multipath channel communicati
jquery.tache
- 做jQuery AJAX调用以完全相同的方式你今天做但仍得到客户端缓存的好处。简单的交换()以美元美元ajax环节得到()。 -Do jQuery AJAX calls in exactly the same way you do today yet still get the benefits of client-side caching. Simply swap $.ajax() for $.Tache.Get().
mfileofproject
- SSFM code for soliton
riemann-problem-c
- 计算一维管道激波问题的,特别号很方便,是C的-Calculate the one-dimensional pipe shock problems, especially number is very convenient, is C
main
- Digital Clock for a LCD in MSP430G2553 MCU
MIMO_frame_timing
- MIMO-ofdm系统的定时算法,几乎包含了所有常用的算法,自己写的可以用-Timing Algorithm for MIMO-ofdm system, it contains virtually all commonly used algorithms can be used to write their own
svmRegressionInMatlab
- Support Vector Machine
MachineTimeTest
- 机器时间记录matlab源代码,可用于对全局优化算法的效率进行评估-Machine time record the matlab source code, can be used to uate the efficiency of global optimization algorithm
ATM
- 模拟实现银行ATM自动取款机系统。系统至少包括以下几方面的功能: (1)用户登录功能:通过输入用户名和密码,正确时进入系统,错误则提示相应的错误信息并提示重新输入。(程序中可以初始几个用户对象,包括用户的姓名,账号,密码,余额等基本数据) (2)修改密码功能:设置初始密码,当输入错误时提示信息并提示重新输入,当输入的次数超过2次则冻结银行卡,自动退出系统; (3)余额查询功能:显示当前用户银行卡的余额数目; (4)取款功能:通过输入金额,对存款进行扣款工作,当输入的金额大于余额时