搜索资源列表
文章编辑
- 程序中线性表存储数据,根据指数域,对文章字符串进行查找,删除,统计字符信息等操作。 程序显现输入几行字符,输出该文章,并统计数字,空格,文章字母总数 测试数据(附后) 。 -procedures linear scale data storage, according to domain index, a string of articles for search, delete, statistical information and other operating charac
yanzheng
- 编写一个算法frequency,统计在一个输入字符串中各个不同字符出现的频度。用适当的测试数据来验证这个算法。 -prepared an algorithm frequency, in a statistical input strings various characters frequency of occurrence. The use of appropriate test data to validate the algorithm.
RoughSet_rosetta_all
- 粗慥集成算法集合 ,并有详细的文档资料和测试数据处-rough Zao Integration Algorithm pool, and a detailed document information and test data Department
huibianyuyffffffffan
- 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 实现哈系表查找算法。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述;
kechengshejiguyue
- (1) 问题描述:在屏幕上输出ASII码表和九九乘法表。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。 -(1) Descr iption of the issue : on the screen output Mayor stopwatch and Jiujiuchengfabiao. (2) operating procedures s
DZXZWT
- 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contains n threads. Use this thread to n n readers who write. Thread each of the
tsp_in_vc
- 提供tsp的算法描述以及源代码,包含问题描述和解决方案,压缩包内另提供测试数据。-provide tsp descr iption of the algorithm source code, including problems and solutions described, Another packet compression test data.
lsxprogram
- 采用回溯算法对零件切割问题进行解决,内包含测试数据及详细问题描述和算法描述。-backtracking algorithm used parts of cutting issues resolved, includes test data and detailed descr iption of the problem and algorithm descr iption.
datasamp
- 是用于模式识别中的一种数据采样方法,此方法是把数据按一定的比例分为训练数据和测试数据。-for pattern recognition of a data sampling methods, This method is data by a certain percentage into training data and test data.
mpeg4volume1
- 基于MPEG4的volume方案,代码很全面,有测试数据文件-based on the volume MPEG4 program code is a comprehensive, test data files
acmanswerpack
- 本光盘是《国际大学生程序设计竞赛例题解(一)》的配套光盘,内容包括书中对应章节习题的测试数据,部分附带有程序源码。以便于读者更好地学习。 本文件在于说明光盘的功能、各目录的内容及运行的软硬件环境、常见问题的解决 方法等需给读者讲明的问题。 光盘结构:光盘结构按照书本的目录对应编排。共有四个目录,分别存放书中第二、四、六和七章例题的数据,它们又分别在各自的下一层目录存放每一节(一节就是一道例题)的内容。 数据文件:数据文件是本光盘的主要文件。每道例题都有大约8组的测试数据,
CSMACD
- 模拟以太网上CSMA/CD协议.在字符界面下,你可以任意规定你要测试的竞争的次数,程序会按照你给的数据进行测试。在该程序中,站的总数为4个,所以每一次竞争结束之后,都会输出一个结果,告诉你在该次竞争中是1、2、3、4站中的哪个站,赢得了本次传输的机会。-simulation Ethernet CSMA / CD agreement. Characters in the interface, You can arbitrarily requiring that you have to test c
dgxjf
- 一个递归下降语法分析器。 测试数据为 i a + nul ( nul i b * nul i c ) nul # nul -dropped a recursive grammar analyzers. Test data for a nul i (i nul nul i b * c) nul nul #
liuxingequhubian
- (1) 利用汇编语言程序设计编写用键盘选择计算机演奏流行音乐乐曲的程序,歌曲清单至少包括3首。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述; 4.源程序与执行
geminggequ
- 汇编语言写的《歌曲演奏程序》 有源代码(详细注释),还有详细的试验报告 (当时得了98分,全班最高) (1) 编写用键盘选择计算机演奏歌曲的程序,歌曲清单至少包括3首。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述;
hash
- 一些经典的HASH函数及测试数据-some classics of the hash function and test data.
adctest
- ADC test data evaluation program (adctest) for MATLAB
test-list-coonxu
- 带头尾指针的list,可以使用任意数据类型替换例子中的类型,实现从尾部插入元素,从任意位置删除元素。-lead the list tail pointer can be used to replace arbitrary data types examples of types, from a tail insert elements from any location delete elements.
test
- 李春葆数据结构第三版课后上机练习上机实验源程序。-Machine experiments the source the Li Chun Bao data on the structure of the third edition.
Labview-and-data
- Labview开发平台使用图形语言, 界面友好、直观, 非常适合试验数据采集。文中阐述了Labview的开发环境-The Labview development platform using a graphical language, user-friendly, intuitive, very suitable for test data acquisition. Elaborated Labview development environment
