代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/101657/15822739
atg calc.atg
COMPILER Calc
(* completion of the next section is left as an exercise *)
PROCEDURE NewVar (Spix: Integer);
BEGIN
END;
FUNCTION GetVar (Spix: Integer): Integer;
BEGIN
www.eeworm.com/read/101091/15852733
pas gsms.pas
unit gsms;
interface
uses Windows;
const MAX_CARD_NO= 16;
const MAX_CHANNEL_NO= 8 * MAX_CARD_NO;
const LEN_FILEPATH= 70;
// the value of every card-type
const CARD_TYPE_T
www.eeworm.com/read/100594/15870229
h bigint.h
/**********************************************************************
File: BigInt.h
Rev: b-1
Date: 02/01/90
***********************************************************************
www.eeworm.com/read/421644/10718179
npp attributes_main.adb.npp
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Integer_Text_IO; use Ada.Integer_Text_IO;
with Ada.Float_Text_IO; use Ada.Float_Text_IO;
procedure attributes_Main is
begin
--range of
www.eeworm.com/read/421644/10718237
adb attributes_main.adb
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Integer_Text_IO; use Ada.Integer_Text_IO;
with Ada.Float_Text_IO; use Ada.Float_Text_IO;
procedure attributes_Main is
begin
--range of int
www.eeworm.com/read/349709/10802590
sql create_varray4.sql
/*
* create_varray4.sql
* Chapter 6, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This defines a varray with a null element constructor and extends it one
www.eeworm.com/read/162614/5525799
tst cd7101g.tst
-- CD7101G.TST
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/297288/8032940
txt 01章 编程简介.txt
第1章计算机与C++编程简介
教学目标
●了解计算机科学的基本概念
●熟悉不同类型的编程语言
●了解典型C++程序的开发环境
●用C++编写简单的计算机程序
●使用简单输入与输出语句
●熟悉基本数据类型
●使用算术运算符
●了解算术运算符的优先级
●编写简单的判断语句
1.1 简介
...
www.eeworm.com/read/167987/9942653
err trap.err
#!/bin/ksh
# Script name: trap.err
# Example 10.131
# This trap checks for any command that exits with a non-zero
# status and then prints the message.
trap 'print "You gave me a non-integer. Try a
www.eeworm.com/read/359831/10121666
cpp atom_ctts.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o