搜索资源列表
一个SVM的MATLAB工具箱
- 一个SVM的MATLAB工具箱,Support Vector Machine toolbox for Matlab Version 2.51-A matlab toolbox of SVM,Support Vector Machine toolbox for Matlab Version 2.51
CALC
- 51计算器源代码,4*4键盘输入,采用浮点算法设计的
nljstate
- 采用NLJ随机搜索的方法辨识一个以状态方法表示的非线性系统。选其初值 a1(0) =50 , a2(0) =100 , a3(0) =100 , a4(0) =50 , a5(0) =10 , 选范围为 r(1)(i)=0.5 a(0)(i) , 取数据长度 L =40, t =0.005 , 性能指标 J= 。迭代计算结果得 a 的估计值 1=17.6043243, 1=17.5977, 2=72.9573, 3=51.3014, 4=22.9889, 5=5.99965, J = 0.000
1
- 经典c程序51-1-Classic c procedure 51-1
QccPack-0.51-1
- QccPack implementation in C
FFT
- FFT算法,Cooley-Turkey算法,By HeChaoyang @Dept.51, HiT-FFT, Cooley-Turkey
ALGO2-1
- lgo2-1.c C program for implementing Algorithm 2.1 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NUME
liblinear-1.51.tar
- The library of linear classifier
Eular-Engineering
- Euler工程,相邻元素乘积最大。 给了一个20x20的两位数矩阵,其中的红字部分的积为: 26x63x78x14=1788696 那么,任意方向上(上、下、左、右、对角)4个相邻的数的最大乘积是多少?-In the 20x20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 7
COPXY
- COPXY is n x m matrix which contains center of preasure (COP) data of static posturography tests on Parkinson s Disease (PD) Subjects. COPXY m columns are n/2 trials made of X Y data from a PD subject. COPXY n rows are n observations within a trial.
sha1_c51_STC12Cxx
- 在C51上使用的SHA1算法。是从pudn上下载的那个改的。但原来那个使用的是另一款51单片机,里面的汇编代码与STC12Cxx系列单片机不兼容,我给改了一下,现在的这个是支持stc12c系列单片机的版本。已经在STC12C5A60S2单片机上真机测试通过。-In the SHA1 algorithm used on the C51. The download from pudn change. Original use another 51 microcontroller inside the
test
- 51单片机检测光电编码器。C语言实现检相和速度的检测-The 51 microcontroller detection optical encoder
PID
- 基于51单片机的直流电机电压控制的PID控制算法-The control algorithm of 51 single chip microcomputer DC motor voltage control based on PID。
lab4
- 最长递增子序列 问题描述: 随机生成小于等于n的自然数的一个序列, 输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3, 即长度为3的递增子序列。 提示:参考LCS,思考能否达到时间复杂度(O(nlogn)) -Longest increasing subsequence problem descr iption: randomly generate
three-ways-to-find-the-gross-error
- /* name:用三种方法寻找粗大误差 Copyright: Author: Mr.Lai IDE:Dev-C++ 4.9.9.2 Date: 28/03/13 13:51 Descr iption:莱以特准则、格罗布斯准则 和狄克松准则寻找粗大误差 */-/* Name: three ways to find the gross error Copyright: Author: Mr.Lai IDE: Dev-C++ 4.9.9.2 Date: 28/03/1
jisuanqi
- 51单片机计算器制作采用LCD1602显示,具有加减乘除等基本运算功能,计算结果保留3位小数!-How to designe the calculator that use the 51IC.Using the keil.
robotsV2
- VC 工业机器人控制源码 #include<windows.h>//包含基本数据类型定义 #include<stdlib.h> //数学函数库 #include<string.h> //数学函数库 #include<stdio.h>//输入输出库 #include math.h #include winio.h #define ID_MYBUT50 50//自动运行 #define ID_MYBUT51 51//
keyscan_int
- 此方法是我用4*5矩阵键盘时候想到的,采用了中断检测方法,释放了CPU等待时间,加强OS实时性。此算法和电路经验证简单可行,仅以简单的51单片机做例子.-This method is what I use 4* 5 matrix keyboard ever think of, using the interrupt detection methods, the release of CPU wait time, strengthen the real-time OS. This algorith
红绿灯
- 51单片机实现红绿灯功能,包括仿真和程序(51 singlechip to realize the function of the traffic light)