搜索资源列表
魔王语言
- 这是一个运用堆栈和队列编写的程序,主要是对一种语言的解释-A program written for stack and queue, explained a specific language
e2
- 是一款用vc++编写的计算levshtein距离的程序.也就是可以做time alignment,计算两个文档之间最小的距离(插入,删除,替换的最小次数)-is a preparation using vc levshtein distance calculation procedures. It is time to do alignment, the two documents between the calculated minimum distance (insertion, delet
DMMSimple
- 用DELPHI编写的一个控制GPIB的测试小程序-GPIB test program use delphi language.
alemoNEW
- 机器学习课要求编写3*3棋盘对弈程序。 该程序中一个对弈者通过神经网络方式实现 另一个通过机器学习的方式加以改进-3*3 chessboard vs program.One player is implement by neural net ,the other is implement by machine learning.
ShowData
- 本程序应用JAVA语言编写的控制台应用程序,是对年龄进行计算的代码,程序简单易懂-the applications and the Java language console application that is calculated at the age of code, procedures simplified
计caltor算器
- java 编写的计算器程序,能够连加连减,还能够乘除优先-prepared by the calculator program that can reduce even the company, but can also multiply and divide priority
数据链表演示程序
- 数据结构中数据链表的演示程序,其中包含有简单的模版编程。DOS界面下运行,VC++ 6.0编写。-data structure data Chain Demonstration Program, which includes a simple template programming. Running under DOS interface, VC 6.0.
xxx计算银行利息的JAVA程序
- 此程序是JAVA语言编写的,关于银行计算利息的控制台程序。再加工一下可以作为J2EE的一个JAVABEAN组件。非常有使用价值。-this program is programming by java, console program about bank computing accrual,can be used to javabean module of j2ee
java编写的电话本实例程序
- java编写,控制台运行的电话本小程序! 展示了类的封装和调用! 对java新手学习有很大的帮助!
RTX电脑性能测试程序
- 运用实时系统RTX编写的计算机性能测试程序
123
- 使用hzk16汉字库 来编写程序显现汉字-Chinese character library to write programs using hzk16 show character
03
- 某超市为了促销,采用了购物打折的优惠方法,若顾客购物的金额f:1000≤f<2000,95折;2000≤f<3000,9折;3000≤f<5000,85折;f>5000,8折。编写程序,输入顾客的购物款计算出应付款-For a supermarket promotion, use discount shopping discount method, if the amount of customers shopping f: 1000 ≤ f < 2000,95 break 2000
SortBasketball
- 递归方法,实现了篮球排错问题. 题目如下: 请编写程序求解篮球错排问题。已知n个篮子一字排开(n为用户输入的任意正整数) ,从左 到右分别标着号:1,2,... ...,n;每个球也有编号,分别也是1,2,... ...,n。现要将这n 个球全部放入这n个篮子中,满足:每个篮子放置1个球,球的号不能与其所在的篮子的号 相同,且在相邻篮子内的球的球号不能相邻。例如,如果在相邻两个篮子内的球的球号分 别为9和10,则是不允许的。请输出所有符合要求的放球方式(对于每种符合要求
textwriteer
- 文本编辑器是控制台程序,主要用户示例用控制台编写程序-The text editor is a console application with the console, the main users of the example program
DataControl
- 运动控制卡对伺服电机进行数据控制,编写程序对寄存器数据进行读写-Movement data control servo motor control card, write a program to register data read and write
DLL
- VC++动态链接库的几个编写程序。动态库与静态库。-VC++ several dynamic link library programming. Dynamic libraries and static libraries.
编写用于表示有向图的数据结构
- 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
1.1
- 实现DES加密算法、实验目的 1、掌握DES加、解密算法的原理和过程; 2、能够编写程序实现DES加、解密,以及DES的应用。-DES encryption algorithm to achieve a lab report, the experiment was a master DES encryption, decryption algorithm principles and processes 2, able to write a program to achieve DES
1.2
- 实现DES加密算法一、实验目的 1、掌握DES加、解密算法的原理和过程; 2、能够编写程序实现DES加、解密,以及DES的应用。-DES encryption algorithm to achieve a purpose of the experiment a master DES encryption, decryption algorithm principles and processes 2, able to write a program to achieve DES enc
mianshi
- 公司组织面试,受试者携带简历来参加面试,每个受试者根据其简历都有一个分数表示其能力(1~100分),分数越高能力越高(后面都用该分数作为受试者代码,允许同分数)。受试者首先排队等待将简历交给秘书。秘书接受简历,将收过简历的受试者领入面试区。在面试区,秘书根据每个受试者分数将简历从高到低排序,最高分的放在最上面,先参加面试。 请编写程序实现以下功能: 1、 当新面试者到达时,将其加入到递交简历的队列中。(入队操作,先到先交) 2、 秘书收简历(一次收一个)从交简历队列中将其删除(出队