Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - test.m
Search - test.m - List
DL : 0
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。 实现提示: 可以假设n<=20,m<=30,w<=20,姓名长度不超过20个字符。每个项目结束时,将其编号、类型名(区分前五名还是前三名)输入,并按名次顺序输入运动员姓名、校名。-Games scores of statistical procedures. Problem description : participation in the Games n School No. 1 ----- n. Competition is divided into men item m and w-woman projects that were No. 1 --- and m m m w 1 ---. Because of the projects vary greatly in the number of participants, some of the items from the top five scores in chronological order 7,5,3,2,1; Some of the items from the top three scores order of flu. Write a statistical procedures scoring statements. The basic requirements : have scores statements, including schools, the men's team scores, the women's team scores and scores groups. Test data : For n = 4, m = 3, w = 2, the odd-numbered items from the top five, even numbered from the top three projects, design examples of a group of data. Implementation Tip : it can be a
Update : 2008-10-13 Size : 49915 Publisher : 神龙¤翼

【问题描述】 设有n个人围坐在圆桌周围,现从某个位置m(1≤m≤n)上的人开始报数,报数到k的人就站出来。下一个人,即原来的第k+1个位置上的人,又从1开始报数,再报数到k的人站出来。依此重复下去,直到全部的人都站出来为止。试设计一个程序求出出列序列。 这是一个使用循环链表的经典问题。因为要不断地出列,采用链表的存储形式能更好地模拟出列的情况。-[n -- with the individuals sitting around the round table is from a certain location m (1 m n) of people reported the number of reported number of people who have come out. Next individuals, that the original clause k a position who reportedly started from a few, and reported that the number of people who come forward. Accordingly continue to repeat until all of the people come out so far. Test procedures designed sought out a sequence out. This is a use of recycled Chain classic problem. Due to the constant up and be using the storage form of Chain better simulate down.
Update : 2008-10-13 Size : 2096 Publisher : zzg

DL : 1
世界名画陈列馆由m×n个陈列室组成。为了防止名画被盗,需在陈列室中设置警卫机器人哨位。每个警卫机器人除监视它所在的陈列室为,还可以监视与它所在陈列室相邻的上、下、左、右4个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每个陈列室都在警卫机器人监视之下,且所用的警卫机器人数最少.-world-famous paintings from the museum m n showroom component. In order to prevent the paintings stolen, the need to set up the showroom security robot sentry post. Each robot security guards in addition to monitoring it to the showroom, and also can monitor it in the showroom adjacent to the upper and lower, right and left four showroom. Design of a test security arrangements for the robot post algorithm makes each painting exhibition hall showroom in security surveillance robot, and used by the guards at least a few robots.
Update : 2008-10-13 Size : 2767 Publisher : 张玉妹

This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string \"good\" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails. -This directory contains the memtest 8051 f irmware Anchor Chips for the EZ-USB chip. The pu rpose of this software is to test the different m emory segments in the Ez-Usb chip. This example the string will output "good" on the LE 7 segment mem D if the test passes. or it will output the first address where the mem test fails.
Update : 2008-10-13 Size : 6847 Publisher : 汪洪波

DL : 1
两序列x(n)和y(n)的交叉谱分析,ol(0:m)频率,tl(0:m)周期,px(0:m)是x(n)的连续功率谱,py(0:m)是y(n)的连续功率谱,pxy(0:m)协谱,qxy(0:m)余谱,rxy(0:m)凝聚谱,cxy(0:m)位相差谱,lxy(0:m)滞后时间长度谱,rxy951(0:m)凝聚谱F-检验的95%置信上限,rxy952(0:m)凝聚谱Goodman-检验的95%置信上限,其中m=[n/2.]。 -two sequences x (n) and y (n) of the cross-spectral analysis, ol (0 : m) frequency, tl (0 : m) cycle, px (0 : m) x (n) of continuous power spectrum, py (0 : m) y (n) of continuous power spectrum, pxy (0 : m) HS spectrum, qxy (0 : m) I spectrum, rxy (0 : m) pool spectrum, cxy (0 : m) at the difference spectrum, lxy (0 : m) time lag length spectrum, rxy951 (0 : m) rally spectrum F-test of 95% confidence limit rxy952 (0 : m) rally spectrum Goodman - examination of the 95% confidence limit, where m = [n / 2.] .
Update : 2008-10-13 Size : 3924 Publisher : 冯立成

基于dtw算法的语音识别 1 ENFRAME.M和MELBANKM.M取自voicebox工具箱 2 vad.m实现端点检测 3 mfcc.m计算mfcc参数 4 dtw.m实现DTW算法[训练] dtw2.m实现DTW高效算法 5 testdtw.m测试程序-based speech recognition algorithm and a ENFRAME.M MELBANKM.M from v oicebox Toolbox 2 vad.m achieve endpoint detection three mfcc.m mfcc calculation parameters four dt w.m achieve DTW [training] dtw2.m DTW achieve efficient algorithm for measuring 5 testdtw.m test procedures
Update : 2008-10-13 Size : 769394 Publisher : q024100404

最优合并问题 给定K个排好序的序列s1,s2,...,sk,用2 路合并算法将这k个序列合并成一个序列。 假设所采用的2路合并算法合并2个长度分另为m 和n的序列需要m+n-1次比较。试设计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少。-optimal merging given K platoons good sequence of sequence s1, s2 ,..., sk. using 2-way merger of this algorithm k sequence into a series. Assumptions used by the two merging algorithm along with two others for the length m and n the sequence needs m n-1 comparisons. Algorithm design a test to determine the sequence of the merger combined the optimal sequence, and allows comparison of the total number at least.
Update : 2008-10-13 Size : 2052 Publisher : 卢起雪

DL : 0
给定n 个正整数和4 个运算符+、-、*、/, 且运算符无优先级,如2+3*5=25。对于任意给定 的整数m,试设计一个算法,用以上给出的n 个数 和4 个运算符,产生整数m,且用的运算次数最少 给出的n个数中每个数最多只能用1 次,但每种运 算符可以任意使用。-given positive integer n and four Operators +,-,*,/, but Operators without precedence, if 2 3 * 5 = 25. For any given integer m, design a test algorithm, using the above given number n and four Operators, have integer m, and with the least number of Operational n is the number of each number can only be used up to a meeting, but each Operators can use arbitrary.
Update : 2008-10-13 Size : 2199 Publisher : 卢起雪

DL : 0
图论:图的M着色问题 GraphM.h GraphOpr.h mColor.cpp mColor.dsp mColor.dsw mColor.h mColor.ncb mColor.opt mColor.plg test test.gph-graph theory : Figure M Coloring GraphM.h GraphOpr.h mColor.cpp mColo r.dsp mColor.dsw mColor.h mColor.ncb mColor. opt mColor.plg test test.gph
Update : 2008-10-13 Size : 12972 Publisher : silwol

粒子群算法(pso)标准测试函数验证程序。在一个m文件中包括了目前文献中用于验证的7个标准测试函数(Ackley等)、三维动态显示,粒子过分集中时打散等功能。旨在为学习和研究者pso算法的同仁提供一个功能较为完备、简单易懂的标准版本,对于初学者可以通过此程序快速的实现入门,以便将更多的精力投入到深层次的研究中去!同时愿与所有致力于此的朋友共同探讨pso算法的改进与应用方面(如多目标、动态系统等)的经验。-PSO algorithm (PSO) standard test function verification process. M in a document, including the current literature is used to validate the seven standard test function (Ackley), 3D dynamic display, and the over-concentration of particles scatters when the function. Designed for researchers to study and colleagues at the PSO algorithm to provide a more complete functional and easily understood standard version, for beginners through this program to achieve rapid entry. in order to be more energy into depth study! While willing to work with all the friends here to discuss PSO algorithm improvements and applications (such as multi-target, Dynamic systems, etc.) experience.
Update : 2008-10-13 Size : 2945 Publisher : jiangsx

m序列在dspbuilder下产生VHDL源码及其测试激励文件的matlab模型,在modelsim下仿真通过-m sequence in dspbuilder under VHDL source code and test incentives document matl ab model, the simulation under through modelsim
Update : 2008-10-13 Size : 5676 Publisher : zqh

DL : 0
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds] -encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Primitives : - To generate an RSA key cryptest g-To encrypt an d decrypt a string using RSA cryptest r-To calcu late MD5, SHS, and RIPEMD algorithms-160 message digests : cryptest m file-To encrypt and decrypt a string using DES-EDE in CBC mode : cryptest t-To encrypt or decrypt a file cryptes t e | d input output - To share a file into shadows : cryptest's
Update : 2008-10-13 Size : 389062 Publisher : Nikii

