代码搜索:sum
找到约 10,000 项符合「sum」的源代码
代码结果 10,000
www.eeworm.com/read/391151/8419035
out sum.out
www.eeworm.com/read/391151/8419041
c sum.c
//Sum.c Finds n+(n-1)+...+1.Calls assembly function sumfunc.asm
#include
main()
{
short n=6; //set value
short result; //result from asm function
result = sum
www.eeworm.com/read/391151/8419045
pjt sum.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\Sum\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
www.eeworm.com/read/390651/8455081
sum result.sum
lF pareto.60min.4096n.3hours.txt lA 3600 cF gnutella.txt cA 100 q 2.00 k Z 1.200 i 3 v 3 L 0.010 U 0.990 a - 1 s 1000
Total Query 549474:success 0,fail 549474
ps 596.15 vs 596.15 b 0.18 d 0.12 vsA
www.eeworm.com/read/390596/8457755
txt sum_for.txt
Sum = 1+...+10 = 55
Sum = 10+9+8+7+6+5+4+3+2+1 = 55
www.eeworm.com/read/390596/8457759
java sum_for.java
public class Sum_for
{
public static void main(String args[])
{
int i=1,n=10,s=0;
for (i=1;i
www.eeworm.com/read/390596/8457761
class sum_for.class
www.eeworm.com/read/189298/8477199
s sum.s
|
| Sum three integer arguments and return the
| total.
|
.text
.globl _sum_three_values
_sum_three_values:
movl sp@(4),d0 |Get 1st arg,
addl sp@(8),d0 |add 2nd arg,
addl sp@(12),d0 |