搜索资源列表
pb91b5
- 寫一個程式將n個整數相加, 輸入檔的第一行是一個整數n, 接著n行每一行是一個整數, 你的程式要將這些整數相加並將結果輸出, 其中每個整數為不超過50位數的十進位數字-write a formula to the sum of n integers, the importation of the first line of stalls is an integer n, n OK then each trip is an integer, you should bring these progr
sjsz
- 将A、B、C、D、E、F这六个变量排成如图所示的三角形,这六个变量分别取[1,6]上的整数,且均不相同。求使三角形三条边上的变量之和相等的全部解。如图就是一个解。-A, B, C, D, E, F ranks of the six variables, as shown in Figure triangle, six variables, respectively [1,6] integer, which vary. Seeking to make the edge of the triangl
jsjqgbs
- 某幼儿园按如下方法依次给A,B,C,D,E五个小孩发糖果。将全部糖果的一半再加二分之一块糖果发给第一个小孩;将剩下糖果的三分之一再加三分之一块糖果发给第二个小孩;将剩下糖果的四分之一再加四分之一块糖果发给第三个小孩;将剩下糖果的五分之一再加五分之一块糖果发给第四个小孩;将最后剩下的11块糖果发给第五个小孩。每个小孩得到的糖果数均为整数。试确定原来共有多少块糖果?每个小孩各得到多少块糖果? 要求结果的输出格式为 sum=糖果总数 xa=A得到的糖果数 xb=B得到的糖果数 xc
dw中SUM函数的使用
- dw中SUM函数的使用-dw which use the SUM function
dtccgli
- 在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。-in computer systems, in order to raise the utilization rate of main memory, often auxiliary memory (such as disk) as a main memory expansion. Multi-channel operation so that t
matlabtoolbox
- matlab工具箱里的程序函数总概与解释-Matlab toolbox functions Lane procedures and interpretation sum
post2
- 编程计算n个居民点到邮局的距离总和的最小值。 -programming calculating n settlements to the post office the sum of the minimum distance.
pipe12
- 给定n口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。-given the location of wells, the wells is calculated for Road to the oil pipeline between the minimum length of the sum.
armstrong
- 一个N位数的各位数的N次方之和等于这个数,称为armstrong数(如:153=1^3+5^3+3^3)。编一个程序,求出2,3,4位数中所有的armstrong数。-an N to the median number of Nth power equal to the sum of the number called armstrong (such as : 153 = a ^ ^ 3 5 3 3 ^ 3). Procedures for a series to get two, three
shopSaleCalculation
- 计算出当日此商品的总销售款sum以及每件商品的平均售价。要求用静态数据成员和静态成员函数。-this date calculated the total value of sales of each sum and the average price of goods. Calling for the use of static data members and static member function.
prog3_2_pc
- Implement the step 2 of two-level logic minimization. Our goal is to find the minimum (exact minimum) sum-of-products expression for a given function.
sum
- 超长整数相加 简单 明了
dayinmofang
- 打印“魔方阵”。所谓“魔方阵”是指这样的方阵,它的每一行、每一列和对角线之和均相等。例如,三阶魔方阵为: 8 1 6 3 5 7 4 9 2 要求打印出由1到n*n的自然数构成的魔方阵。-Print "magic matrices." The so-called "magic matrix" refers to the matrix, which each line, each diagonal out and the sum of all the sam
personaltax
- 编写出程序,在键盘上输入某人的月收入(允许达双字长),按照下列个人所得税的办法,计算并输出他应交纳的个人所得税税额。 个人所得税计算方法如下: 个人所得税实行累进税率,计算办法是用全月应纳税所得税分为几个级别,分别乘以累进税率,几个级别税额的总和就是该月应纳个人所得税额。全月应纳税所得额是用全月收入总额减去免税额(税法规定为800元,广州市规定为1260元),个人所得税的税率分为9个级数(见下表)。 举例说明:杨某月收入为55000元,他的个人所得税应该这样计算: 应纳税所得额:55000-12
LDPC
- LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
LDPCdemo
- 此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错
AWGN
- 此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错!!信道的源码!