资源列表
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.
ch1104
- java小程序,文件读取,通过文件流实现-java file read
Event
- 个人比较喜欢Flex的事件派发、监听,仿Flex编写一版Java版的,使用起来还不错,还未想好下版需要增加的功能,欢迎大家指正、建议-Flex personally like the event-dispatch, monitoring, imitation Flex write a version of Java version, use good, yet like a good next version requires increased functionality, welcome t
yangtiao
- 数值分析实验中的样条插值,matlab实现-Numerical Analysis Experiment spline interpolation
Q4
- Code for Ripple transform for color image. Function used for ripple transform is describe in the code itself as comment
erfen
- matlab 求解非线性方程近似解 二分法的matlab源程序码-matlab erfen.m
xunlianyangbenwucha
- 利用感知器和BP网进行模式识别的基本方法,对图像分割处理-Basic method of pattern recognition using perceptron and BP net, the image segmentation processing