搜索资源列表
计算一个数的N(整数)次方根的程
- 输入一个浮点数,和整数N,输出该浮点数的N次方根-importation of a float, and the integer N, the output of the Nth float -
统计英文文章的字符个数并huffman编码
- a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
censussystem
- 该系统建立一个数库,来存储人口记录.以某一字段进行统计查询,输出结果以报表形式输出.添加,删除,查询各种功能.-establishment of the system for a few, to store records of the population. In a field statistical inquiries, output in the form of output statements. add, delete, check out the various functions
shuchugeshu
- 这是一个汇编程序,实现输出一堆数中正数负数和0的个数的功能。
wan_shu
- 本程序是用来验证一个数是不是完数,输出一定数据范围内的完数.
tekey4 输出该数组中的最小值
- 要求程序的功能是:把20个随机数存入一个数组,然后输出该数组中的最小值。-Required functionality of the program are: the 20 random numbers into an array, then output the minimum value of the array.
2
- 一个汇编程序。。输入十个十进制数,输出。然后排序,再次输出;再提示用户输入一个数进行查找-An assembler. . Enter the number of 10 decimal output. Then sort, re-export and then prompts the user for a number of lookups
banker_by_array
- 本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。 注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。-This procedure for their own independence in learning, when the o
migong
- 【问题描述】 在一个N*N的点阵中,如N=4,你现在站在(1,1),出口在(4,4)。你可以通过上、下、左、右四种移动方法,在迷宫内行走,但是同一个位置不可以访问两次,亦不可以越界。表格最上面的一行加黑数字A[1..4]分别表示迷宫第I列中需要访问并仅可以访问的格子数。右边一行加下划线数字B[1..4]则表示迷宫第I行需要访问并仅可以访问的格子数。如图中带括号红色数字就是一条符合条件的路线。 给定N,A[1..N] B[1..N]。输出一条符合条件的路线,若无解,输出NO ANSWER。
111
- 已知数据文件IN.dat中存有200个四位数,并已调用读函数rData()把这些数存入数组a中,请编写函数spellNum(),其功能是:把个位数字和千位数字重新组成一个新的二位数(新二位数的十位数字是原四位数的个位数字,新二位数的个位数字是原四位数的千位数字),以及把百位数字和十位数字组成另一个新的二位数(新二位数的十位数字是原四位数的百位数字,新二位数的个位数字是原四位数的十位数字),如果新组成的两个二位数一个是奇数,另一个为偶数,并且两个二位数中至少有一个数能被17整除,同时两个新数的十位
shiyan2
- 本函数是一个词法分析器,其分析主要从几个方面入手: * * 1.先判别是不是注释。一旦读入的字符出现 / * ,则用一个while循环一直读取下面的字符,直到出现* /为止。 * * 2.接着判断是不是以数值开头的。如果是以数值开头则再分情况讨论: * A.在遇到空格之前,后面读进来的都是数值的话,则很明显,这是一个数。然后将其种别码输出来(37,-) * B.在遇到空格之前,后面读进来的都是数值的话,譬如123ac 那么这是一个非法字符,输出错误-This funct
3.51
- 取一个数的高位~判断其有几个1~并输出~-Taking a number of high ~ determine a number of 1 ~ and output ~
siwei
- 求和,求从0到100之间的任意一个数的和,其中重要的一项技术是用到了四位数的输出-the sum of 0 and 100...
zx
- 写一程序,其功能是:输入10个整数,将其中最小的数与第一个数对换,把最大的数与最后一个数对换。输出结果-Write a program, its functions are: input 10 integer, will be the smallest number with the first number on the exchange, the largest number and the last number on the exchange. Output
palindromic-number
- 如果一个数从左边和从右边读都是相同的数,就称它为回文数,例如383,求出500以内的回文数并输出显示。 -If a number from the left and from the right to read is the same number, he called it reported number, such as 383, and from 500 the number of reported within and the output shown.
Over-several
- 一个数如果恰好等于它的因子之和,这个数就成为“完数“。编程找出10000以内所有完数并输出-A number of factors is equal to it if just the sum, the number will become "the number". Find out all 10000 less than the programming number and output
abView 1.3 课后作业
- 1.创建一个 VI 程序,比较两个数, 如果其中一个数大于或等于另一个数,则 LED 点亮。 要求:可以多次操作,直到点退出按钮。 2.创建一个VI程序,该程序完成的功能是:产生一个 0.0 ~10.0 的随机数与10.0相乘,然后通过一个VI子程序将积与100相加后开方,将结果输出显示。 要求:可以多次操作,直到点退出按钮。 3、验证哥德巴赫猜想: 一个充分大的偶数可以表示为两个素数之和 要求:可以多次操作,直到点退出按钮。-1 to c
PrintfDLL
- 简单的整数数组输出dll文件,包含输出一串整数的功能函数,函数接口void prin(int *buff).(说明:其中buff第一个整数为后面有效输出整数的个数)-Simple integer array output dll file containing a string of integers output function, function interfaces void prin (int* buff). (Note: buff first integer which is the
factorial
- 编写的一个汇编程序,通过输入1-8之间的一个数计算出这个数的阶乘,输出结果并显示-Preparation of an assembler, by entering a number between 1-8 to calculate the factorial of this number, output and display
project2
- 关于出栈入栈的问题,随机输出一个数出栈。并且显示出来-Drawing on a stack of problems, the output of a random number out of the stack. And displayed