代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/175133/9559083
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, ActnList, ComCtrls, StdCtrls;
type
TMainForm = class(TForm)
MainMenu1:
www.eeworm.com/read/371236/9560449
tas wrong.tas
(* This is an incorrect version of the test program for the
Taste-compiler. It asks for a number and computes the sum of all
integers up to this number.*)
PROGRAM Test;
VAR
i: IN
www.eeworm.com/read/371236/9560552
tas wrong.tas
(* This is an incorrect version of the test program for the
Taste-compiler. It asks for a number and computes the sum of all
integers up to this number.*)
PROGRAM Test;
VAR
i: IN
www.eeworm.com/read/371229/9560889
inc highest_10.inc
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/175042/9561858
pas ex5_19.pas
program kk(input,output);
var
a,b,c,d:integer;
procedure ex5_19(a:integer;var b:integer);
var
c:integer;
begin
a:=a+1;
b:=b+1;
c:=2;
d:=d+1;
writ
www.eeworm.com/read/175042/9561876
pas gdbhgch.pas
program gdbhanshu(input,output);
var
n,p,q,j,count:integer;
flagp,flagq:boolean;
procedure sushu(x:integer;var flag:boolean);
var
i:integer;
begin
i:=2;
flag:=true;
w
www.eeworm.com/read/175042/9561883
pas gdbhansh.pas
program gdbhanshu(input,output);
var
n,p,q,j,count:integer;
flagp,flagq:boolean;
function sushu(x:integer):boolean;
var
i:integer;
begin
i:=2;
while (i
www.eeworm.com/read/175042/9561890
pas exer8_5.pas
program p8_5(input,output);
type
ary=array[1..10]of integer;
var
a,b:ary;
{b:array[1..10]of real;}
i:integer;
mu:integer;
procedure mul(c,d:ary;m:real);
var i:integer;
begin
m:=0;
www.eeworm.com/read/175042/9561897
pas rabbit1.pas
PROGRAM PR_2(INPUT,OUTPUT);
VAR
x ,y: Integer ;
a ,b: Integer ;
BEGIN
Readln( a ,b ) ;
if (a>=b/4) and (a
www.eeworm.com/read/371177/9563319
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto