文件名称:lab1.tar
-
所属分类:
- 标签属性:
- 上传时间:2013-10-11
-
文件大小:244.93kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
write some function with logical sign-ou will provide your solution to the Data Lab by
editing the collection of functions in this source file.
CODING RULES:
Replace the "return" statement in each function with one
or more lines of C code that implements the function. Your code
must conform to the following style:
int Funct(arg1, arg2, ...) {
/* brief descr iption of how your implementation works*/
int var1 = Expr1
...
int varM = ExprM
varJ = ExprJ
...
varN = ExprN
return ExprR
}
Each "Expr" is an expression using ONLY the following:
1. Integer constants 0 through 255 (0xFF), inclusive. You are
not allowed to use big constants such as 0xffffffff.
2. Function arguments and local variables (no global variables).
3. Unary integer operations ! ~
4. Binary integer operations & ^ |+ << >>
Some of the problems restrict the set of allowed operators even further.
Each "Expr" may consist of multiple
editing the collection of functions in this source file.
CODING RULES:
Replace the "return" statement in each function with one
or more lines of C code that implements the function. Your code
must conform to the following style:
int Funct(arg1, arg2, ...) {
/* brief descr iption of how your implementation works*/
int var1 = Expr1
...
int varM = ExprM
varJ = ExprJ
...
varN = ExprN
return ExprR
}
Each "Expr" is an expression using ONLY the following:
1. Integer constants 0 through 255 (0xFF), inclusive. You are
not allowed to use big constants such as 0xffffffff.
2. Function arguments and local variables (no global variables).
3. Unary integer operations ! ~
4. Binary integer operations & ^ |+ << >>
Some of the problems restrict the set of allowed operators even further.
Each "Expr" may consist of multiple
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lab1/
lab1/.svn/
lab1/.svn/tmp/
lab1/.svn/props/
lab1/.svn/prop-base/
lab1/.svn/text-base/
lab1/.svn/tmp/props/
lab1/.svn/tmp/prop-base/
lab1/.svn/tmp/text-base/
lab1/bits.c
lab1/.bits.c.swl
lab1/make
lab1/README
lab1/Makefile
lab1/decl.c
lab1/btest.h
lab1/bits.h
lab1/tests.c
lab1/dlc
lab1/btest.c
lab1/datalab.pdf
lab1/MAKE
lab1/.bits.c.swp
lab1/.bits.c.swn
lab1/.bits.c.swm
lab1/.README.swp
lab1/.bits.c.swo
lab1/btest
lab1/.svn/entries
lab1/.svn/prop-base/btest.h.svn-base
lab1/.svn/prop-base/dlc.svn-base
lab1/.svn/prop-base/btest.c.svn-base
lab1/.svn/prop-base/datalab.pdf.svn-base
lab1/.svn/text-base/bits.c.svn-base
lab1/.svn/text-base/README.svn-base
lab1/.svn/text-base/Makefile.svn-base
lab1/.svn/text-base/decl.c.svn-base
lab1/.svn/text-base/btest.h.svn-base
lab1/.svn/text-base/bits.h.svn-base
lab1/.svn/text-base/tests.c.svn-base
lab1/.svn/text-base/dlc.svn-base
lab1/.svn/text-base/btest.c.svn-base
lab1/.svn/text-base/datalab.pdf.svn-base
lab1/.svn/
lab1/.svn/tmp/
lab1/.svn/props/
lab1/.svn/prop-base/
lab1/.svn/text-base/
lab1/.svn/tmp/props/
lab1/.svn/tmp/prop-base/
lab1/.svn/tmp/text-base/
lab1/bits.c
lab1/.bits.c.swl
lab1/make
lab1/README
lab1/Makefile
lab1/decl.c
lab1/btest.h
lab1/bits.h
lab1/tests.c
lab1/dlc
lab1/btest.c
lab1/datalab.pdf
lab1/MAKE
lab1/.bits.c.swp
lab1/.bits.c.swn
lab1/.bits.c.swm
lab1/.README.swp
lab1/.bits.c.swo
lab1/btest
lab1/.svn/entries
lab1/.svn/prop-base/btest.h.svn-base
lab1/.svn/prop-base/dlc.svn-base
lab1/.svn/prop-base/btest.c.svn-base
lab1/.svn/prop-base/datalab.pdf.svn-base
lab1/.svn/text-base/bits.c.svn-base
lab1/.svn/text-base/README.svn-base
lab1/.svn/text-base/Makefile.svn-base
lab1/.svn/text-base/decl.c.svn-base
lab1/.svn/text-base/btest.h.svn-base
lab1/.svn/text-base/bits.h.svn-base
lab1/.svn/text-base/tests.c.svn-base
lab1/.svn/text-base/dlc.svn-base
lab1/.svn/text-base/btest.c.svn-base
lab1/.svn/text-base/datalab.pdf.svn-base
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.