资源列表
Romberg
- 龙贝格积分,积分程序,快捷简单,易于计算,是一个用c++编的积分程序-Romberg integration, integration process, quick and easy, easy to calculate, is a c++ code with the integration process
piano
- 实现用键盘演奏简单曲谱功能的小程序,按照标准音频率编程实现,有数个八度的音域-Scores to achieve a simple function of playing with the keyboard applet, in accordance with the standard pronunciation frequency programming, several-octave vocal range
python-nodel
- 主要是利用python读取商业软件的节点号码,方便用户来进行其他的利用-Basically is to use python read of commercial software node number
lsqfit
- 初来乍到,自己编的关于最小二乘法的简单程序,希望大家能提出改进的建议。-A newcomer to the simple procedure of their series on the method of least squares, and hope that we can suggest improvements.
linklist
- 这段代码实现了链表的基本数据结构,可以说为初学者提供了极大地帮助-The code implements the linked list data structure can be said to greatly help beginners
ditong
- 给定截止频率和阻带衰减,用窗函数法,设计fir滤波器-Given cutoff frequency and stop band attenuation, window function, design fir filter
panduanhuiwen
- 判断一个包含数字和字母的字符串是不是正序和倒叙一样,即是不是回文?-Determine a string of numbers and letters is not positive sequence and flashback, that is not a palindrome?
ssb
- ssb的调制与解调,包括信号的产生、乘法器、加噪、BPF、解调等部分。-ssb modulation and demodulation, signal generation, multiplier, adding noise, BPF, demodulation section.
badCoin
- 给定一组硬币,共N枚,其中N-1枚是好的,1枚是坏的。所有好的硬币都有同样的重量,坏的硬币的重量与好的硬币不同,且有一枚好的硬币被做上标记。 编写一个程序,对于给定N和K,确定能否用最多K次的天平,找出那个坏的硬币。如果可以输出"POSSIBLE" ,否则输出"IMPOSSIBLE"。 -Given a set of coins, a total of N pieces, N-1 pieces is good, one bad. All the good coins have the
MGH
- 对农产品的销量进行预测,首先是归一化处理,再用LSSVM进行预测-To predict agricultural product sales, the first is normalized, and then LSSVM forecast
bpsk-
- BPSK信号功率谱密度的MATLAB编程代码,运行得到波形。-BPSK signal power spectral density of the MATLAB programming code that runs waveform.
BracketMatch
- 括号匹配问题:假设表达式中只包含圆括号、方括号和花括号这三种括号,并且它们可互相嵌套。如,([{}])([ ])或({([ ][( )])})等均为正确的格式,但{[ ]})}或{[( )]或([ ]}均为不正确的格式。 -Bracket Match program