搜索资源列表
Number24Game
- 系统随机产生4个1到24的数字,用加,减,乘和除四则运算,使得最后的结果为24-system randomly generated four 1-24 figures used, plus or minus, by and among four operators, making the results of the last 24
职工工资管理系统
- 1、 需求分析: 公司主要有4类人员:经理、技术员、销售员、销售经理。要求存储这些人的职工号、姓名、月工资、岗位、年龄、性别等信息。 2.程序的基本功能: 1.增加、修改、删除一个职工信息。 2.显示全部职工信息。 3.按条件显示职工信息(条件有按电话号码、姓名、职称或职工号等。 4.按条件显示工资信息(职工号,职称等)。 5.查找指定金额范围的职工职称。 -1, demand analysis: the company
用邻接矩阵解决四色问题
- C语言写的,用邻接矩阵解决四色问题,输入国家的个数和相邻情况,输出每个国家的颜色代号。-Adjacency matrix solution with four-color problem, enter the number and neighboring countries the situation, the output color codes for each country.
Binary_balance_sorttree
- 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
asmtemp.rar
- 汇编语言实现加减乘除四则运算,是汇编语言的基本应用,Assembly Language Math & realize four computing, assembly language is the basic application
V0.63
- 四轴飞行器飞控主板程序代码V0.63 avr程序代码,飞控板V1.2-Four-axis aircraft flight control board code V0.63 avr code, flight control board V1.2
SortComparor
- 比较插入、归并、快速、基数四种排序算法的性能-Comparison of insertion, merge, fast, and base the performance of four sorting algorithms
Create_Random
- 以时间为种子产生4位随机数,整型的,以时间为种子,就不会重复了-Time for seed to produce four random number, integer, and time for the seed, would not duplicate the
calculator
- 一个简单的计算器,支持基本四则运算,括号,支持运算级-A simple calculator, support the basic four operations, brackets, support the operations level
sizeyunsuan
- 完成四则运算功能,可以实现人机交互,希望对大家有所帮助-Completed four arithmetic functions, human-computer interaction can be achieved, want to help everyone
libraryManager
- 比较完善的小型图书管理系统,分图书管理,读者管理,借阅管理,归还管理四种模块,基本涵盖了一个图书馆的骨架,适合初学者参考学习。-Fairly complete library management system for small, sub-library management, the reader management, loan management, and return the management of four modules covering the skeleton of a
Cal
- 一个控制台下的计算器,可以实现两个数的四则运算-A console calculator, you can achieve four fundamental operations of two numbers
mixblend
- 资源混合问题的c++源代码,需要调用CPLEX优化软件。-A source code for problem to blend four sources to produce an alloy: pure metal, raw materials, scrap, and ingots.
InfixExpression
- 一个控制台中缀表达值求值程序,相当于一个科学计算器。只支持四则运算,不能纠错。数据结构必备。-A console infix expression value of the evaluation procedure, the equivalent of a scientific calculator. Only supports four operations, not error correction. Data structure is essential.
For-loop-translation
- 含符合给定的语法分析方法的文法及属性文法。 含中间代码四元式的描述。 有给定的语法分析方法的思想,完成了语法分析和语义分析程序设计。 -With syntax analysis method given grammar and attribute grammars. Containing four yuan a descr iption of the intermediate code. Syntax analysis method given in the ideology, th
GuessWords
- 这是一款帮助学生背单词的小软件。建立单词库,可从单词库中随机抽取单词,并随机隐去该单词中的一些字母,在屏幕上显示带空格的单词,用户对空格处的字母进行补全,程序判断填补是否正确,并统计正确率。 编程任务: 建立单词库,并可以方便地对单词库进行增加、删除。 随机读取一个单词。 随机隐去单词中的一些字母,规则是:长度为2~4空一个字母,5~7空二个字母,8~10空三个字母,11以上空四个字母。用随机数方式确定隐去哪几个位上的字母,并在屏幕上显示带空格单词。 用户填充空格处的字母,程
bufengtouzhen
- 布冯投针 找一根铁丝弯成一个圆圈,使其直径恰恰等于平行线间的距离d。可以想象得到,对于这样的圆圈来说,不管怎么扔下,都将和平行线有两个交点。因此,如果圆圈扔下的次数为n次,那么相交的交点总数必为2n。 现在设想把圆圈拉直,变成一条长为πd的铁丝。显然,这样的铁丝扔下时与平行线相交的情形要比圆圈复杂些,可能有4个交点,3个交点,2个交点,1个交点,甚至于都不相交。 由于圆圈和直线的长度同为πd,根据机会均等的原理,当它们投掷次数较多,且相等时,两者与平行线组交点的总数可望也是一样的。这就是说,
Wav2Pcm2G711
- 使用Dev-C++进行编译,包含wav2pcm,pcm2alaw(ulaw),alaw(ulaw)2pcm,pcm2wav共计四个小程序。-Compiled using Dev-C++ contains wav2pcm, pcm2alaw (ulaw), alaw (ulaw) 2pcm, pcm2wav total of four small program.
calculator
- 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
sizeyunsuan
- 随机产生四则运算算式,用后缀表达式计算正确结果-Randomly generated four arithmetic formula, postfix expression to calculate the correct results