代码搜索结果
找到约 10,000 项符合
1 的代码
webdoc1.#1
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
1_1.txt
2
3
3
2
1
1-1.cpp
#include
#include
using namespace std;
class CPoint
{
private:
int x, y;
public:
CPoint(int, int);
void printPoint();
void setX(int);
void setY(int);
int getX()
1_1a.c
/* ======================================== */
/* 程序实例: 1_1a.c */
/* 计算总分和平均分 */
/* ======================================== */
void main()
{
1_1.htm
- 品络科技 pinluo.com
function tick()
{
var hours, minutes, seconds, xfile;
var intHours, intMinutes, intSeconds;