代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/432969/8558215
pas uallhook.pas
unit uallHook;
interface
uses windows, uallDisasm, uallProcess, uallKernel, tlhelp32;
function HookCode(oldfunction, yourfunction: pointer; var nextfunction: pointer): boolean; stdcall;
func
www.eeworm.com/read/432958/8560381
bas dbfunc.bas
Attribute VB_Name = "Dbfunc"
'== 声明odbc32.dll中定义的ODBC API函数 ==
Public Declare Function SQLAllocEnv Lib "odbc32.dll" (phenv&) As Integer
Public Declare Function SQLAllocConnect Lib "odbc32.dll" (ByV
www.eeworm.com/read/432896/8565996
java transpose.java
import java.io.*;
import java.lang.*;
class transpose
{
public static void main(String arg[])throws Exception
{
int m,n;
DataInputStream in=new DataInputStream(System.in);
System.out.println("
www.eeworm.com/read/289203/8568665
txt wavelet.txt
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
use ieee.std_logic_unsigned.all;
ENTITY wavelet1 IS
PORT(
clk:IN std_logic;
pp1:in integer;
max1:OUT integer
);
END ENTITY wavel
www.eeworm.com/read/432809/8572416
~pas pzlr.~pas
unit pzlr;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, ExtCtrls, Buttons, ComCtrls;
type
TForm2 = class(TForm)
www.eeworm.com/read/432809/8572442
pas pzlr.pas
unit pzlr;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, ExtCtrls, Buttons, ComCtrls;
type
TForm2 = class(TForm)
www.eeworm.com/read/432773/8574991
bas modprint.bas
Attribute VB_Name = "modPrint"
Option Explicit
Public mintBaseX As Integer
Public mintBaseY As Integer
Public mintGap As Integer
Public mintGapCusToSale As Integer
Public Sub PrintOu
www.eeworm.com/read/432707/8581829
pas test.pas
PROGRAM Test;
{$IFDEF WIN32}{$APPTYPE CONSOLE}{$ENDIF}
{$R+,S+}
PROCEDURE X;
PROCEDURE Y;
BEGIN
WRITELN('BLA');
END;
BEGIN
Y;
END;
VAR A,B:INTEGER;
BEGIN
FOR A:=1 TO 16 DO BEGI
www.eeworm.com/read/388674/8584896
pas p4-2.pas
program GDOI2002_Group;
const
IPF='group.in';
OPF='group.std';
MAXN=100;
var
n,t:integer;
rec:array[1..MAXN,1..MAXN] of boolean;
selected:array[1..MAXN] of boolean;
mark:array[1
www.eeworm.com/read/388674/8585250
pas a.pas
program Dominoes;
const ifn='domino.dat'; {输入数据文件名}
ofn='domino.out'; {输出答案文件名}
maxn=1000; {骨牌的最大数量}
maxdot=6; {骨牌最大点数}
type gaptype=array[-maxdot*m