Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - test.m
Search - test.m - List
DL : 0
一款可以修改文件或文件夹的修改时间工具。 param: -v show information of file s time -c clone information of file time -m modify information of file time ---------------------------------------- -s source file or directory -d destion file or directory ---------------------------------------- -C time of create -R time of last access -W time of last write ---------------------------------------- usage: exe -v c:\test.txt exe -c -s c:\src.txt -d c:\des.txt exe -m -d c:\test.txt -C 20001010-151011 exe -m -d c:\test.txt -C 20001010-151011 -R 20001010-151011 -W 20001010 -This tool can help you to change file or directory s time,by slls124
Update : 2024-05-19 Size : 4096 Publisher : MrZhang

基于MFCC和VQ算法的简单的汽车型号识别系统,直接打开main.m文件运行即可,其他m文件为调用函数。内含测试WAV音频文件。-The car models based on simple identification system MFCC and VQ algorithm can be run directly open main.m file, other m-file for the calling function. WAV audio files containing the test.
Update : 2024-05-19 Size : 4462592 Publisher : ftfpkon

L-M(Levenberg—Marquardt)是一种非线性最优化里面最常用的方法之一,改方法能快速而准确的逼近收敛值。本文简述了改方法的操作原理和具体运用,如可以方便的用于有约束与无约束最优化的求解。本文件里面有源码和测试码以及对该方法的具体介绍PDF文件。欢迎下载。-L- M (Levenberg- Marquardt) is a kind of nonlinear optimization inside one of the most commonly used method, change method can fast and accurate approximation convergence value.This paper briefly describes the operating principle of change method and concrete application, such as easy to solve constrained and unconstrained optimization.This document there are source code and test code as well as to the PDF file the detailed introduction of the method.Welcome to download.
Update : 2024-05-19 Size : 215040 Publisher : 徐淼

通过matlab编程 进行GPS单点定位进行测速来反映所测地点晃动情况,采样数据1s(1Hz) loadobsrinex.m 为接收机即所用GPS得到的监测数据,loadrinexGpsn.m GPS星历数据,single_v_main1.m是主程序,还有其他消除误差程序。-Through matlab programming for GPS single point positioning speed to reflect the test place moving situation, and the sampling data 1 s (1 hz) Loadobsrinex. M for monitoring data, used the GPS receiver got loadrinexGpsn. M GPS ephemeris data, single_v_main1. M is the main program, and other procedures to eliminate error.
Update : 2024-05-19 Size : 12449792 Publisher : wuyachao523

DL : 0
有一个N*N的字符矩阵,从上到下依次记为第1行,第2行,……,第N行,从左至右依次记为第1列,第2列,……,第N列。 对于这个矩阵会进行一系列操作,但这些操作只有两类: (1) R: 将矩阵逆时针旋转90度; (2) P x y: 将此时第x行第y列的字符打印出来,其中1 <= x, y <= N。 输入数据的第一行包含一个整数T (1 <= T <= 20),表示接下来一共有T组测试数据。 对于每组测试数据,第一行包含一个整数N (1 <= N <= 300),含义同上。接下来一共有N行,每行均包含N个大写字母,描述了这个矩阵的初始情况。再接下来一行包含一个整数M (1 <= M <= 10000),表示一共对矩阵进行了M次操作。接下来M行,每行均包含一个符合上述格式的操作,依次描述了这M个操作。 对于每个第(2)类操作,用一行打印出指定位置的字符。 相邻的两组测试数据中间用一个空行隔开。-There is an N* N matrix characters, top to bottom in mind for the first row, second row, ......, the first N rows, left to right followed credited as the first one, the first two, ...... first N columns. For this matrix will conduct a series of operations, but these operations are only two types: (1) R: 90 degrees counter-clockwise rotation matrix (2) P xy: the character in the first column x row y print it out, which 1 < = x, y < = N. The first line of input data contains an integer T (1 < = T < = 20), a total of T represents the next set of test data. For each test, the first line contains an integer N (1 < = N < = 300), as defined above. Next, a total of N lines, each line containing N uppercase letters, describing the initial situation this matrix. The next line contains an integer M (1 < = M < = 10000), shows a total of M times for the matrix operation. Next M rows, each row contains an operation in line with the above format, in turn describes the M operation.
Update : 2024-05-19 Size : 9216 Publisher : zhao

