资源列表
wenzitexiao
- 逐隐逐现的文字特效 以下代码放在一个新建页面的HTML的<body></body>区即可-PV is hidden by the language on the effects following a new code of HTML pages
WinMain
- 此代码主要提供给VC初学者编写WinMain函数,进而熟悉和了解VC编程的流程。-This code mainly available to the VC to prepare beginners WinMain function, which are familiar with and understand the flow of VC programming.
checkbutton_example
- check button example
Armstrong-number-c-program-
- Armstrong number c program: c programming code to check whether a number is armstrong or not. A number is armstrong if the sum of cubes of individual digits of a number is equal to the number itself. For example 371 is an armstrong number as 33 + 73
sin.cos
- 产生正弦波 的matlab源程序 小弟第一次做的程序 不知对大家有用吗?-generated sine wave of Matlab source younger the first time in the process we do not know right useful?
FFTVibrationSignalRate100
- 基于MATLAB的振动信号的KAISER滤波与频谱分析,可用于加速度传感器信号-based on MATLAB KAISER vibration signal filtering and spectrum analysis, acceleration sensor can be used for signal
guiyihua-nor_1
- 归一化处理程序,可以应用与神经网络预测
解决生产者-消费者问题
- public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
channel_build_sim
- 关于衰落信道用matlab编写的仿真程序-on fading channel using Matlab simulation program prepared by the
VHDL1
- a simple calculator with vhdl operators performing calculator operation
anfis
- function [t_fismat, t_error, stepsize, c_fismat, c_error] ... = anfis(trn_data, in_fismat, t_opt, d_opt, chk_data, method) ANFIS Training routine for Sugeno-type FIS (MEX only). if nargin > 6 & nargin < 1, error( Too many or too f