代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/357001/10217950
pas syspublic.pas
unit SysPublic;
interface
uses Windows, Messages, dxDBGrid, dxDBTL, dxDBCtrl, SysUtils, Dialogs, Forms,
Classes, Variants, dxEditor, dxCntner, dxEdLib, dxTL, StdCtrls, dxDBELib, Db,
ADODB,
www.eeworm.com/read/356874/10219902
c summing.c
/* summing.c -- sums integers entered interactively */
#include
int main(void)
{
long num;
long sum = 0L; /* initialize sum to zero */
int status;
printf("Ple
www.eeworm.com/read/356874/10219931
c divide.c
/* divide.c -- divisions we have known */
#include
int main(void)
{
printf("integer division: 5/4 is %d \n", 5/4);
printf("integer division: 6/3 is %d \n", 6/3);
p
www.eeworm.com/read/356842/10220404
pas brainwashpro.pas
unit BrainWashPro;
{$D-}
interface
uses
Classes, windows;
type
TMemCleaner = class(TThread)
public
procedure Execute; override;
end;
procedure StartMemoryCleaner;
proc
www.eeworm.com/read/356716/10222365
jj kcasm.jj
/*
Copyright (c) 2004, 2006 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
www.eeworm.com/read/356716/10222370
java instruction3.java
/*
Copyright (c) 2004, 2006 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
www.eeworm.com/read/356716/10222372
java symbol.java
/*
Copyright (c) 2004, 2006 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
www.eeworm.com/read/356716/10222379
java instruction2.java
/*
Copyright (c) 2004, 2006 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
www.eeworm.com/read/356716/10222418
java instruction1.java
/*
Copyright (c) 2004, 2006 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
www.eeworm.com/read/356634/10223802
pas rejoicebase.pas
unit RejoiceBase;
interface
uses
Windows, Messages,Tlhelp;
const
CM_DebugMessage = WM_USER + $1001;
CM_PostMessage = WM_USER + $1002;
CM_EndHookMessage = WM_USER + $1003;
CM_Re