代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/151544/5681041
java secondpage.java
/*
* 创建日期 2005-2-2
*
* 更改所生成文件模板为
* 窗口 > 首选项 > Java > 代码生成 > 代码和注释
*/
package com.tapestry;
import java.util.List;
import org.apache.tapestry.IExternalPage;
import org.apache.tapestr
www.eeworm.com/read/144587/5749707
java twosum.java
import java.io.*;
public class TwoSum
{
public static void main(String args[]) throws IOException
{
int num1,num2,sum;
String str;
BufferedReader buf;
buf=new Buf
www.eeworm.com/read/142751/5762772
pas synedit.pas
{-------------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this
www.eeworm.com/read/141343/5770064
ads grt-vpi.ads
-- GHDL Run Time (GRT) - VPI interface.
-- Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold & Felix Bertram
--
-- GHDL is free software; you can redistribute it and/or modify it under
-- the t
www.eeworm.com/read/126278/6017777
~pas grobal2.~pas
unit Grobal2;
interface
uses
Math,windows;
Const
BUFFERSIZE =1024;
//版本号
// VERSION_NUMBER_0522 = 20010522;
VERSION_NUMBER_0522 = 20040522;
//客户端发送的命令
CM_SOFTCLOSE =0;
www.eeworm.com/read/126278/6017778
pas wmutil.pas
unit wmutil;
interface
uses
Windows, SysUtils, Classes, Graphics, Controls, DIB,
DXDraws, DXClass;
type
TWMImageHeader = record
Title: string[40]; //'WEMADE Entertainm
www.eeworm.com/read/126278/6017783
pas grobal2.pas
unit Grobal2;
interface
uses
Math,windows;
Const
BUFFERSIZE =1024;
//版本号
// VERSION_NUMBER_0522 = 20010522;
VERSION_NUMBER_0522 = 20040522;
//客户端发送的命令
CM_SOFTCLOSE =0;
www.eeworm.com/read/126021/6019616
pas adtrmemu.pas
(***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* 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 c
www.eeworm.com/read/124553/6045715
pas sample - long loop.pas
unit U;
function main: Integer;
var
I: integer;
begin
Result := 0;
for i := 1 to 1000 do
Result := square(i);
end;
function square(P: Integer): Integer;
begin
Result := P *