DL : 0
判断任意一年是否为闰年,输入年份,执行程序后输出是否为闰年 打印以下图案: * *** ***** ******* ********* 计算M=11+ 22+ 33+…+ NN,直到N等于30为止 输入8个整数,将其逆序存放后再输出。 2、从 键盘 上输入两个字符串,不用库函数strcat()连接两个字符串,连接后的字符串放到另一个字符数组中,然后输出连接后的字符串。 1、写一个判定素数的函数,在主函数输入一个整数,输出是否素数的信息。 本程序应当准备以下测试数据:17、34、2、1、0。分别输入数据,运行程序并检查结果是否正确-Determining whether any given year is a leap year, enter the year, after the execution of the program output is a leap year Print the following pattern: * *** ***** ******* ********* Computing M = 11+ 22+ 33+ ...+ NN, until N equals 30 until Enter the 8 integers, then store it in reverse output. 2, from Keyboard Two input strings, no library function strcat () to concatenate two strings, concatenated string of characters into another array, and then output the string after the connection. 1. Write a function primes judgment, in the main function of the input an integer, the output is the number of pixel information. This program should prepare the following test data: 17,34,2,1,0. Each input data, run the program and check the results are correct
Update : 2024-05-19 Size : 3072 Publisher : 杰伦

Othertest5
DL : 0
在一个有m*n个方格的棋盘中,每个方格中有一个随机正整数。现要从方格中取数,使任意两个数所在的方格没有公共边,且取出的数的总和最大。利用线性规划,设计一个满足要求的取数算法输入:由文件名为input.txt的文本文件提供,第一行有两个正整数m和n,分别表示棋盘的行数和列数,从第二行开始,每行有n个正整数,表示棋盘方格中的数输出:输出到文件output.txt,第一行为取数的最大总和 -this is my test function
Update : 2024-05-19 Size : 1024 Publisher : SilentMarket

matlabMASK
DL : 0
modulation M-PSK for test physical layer
Update : 2024-05-19 Size : 2048 Publisher : fred

ADO-ODBC1
DL : 0
1. 编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。 输入:4行。第一行为两个整数:m,n,并以空格隔开,分别表示将要输入的数组a和数组b的元素的个数。第二行为m个整数,为数组a的元素;第三行为n个整数,为数组b的元素。第四行为两个整数m1,n1,表示把数组b的前n1个元素追加到数组a的前m1个元素后。 输出:1行。第一行为最后数组a中的元素,两个元素之间以逗号隔开。最后一个元素输出后,输出一个空行。 -1. Write and test the following function: void Add (int a [], int m, int b [], int n) after the function will first n elements of the array b is appended to the front of the array a m elements, assuming Array A has a store at least m+n element space. For example, if the array is {a} 22,33,44,55,66,77,88,99 array b} for {20,30,40,50,60,70,80,90, call the Add (a , 5, b, 3), the array will become a} {22,33,44,55,66,20,30,40. Note that the array b has not changed, but the array simply a change in n elements. Inputs: 4 lines. The first acts of two integers: m, n, and separated by a space, respectively, the number will be entered arrays a and b of the array elements. The second behavior integers m, the elements of the array a third acts integer n, b array elements. Fourth behavior of two integers m1, n1, n1 represents the front element of the array b is appended to the front element of the array a m1. Output: 1 line. The first acts of the last element in the array a, between the two elemen
Update : 2024-05-19 Size : 152576 Publisher :

matlabLM
DL : 0
实现L-M非线性最小二乘优化,并有相关测试程序-LM achieve nonlinear least squares optimization, and related test procedures
Update : 2024-05-19 Size : 6144 Publisher : 康高强

DL : 0
vc2008工程, C++实现的DES加密和解密静态库,可以对文件加密和解密,也可以内存中加密和解密,及使用实例,测试通过。-请键入文字或网站地址,或者上传文档。 取消 Vc2008 gōngchéng, C++shíxiàn de DES jiāmì hé jiěmì jìngtài kù, kěyǐ duì wénjiàn jiāmì hé jiěmì, yě kěyǐ nèicún zhōng jiāmì hé jiěmì, jí shǐyòng shílì, cèshì tōngguò.vc2008 engineering, DES encryption and decryption static library implemented in C++, you can encrypt and decrypt files can also be encrypted and decrypted in memory, and use Demo, test ok.
Update : 2024-05-19 Size : 79872 Publisher : 梁威

使用分水岭算法进行图像分割,包含边缘检测,傅里叶变换滤波等内容,文件包含.m源码以及测试图片 -Using the watershed algorithm for image segmentation, including edge detection, Fourier transform filtering,containing source code and test images
Update : 2024-05-19 Size : 1619968 Publisher : 赵乾坤

SFSDP is a Matlab package for solving sensor network localization problems. The package contains four functions, SFSDP.m, SFSDPplus.m, generateProblem.m, test SFSDP.m, and some numerical examples.
Update : 2024-05-19 Size : 6372352 Publisher : vinod

Othert
DL : 0
使用matlab的M-K算法检验 可以查出气象数据的突变点-Use matlab MK test algorithm can detect point mutations weather data
Update : 2024-05-19 Size : 458752 Publisher : 侯玮

DL : 0
包括三个整数年(1<=Y<=3000)、月(1<=M<=12)、日(1<=D<=31)。 输入可能有多组测试数据,对于每一组测试数据, 输出一个整数,代表Input中的年、月、日对应本年的第几天。-Including three integers in (1 < = Y < = 3000), month (1 < = M < = 12), Japan (1 < = D < = 31). Input may be more than one set of test data, for each set of test data, the output of an integer representing Input the year, month, date corresponds to the first few days this year.
Update : 2024-05-19 Size : 189440 Publisher : 李顿名

this zip file contains IEEE 30 bus test system infomation in matlab m file, figure and siutable refrence for system test info. good luck
Update : 2024-05-19 Size : 503808 Publisher : babak

DL : 0
一共有三个m文件,一个是lbp.m, 存放主要的lbp算法,一个是getmapping,用以做算法的辅助函数,一个是lbptest.m,存放着测试代码。这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片,具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。-lbp algorithm, one is getmapping, helper to do the arithmetic, one lbptest.m, kept the test code. These three files need to put in the same folder, and add the corresponding picture in the folder, the name of the specific picture lbptest.m see the code, run lbptest.m can view the results.
Update : 2024-05-19 Size : 2846720 Publisher : 张健

Matlab的扩展函数,包含106个常用函数的M文件,用于测试各种程序的正确性。-The extension function of Matlab, which includes some 106 commonly used function of M file, used to test the correctness of the programs.
Update : 2024-05-19 Size : 44032 Publisher : 桂马飒

DL : 0
sgu265:Wizards(计算几何) 题目大意: 一个空间直角坐标系内,对一个点有三种操作: 1.平移(x,y,z)⇒ (x+a,y+b,z+c); 2.缩放(x,y,z)⇒ (ax,by,cz); 3.绕一个向量(x,y,z)顺时针旋转α角(角度制)。 对空间内的m个点给出n个操作,求每个点在操作后的坐标。-265. Wizards time limit per test: 0.5 sec. memory limit per test: 65536 KB input: standard output: standard The magical school of nature exists for thousands years. The wizards of the school are mastered in controlling animate nature. But it is still extremely difficult for them to manipulate matter itself. The best mages of the school were trying to learn the ways of manipulating the world around them for a long time. They started with the space distortion. Ancient books mentioned three basic space distortion spells: Translation, Scaling and Rotation. But all the experiments failed because it was extremely hard to predict the way the spell would affect the space. Nowadays the experiments arose again and you are to write the program which would help wizards in predicting of the results of some complex distortion spells. Complex spell consists of N consecutive basic distortion spells. And you are to predict its effect on M control vertices. For your convenience wizards meas
Update : 2024-05-19 Size : 1024 Publisher : owaski

DL : 0
sgu262:Symbol Recognition(状压DP) 题目大意: 给出k个n∗ m的01矩阵Si,求出一个1尽量少的n∗ m的01矩阵P,满足k个矩阵与该矩阵的交互不相同,也就是说通过该矩阵能表示出给出的k个矩阵。-262. Symbol Recognition time limit per test: 0.25 sec. memory limit per test: 65536 KB input: standard output: standard Consider a monochrome computer monitor with N x M pixels resolution. It can display K symbols. Symbol is a non-empty set of black pixels on the screen. You are to write a program, that computes minimal possible amount of pixels, that are enough to recognize a symbol. Input First line of input contains integers N, M, K (1 <= N, M <= 10, 2 <= K <= 6). K blocks follow, separated by empty lines. Each block consists of N rows of M characters. It s a symbols representation on the N x M screen. `1 denotes black pixel, `0 denotes white pixel. You may assume that symbols are unique. Output Print on the first line of output the minimal possible amount of pixels that enough to recognize symbol. I.e. you have to find set of pixels that has different color in each pair of symbols. If there are several sets with equal amount of pixels, output any
Update : 2024-05-19 Size : 1024 Publisher : owaski
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.