代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/221024/14775526
html http:^^www.cs.wisc.edu^~cs354-2^cs354^handouts^jt-syllabusmw.html
Date: Tue, 05 Nov 1996 20:51:11 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Sat, 07 Sep 1996 23:32:37 GMT
Content-length: 11287
www.eeworm.com/read/220439/14800887
cpp game_stats2.cpp
// Game Stats 2.0
// Demonstrates arithmetic operations with variables
#include
using namespace std;
int main()
{
unsigned int score = 5000;
cout
www.eeworm.com/read/119084/14839678
html tour-modules.html
A Tour of NTL: Summary of NTL's Main Modules
www.eeworm.com/read/119079/14840101
html tour-modules.html
A Tour of NTL: Summary of NTL's Main Modules
www.eeworm.com/read/117953/14893519
java precedence.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
// Illustrate precedence rules for arithmetic operators.
public cl
www.eeworm.com/read/117953/14893552
java assignops.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Uses the operators which combine arithmetic and assignment */
p
www.eeworm.com/read/116603/14962675
java allops.java
//: c03:AllOps.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Tests all the operators on all the
// primitive data types t
www.eeworm.com/read/116271/14981333
c sample.c
/*
* sample source code
*/
main() /* main program */
{
int a,b,c;
/* do some arithmetic */
a = b + c; /* this should be
initialized, but it's just an example */
}
www.eeworm.com/read/114435/15053606
txt 八皇后问题的java程序.txt
发信人: Tity (云中浪子), 信区: arithmetic
标 题: 八皇后问题的Java程序
发信站: 幽幽黄桷兰 (2002年07月08日19:41:44 星期一), 站内信件
// 火火试一下这个程序的速度如何?
// 程序中 d l r 数组分别表示不可放的纵列和左右斜45度列
class queen
{
boole