搜索资源列表
scaner
- 一个扫描程序,可查询函数,变量个数- A scanning procedure, may inquire the function, the variable integer
l3emulete0518
- 功能是把一个无符号长整型的数的后n位放入到前length位有效的无符号字符型数组array[arraybyte]中-function is an unsigned long integer number of spaces after n Add to place before the effective length of unsigned character array [arraybyte]
xxjsq.
- 用Microsoft Visual C++制作类似Windows的简单计算器,基本实现加,减,乘,除,求平方,百分比等简单运算,得到结果;支持小数和整数-using Microsoft Visual C produced similar Windows calculator simple to achieve basic addition, subtraction, multiplication and addition, seek square simple percentage calcul
计算一个数的N(整数)次方根的程
- 输入一个浮点数,和整数N,输出该浮点数的N次方根-importation of a float, and the integer N, the output of the Nth float -
B1001@0415
- 计算器程序,实现功能如下: 1.windows自带计算器的键盘输入加减乘除,目前没有连续运算功能 2、表达式运算功能,目前只支持整数运算。 3、换肤功能 -calculator program, realized the following functions : 1.windows own calculator keyboard input arithmetic, no two consecutive computing expressions, computin
抓交通肇事犯
- 一辆卡车违反交通规则,撞人后逃跑。现场有三人目击事件,但都没有记住车号,只记下车号的一些特征。甲说:牌照的前两位数字是相同的;乙说:牌照的后两位数字是相同的,但与前两位不同; 丙是数学家,他说:四位的车号刚好是一个整数的平方。请根据以上线索求出车号。 *问题分析与算法设计 按照题目的要求造出一个前两位数相同、后两位数相同且相互间又不同的整数,然后判断该整数是否是另一个整数的平方。 *-a truck traffic violation, the young man escaped.
完全数
- 如果一个数恰好等于它的因子之和,则称该数为“完全数”。 *题目分析与算法设计 根据完全数的定义,先计算所选取的整数a(a的取值1~1000)的因子,将各因子累加于m,若m等于a,则可确认a为完全数。 *-if it is equal to the sum of the factor, says the number of "totally few." * Topic analysis and algorithm design based on the defin
Integer Inquiry
- UVA ONLINE JUDGE 424 Integer Inquiry One of the first users of BIT's new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various sums of those numbers. ``This supercomputer i
Voice-integer-FIR-filter-C-program
- 语音整型FIR滤波的C程序,可以实现对语音信号的滤波-Voice integer FIR filter C program
Voice-integer-IIR-filter-C-program
- 语音的IIR滤波程序,可以实现对语音信号的IIR整型滤波-Voice of the IIR filter program, you can achieve integer IIR filtering of speech signals
integer-programming
- 整数规划示例程序,包括整数规划所需的各个子程序-Integer Programming sample program, including integer programming required subroutine
chapter-11-integer-programming
- 利用matlab进行整数规划的源代码(精通matlab最优化计算第11章)-Integer programming source code using matlab
random-integer-cycle
- 用C语言编写一段0-9的随机整数用循环,每次产生1个0-9的随机数赋值给一个数组-C language a period of 0-9 random integer cycle, each generation of a 0-9 random number assigned to an array
Large-integer-multiplication
- 两个大整数(字符串的形式)相剩,并显示相乘结果-Large integer multiplication
big-integer
- C语言实现大整数的运算,包括加减乘除四种运算,适合初学者使用-C language implementation of large integer arithmetic, including addition and subtraction, multiplication and division operations, suitable for beginners
convert--integer-to-binary-string
- 给结构STUDENT赋值,此程序是汇编语言与c的混合编程,开发工具为KEIL-To convert an integer to a binary string
Signed-large-integer-calculator
- 带符号的MFC大整数计算器,能进行简单运算,而且能进行带符号的大整数运算-MFC large unsigned integer calculator that can perform simple arithmetic, but also to carry out a large unsigned integer arithmetic
an-arbitrary-random-integer
- 产生一个随机整数,适用于离散变量的编码,比较简单实用。-Generating a random integer for coding discrete variables, relatively simple and practical.
String to Integer Conversion
- String to Integer Conversion, Assume the string is stored in the program memory and that an integer takes two bytes
Reverse Integer
- Given a 32-bit signed integer, reverse digits of an integer.