Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - test.m
Search - test.m - List
DL : 0
是一个非常全面的pso的程序,有16个函数的测试,并且用三维图形将寻优过程显示出来。对所有的参数都可以修改测试-Is a very comprehensive procedure for the PSO, there are 16 function testing, and using three-dimensional graphics optimization process will be displayed. For all the parameters can modify the test
Update : 2024-05-07 Size : 761856 Publisher : wang

DL : 0
这是卡尔曼滤波算法用在数据融合中的程序实现,还包含了数据读入模块,在windows vc++ 6.0环境下测试没有问题,对于用卡尔曼做数据融合研究非常有帮助-This is the Kalman filter algorithm used in data fusion procedure to achieve, but also contains the data read into the module, in the windows vc++ 6.0 test environment there is no problem, for data fusion using Kalman doing research very helpful
Update : 2024-05-07 Size : 1357824 Publisher : 彭德品

DL : 0
用matlab语言开发的图像平移程序,包含测试图片-Matlab language used to develop the image translation process, including test picture
Update : 2024-05-07 Size : 204800 Publisher : zhanghaiqian

DL : 0
关于质数的一些程序,是我看了一本关于质数的书后把其中容易实现的算法用MATLAB写出来的。有质数的检验,各种猜想的检验等。-Prime number on some of the procedures that I have read a few books on the quality of which easily achieved after the algorithm using MATLAB written. Qualitative test of a few, all kinds of conjecture inspection.
Update : 2024-05-07 Size : 6144 Publisher : 王敬

本人最近为了实现电脑与Delta VFD-M变频器通讯,特意用VB6.0编了一个Modbus协议通讯软件,不过这只是一个测试版,但Modbus的ASCii协议和RTU协议都已经实现。-Recently I had a computer in order to achieve Delta VFD-M inverter communications, specially prepared using VB6.0 a Modbus protocol communications software, but it is only a test version, but the Ascii Modbus protocols and RTU agreement has been achieved.
Update : 2024-05-07 Size : 133120 Publisher : 好男

DL : 0
Hearing test. It using music card to test left and right ear seperately. It contains graphic iterface[*.fig] and m-file. It works fine with 6.5 version of Matlab.
Update : 2024-05-07 Size : 8192 Publisher : Gooreck

DL : 0
包括力天电子MINI 16板的各项程序,比如跑马灯、中断定时器等-Including power electron MINI 16 days of the board procedures, such as marquees, such as interrupt timer
Update : 2024-05-07 Size : 73728 Publisher : 席岳

DL : 0
matlab 初始对准测试,对研究初始对准的朋友提供参考-matlab align test program
Update : 2024-05-07 Size : 2048 Publisher : huanghai

AI-NN-PRNN
DL : 0
最详尽的神经网络源码,包括最主要的三个神经网络算法:GRLVQ , SRNG和H2MGLVQ算法,提供详细的源码和例程,三个监督基于LVQ classifieur-Fast implementation of the GRLVQ, SRNG and H2MGLVQ algorithms, three supervised LVQ classifieur Please run mexme_NN to recompile mex files on your own plateform Please run test*.m to run demos
Update : 2024-05-07 Size : 165888 Publisher : yangle

SCMCH372
DL : 0
本程序测试数据传输的正确性,可以用于长时间连续测试,基于MCS-51单片机C语言的示例程序,用于其它单片机时一般只要修改前面几个接口子程序及硬件定义-This procedure tests the validity of data that can be used for a long time for the test, based on the MCS-51 single-chip sample C language program, normally used for other single-chip front as long as the amendments to some subroutines, and hardware interface definitions
Update : 2024-05-07 Size : 23552 Publisher : xiangzi

实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
Update : 2024-05-07 Size : 94208 Publisher : BY

此例程基于MDK-ARM(KEIL)开发环境编写,适用于友善之臂mini2440(micro2440)开发板,其它开发环境及ARM处理器也可参考学习。 此例程实现了控制LED1~LED4的功能,并对相关代码进行了必要的注释,便于初学者学习及测试仿真器使用。 -Based on this routine MDK-ARM (KEIL) development environment to prepare for the arm-friendly mini2440 (micro2440) development board, other development environment and the ARM processor can refer to the study. This routine has control LED1 ~ LED4 functions, and code-related notes have been necessary for beginners to learn and use the simulator test.
Update : 2024-05-07 Size : 40960 Publisher : ylp78

RealTek方案RTD2533V的源代码,很难得的啊,里面有我做的测试程序。希望对大家有所帮助。-RealTek program RTD2533V the source code, it is difficult to get, ah, there are test procedures for me to do. We want to help.
Update : 2024-05-07 Size : 3769344 Publisher : 永恒的流星

DL : 0
这次上传的绝对是好东西,数值优化,关键是对不同函数进行运算。这次将无约束测试问题上传,可作为论文数值计算使用。注:本人本科毕业论文做的是无约束优化,研究生做的是结构方程(LISREL)、数值优化、蚁群算法,可以进行交流,联系QQ272958823-Test function for optimation!
Update : 2024-05-07 Size : 35840 Publisher : 周旭

数学建模的模型建立方面的书籍资料拿来与大家分享,还算比较经典吧-Model of mathematical modeling of the information used books to share with you, it is still relatively classic
Update : 2024-05-07 Size : 6273024 Publisher : 危彦

JSP/JavaM
DL : 0
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5-Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5
Update : 2024-05-07 Size : 1024 Publisher : Joao

linux 下flash插件播放器,我在ubuntu8.04下测试通过-linux under the flash player plug-in, I passed the test ubuntu8.04
Update : 2024-05-07 Size : 3044352 Publisher : 张太荣

Viterbi decoder for nonsystematic convolutional code. The encoder could be designed arbitrary through the generate matrix and parameter k. The number of row of generate matrix is output bits, and collom is constraint length. Parameter k is the number of parallel input. test.m is the main file.
Update : 2024-05-07 Size : 3072 Publisher : studenter

This program is finger tapping domo and test.
Update : 2024-05-07 Size : 1024 Publisher : shohei

DL : 0
This a tutorial to help you get started in Matlab. To find more details see the very helpful book Mastering MATLAB 6 by Duane Hanselman and Bruce Littlefield. Examples of Matlab code in this pamphlet are in typewriter font like this. As you read through the sections below type and execute in Matlab all of the examples, either at the  command line prompt or in a test program you make called test.m. Longer sections of code are flagged with the characters begin and end. All of the Matlab code between these two-This is a tutorial to help you get started in Matlab. To find more details see the very helpful book Mastering MATLAB 6 by Duane Hanselman and Bruce Littlefield. Examples of Matlab code in this pamphlet are in typewriter font like this. As you read through the sections below type and execute in Matlab all of the examples, either at the  command line prompt or in a test program you make called test.m. Longer sections of code are flagged with the characters begin and end. All of the Matlab code between these two
Update : 2024-05-07 Size : 438272 Publisher : shahzad
« 1 2 34 5 6 7 8 9 10 ... 36 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.