资源列表
music
- 音乐编码。。51汇编写。。已测试通过。。用测试蜂鸣器
rowedit
- 1.建立一个以字符串文件,即从键盘输入若干行字符串,把它们输出到磁盘文件保存起来. 2.从磁盘文件上读回字符串,并在屏幕上显示出来. 3.从磁盘文件中查找字符串,判断文件中是否存在所查找的字符串,并在屏幕上显示出查找结果 4.替换查找到的存在于文件中的字符串,并保存修改结果. 5.在已查找到的字符串后再加上一个字字符串.
masm4
- find the first blank and store its addre
index
- index page for my php project at the faculty
Family-Financial-Management
- 实现一个家庭财务管理例子的小程序,日期,财务的收入与支出-Examples of family financial management to achieve a small program, date, financial income and expenses
softw_engineering
- 这是创建学生选课系统的数据库基本表,希望对大家有用哈 -This is to create students in the system s database basic course selection table
clutter_supression
- 自适应信号处理仿真设计,设计杂波抑制滤波器计算改善因子(stap算法)-Adaptive signal processing algorithm design and simulation, clutter rejection filter calculation improvement factor (STAP algorithm)
Honeycomb_critical_percolation
- 平面蜂窝状均匀随机染色,临界渗流(随机游走)-Honeycomb uniform random dyeing, critical percolation(random walk)
PLANETS
- Matlab code that determines location of planets around sun at any point in time
MUSIC
- MUSIC算法,平面阵,用于信号测向定位,很好用。-MUSIC algorithm, planar array for measuring signal to locate, easy to use.
FR
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-The Conjugate Gradient method is a method b