现代先进微处理器有非常高的集成度和复杂度,又有寄存器堆、Cache等嵌入式部件,而且芯片管脚数相对较少,必须要有一定的自测试设计和其它的可测试性设计来简化测试代码,提高故障覆盖率。本文简要讨论NRS4000微处理器芯片的以边界扫描测试为主体,以自测试为补充的可测试性设计框架。着重介绍芯片的边界扫描设计和芯片中译码控制器PLA和微程序ROM以及采用内嵌RAM结构的指令Cache和寄存器堆的内建自测试设计。仿真结果表明,这些可测试性设计大大缩短了测试代码的长度。-modern microprocessors have a very high degree of integration and complexity, there Register pile, Cache such as embedded components, but Chip few relatively small, There must be the self-test design and testing of other design code to simplify testing, fault coverage. This paper briefly discussed Key words microprocessor chip to the boundary-scan test as the mainstay, Since the test to add to the test design framework. Highlighting the boundary-scan chip design and chip decoder PLA and micro-controller procedures and the use of embedded ROM RA M structure of the instruction cache and register stack of built-in self-test design. The simulation results show that these tests can greatly shorten the design of the test code length.
Update : 2008-10-13 Size : 41303 Publisher : chengp

1.JPEG压缩编码的vc++代码 2.使用Run length algorithm Jpeg图像编解码 3.内含有测试用c,rc,h,文件,测试用图像文件,翔实,清晰的代码注释行 -1.JPEG Coding vc code 2. Run length algorith used m Jpeg image codecs 3. contain Test c, rc, h, documentation, testing with image files, informative, Notes clear code OK
Update : 2008-10-13 Size : 34703 Publisher : 方周

