资源列表
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
visualcPP
- Operator Overloading is a special name given to the process of defining custom functions for operators. In simple terms in order to overload an operator like -, +, =, ++, –, etc you simply create a function for it. This Sample C++ Project displays ho
Untitled11
- 。输入地震数据(剥去文件头、剥去道头, 按道序排列的数据矩阵, 每 一列为一道的数据)。此函数返回在Radon 域中的数据。-. Input seismic data (stripped header, stripped road head, arranged in order by channel data matrix, each as a data). This function returns the data in the Radon domain.