代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/193242/8244481
tmp mfc46c.tmp
/*这是一个测试程序*/
Program abc;
Integer x,y,z;
Real a,b;
Procedure ab(Var m,n:Integer;t:Real);
Begin
t:=n+m;
If m>n then n:=m else t:=m;
While n
www.eeworm.com/read/193242/8244539
pl0 test.pl0
/*这是一个测试程序*/
Program abc;
Integer x,y,z; /*变量声明*/
Real a,b;
Procedure ab(Var m,n:Integer; t:Real); /*过程*/
Begin
t:=n+m;
If m>n then /*条件语句*/
n:=m
els
www.eeworm.com/read/294227/8245549
java roleprivilege.java
/**
*
*/
package com.qrsx.appcam.model;
/**
* @author
*
*/
public class RolePrivilege {
private Integer id;
private Integer roleId;
private Integer[] privilegeIds=new Intege
www.eeworm.com/read/294190/8248511
txt 源代码.txt
program
integer a;
integer b;
integer r
begin
a:=17;
b:=136;
if a0 do
r:=a-a/b*b;
a:=b;
b:=
www.eeworm.com/read/393993/8252042
frm frmfx.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmfx
Caption = "三菱FX系列通讯程序"
ClientHeight = 4830
ClientLeft = 60
www.eeworm.com/read/193067/8254849
~pas mainform.~pas
unit MainForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, ComCtrls, ExtCtrls, StdCtrls, Buttons, ToolWin, ImgList, Abcexctl,
DBCtrls
www.eeworm.com/read/193067/8254981
pas mainform.pas
unit MainForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, ComCtrls, ExtCtrls, StdCtrls, Buttons, ToolWin, ImgList, Abcexctl,
DBCtrls
www.eeworm.com/read/293377/8296506
sql wrongplsql.sql
set serveroutput on
declare
tempno integer:=100;
begin
tempno=tempno+1;
end;
www.eeworm.com/read/293377/8296537
sql correctplsql.sql
set serveroutput on
declare
tempno integer:=90;
begin
tempno:=tempno+1;
end;
www.eeworm.com/read/393310/8296641
pas pl0.pas
PROGRAM PL0(INPUT,OUTPUT,INPUT1,OUTPUT1);
(*PL0 COMPILER WITH CODE GENERATION*)
LABEL
99;
CONST
AL=10; (*LENGTH OF IDENTIFIERS*)
NORW=14; (*# OF RESERVED WORDS*)
TXMAX=100; (*LE