DL : 0
安装说明: 请装所有安装文件上传到你的空间,将flash.sql文件导入到你的数据库中,然后用记事本打开 config.php文件,,根据里面的注释进行修改完成安装. 如果你在使用本程序过程中发现有任何程序错误请联系我,我将尽快进行修复,由于时间关系,本 程序并没有进行严格的测试,本程序开发环境 WIN2003+PHP5+MYSQL5 测试无误 win2000+PHP4+MYSQL4.3 测试无误 访问地址: http://主机名/index.php 后台访问地址: http://主机名/admin.php 默认安装后管理员账号和密码都是admin,为了安全请安装完毕请尽快修改密码 由于时间关系,本程序中的搜索功能并没有写进去,在此深感歉意!! 你们可以根据需要修改程序的任何部分,但必须保留页脚的版权信息,谢谢! 作者:学无止境 QQ:339534039 2005.12.20 -install : all equipment installed file upload to your space, flash.sql documents will be imported into your database, then use Notepad to open config.php document, According to the Notes inside revised to complete the installation. If you use this procedure were found to have any procedural errors please contact I, I will soon be restored because of the time constraint, this program did not conduct rigorous tests, The program development environment WIN2003 PHP5 MYSQL5 test unmistakably WIN2000 PHP4 M YSQL4.3 test unmistakably visit Address : http : / / hostname / index.php background visit Address : http : / / hostname / admin.php default installation administrator account and password are admin, To install the security meeting urged to alter the code because of the time constraint, the p
Update : 2008-10-13 Size : 106340 Publisher : 小徐

压缩包里包含有JX44B0教学实验系统用户手册及该系统的全套试验例程,用c编写,在ADT环境下编译后下载到 实验板即可执行,是学习arm开发的有用例程 源文件说明 Leddemo LED显示实验 Led LED 显示实验 Serial 串口实验 Interrupt 外部中断实验 Dma DMA实验 Pwm PWM实验 Rtc 实时时钟实验 Watchdog 看门狗实验 Ad AD 采样实验 Stepper 步进电机驱动实验实验 Key 键盘驱动实验 Dispchar 汉字字符显示实验 Dispgraph 图形显示实验 Iic IIC 总线实验 Tftp TFTP 文件传输实验 Usb USB 数据传输实验 Iis 立体声录放音实验 Touch 触摸屏驱动实验 cf CF卡实验 ide IDE硬盘接口驱动实验 parallel 并行打印机接口通讯实验 Ucos-ii UCOS-II实验:Eg1, Eg2, Eg3, Eg4 gprs GPRS相关实验(主叫实验,被叫实验,收短信实验和发短信实验) gps GPS实验-compressed bundle includes JX44B0 experimental teaching system and the user manual system is the set of test routines. c prepared with the ADT environment compiled plate downloaded to experiment can be executed, Learning is the development arm of useful routines source document shows Leddemo experimental Led LED Display LED Display Serial Experimental Serial Experimental Interrupt external interrupt experimental Dma DMA experimental Pwm PW M Experiment Rtc real time clock experiments Watchdog experimental Ad watchdog AD sampling experiments Stepper Stepper motor drive Experimental Experimental Experimental Key Keyboard Driver Dispchar Chinese characters experimental Dispg raph graphics experimental Iic IIC bus experiment Tftp TFTP file transfer experiments Usb USB Experimental data transmi
Update : 2008-10-13 Size : 2681352 Publisher : kl.ud

m16+cp2200组成的网络接口。 m16使用内部RC振荡8M,如果要提高主频,请注意修改模拟总线读函数。 cp2200模块使用www.icdev.com.cn的,更改pin44连接VCC,即总线复用方式,地址数据复用。 软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。 硬件连接: m16 | cp2200 PORTA | AD0-7 PB0 | RST PB1 | CS PB2 | RD PB3 | WR PD2 | INT PD3 | ALE(A3) 由于采用的是m16做为主控,只能使用总线模拟方式,其读写速度有限,经测试约为双向11.8kBps(90kbps)。 由于ram有限,仅仅采用了332Bytes的数据缓冲做为收发buffer,超过此长度的以太网包将抛弃。 此工程文件仅仅做为cp220x的一个移植范例,高级tcpip应用代码因商业缘故不会提供,请勿找我询问。-m16 cp2200 a network interface. M16 use of internal RC oscillator 8 M, if we are to raise the frequency, please note time change Bus simulation function. Cp2200 module uses www.icdev.com.cn. changes pin44 connecting VCC, bus multiplexing, address data multiplexing. Software programmers use avrstudio4.12 sp4 winavr (bringing their avrstudio winavr embedded in the way). Hardware connections : m16 | cp2200 PORTA | AD0-7 pins | RST PB1 | CS PB2 | RD PB3 | WR NC | INT PD3 | ALE (A3) is used as the main control m16, It can only use bus simulation, the literacy rate is limited, After about a two-way test 11.8 kBps (90kbps). As the ram limited, merely using the 332 Bytes of data as a buffer TX buffer, Over this length of the Ethernet packets will be discarded. This works only as a document of a tr
Update : 2008-10-13 Size : 101751 Publisher : 刘晓军

包含:ActiveX控件、明华非接触式读卡器ActiveX控件函数说明文档2.0,读写器换库说明文档,以及测试程序。 支持的语言有c#,c++,Delphi、java、pb9、pb12.5、vb.net、vb6、vfp等语言。(Contains: ActiveX control, Minghua contactless card reader ActiveX control function description document 2.0, reader replacement library description document, and test procedures. Supported languages have: c#. c++. Delphi.java. pb9. pb12.5. vb.net. vb6. vfp.)
Update : 2024-05-19 Size : 3966976 Publisher : 春风电子

JSP/JavaPC
DL : 0
CPU类要求getSpeed()返回speed的值,要求setSpeed(int m)方法将参数m的值赋值给speed。HardDisk类要求getAmount()返回amount的值,要求setAmount(int m)方法将参数m的值赋值给amount。PC类要求setCPU(CPU c)将参数c的值赋值给cpu,要求setHardDisk(HardDisk h)方法将参数h的值赋值给HD,要求show()方法能显示cpu的速度和硬盘的容量。(The UML diagrams associated with PC and CPU and HardDisk classes are as follows: The CPU class requires getSpeed () to return the value of speed, and the setSpeed (int m) method to assign the value of the parameter m to speed. The HardDisk class requires getAmount () to return the value of amount, and requires the setAmount (int m) method to assign the value of parameter m to amount. The PC class requires the setCPU (CPU c) to assign the value of parameter C to the CPU, the setHardDisk (HardDisk h) method to assign the value of parameter h to HD, and the show () method to display the speed of the CPU and the capacity of the hard disk.)
Update : 2024-05-19 Size : 3072 Publisher : Amgist

DL : 0
用matlab软件做,M-K突变点检验,可进行疑问解答(Using matlab software, M-K mutation point test can be used to answer questions.)
Update : 2024-05-19 Size : 1024 Publisher : 马克图布123
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 36 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.