搜索资源列表
qiuhe
- 学汇编时编写的数据求和的小程序,希望能给正在学习汇编的同学有所帮助.-learn to prepare a compilation of data summation of the small program, in hopes of giving the study is a compilation of the students some help.
sum
- 编写如下方法:求一个长整数的各位数之和:public static int qiuhe(long s) 找10~100之间能被3或5整除的数,每行输出5个数。
qiuhe
- %例15-1 NaN数据参与分析 a = magic(3) a(2,2) = NaN %用NaN表示遗失数据 sum(a) %对数据集进行求和
qiuhe
- 学汇编时编写的数据求和的小程序,希望能给正在学习汇编的同学有所帮助.-learn to prepare a compilation of data summation of the small program, in hopes of giving the study is a compilation of the students some help.
sum
- 编写如下方法:求一个长整数的各位数之和:public static int qiuhe(long s) 找10~100之间能被3或5整除的数,每行输出5个数。-The preparation of the following methods: for a long integer and the number of you: public static int qiuhe (long s) to find between 10 ~
qiuhe
- %例15-1 NaN数据参与分析 a = magic(3) a(2,2) = NaN %用NaN表示遗失数据 sum(a) %对数据集进行求和- Example 15-1 NaN data involved in the analysis a = magic (3) a (2,2) = NaN missing data with NaN express sum (a) of data sets summation
qiuhe
- 两个数求和.并限制输入的数字.若输入错误会提示错误.并从新会到输入框输入.-Two the number of summation. And to limit the input figure. If the error will be prompted to input errors. And will enter the box from the new input.
qiuhe
- 一个用VC++6.0编写的简单的数字求和小程序-A used VC++ 6.0, prepared by a simple summation of the number of small programs
qiuhe
- 求出两维整数数组的外围元素之和。如:int a[][3]={1,2,3,4,5,6,7,8,9} 输出40。-Obtained two-dimensional array of integers and external elements. Such as: int a [] [3] = (1,2,3,4,5,6,7,8,9) output 40.
qiuhe
- 用java实现输入2个数 求这两个数相加-implement the 2 account to added
qiuhe
- 用户输入任意多个整数(每个数用空格号隔开),按回车后便便显示各个数相加的和。-The user to enter any number of integers (one for each number separated by a space number), press enter after each show tried a few and add up.
qiuhe
- 用VB.NET调用FORTRAN生成的DLL,能实现DLL中的功能-FORTRAN generated using VB.NET call DLL, the DLL function can be achieved
qiuhe
- 数据结构实现两个多次多项式相加相减的运算-shujujiegoushixianlianggeduoxiangshixiangjiaxiangjiandeyunsuan
qiuhe
- 求负数再求和求 负数再求和求负数再求和-The sum of a negative number then a negative number then the sum of a negative number then the sum of a negative number and then sum
qiuhe
- 多项式求和,用链表实现的一元多项式求和程序,比较 靠谱-Polynomial sum, with the linked list implementation of a polynomial summation procedure, more reliable
qiuhe
- 可对CAD中的多行文字分类求和,算出计算结果-Multiple lines of text classification in CAD sum calculate calculation
qiuhe
- 第二种方法求一系列数的和。第二种方法求一系列数的和-The second method, a series of numbers, and. The second method, a series of numbers, and
qiuhe
- c语言基础程序应用:求和c语言代码。。。 -auto add figures
qiuhe.ZIP
- 本程序的作用是求两个整数a和b之和sum。 第1行“//求两数之和”是一个注释行,C++规定在一行中如果出现“//”,则从它开始到本行末尾之间的全部内容都作为注释。 -Find the sum of the two numbers
qiuhe
- 问题描述 求1+2+3+...+n的值。 输入格式 输入包括一个整数n。 输出格式 输出一行,包括一个整数,表示1+2+3+...+n的值。 样例输入 4 样例输出 10 样例输入 100 说明:有一些试题会给出多组样例输入输出以帮助你更好的做题。 一般在提交之前所有这些样例都需要测试