代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/356562/10224383
pas pubunit.pas
unit PubUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, QExtCtrls, ExtCtrls, MMSystem, Registry,
IniFiles, StrUtils, S
www.eeworm.com/read/279872/10381725
pas utils.pas
unit Utils;
interface
uses Windows,winsock, wininet ,TlHelp32, MMSystem,ShellApi,WinSvc;
function BorrarArchivo( s : String ): integer;
function FindChar(Word: string;char : string):integer ;
www.eeworm.com/read/279872/10381955
pas dm5314_uregistry.pas
unit URegistry;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,Registry, StdCtrls;
procedure RegWrite(key : string;subkey : string ;value :
www.eeworm.com/read/161095/10453630
c slatm2.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal slatm2_(integer *m, integer *n
www.eeworm.com/read/161095/10453722
c dlatm2.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal dlatm2_(integer *m, integer *n
www.eeworm.com/read/161095/10453763
c dlatm3.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal dlatm3_(integer *m, integer *n
www.eeworm.com/read/279190/10456256
pas bsskinzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/279190/10456394
pas bsskinunzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/424004/10508236
cpp ex6_11.cpp
//【例6.11】设计梯形法求积分的类模板,梯形法求积分的函数为成员函数,
//可求任一函数的定积分。以积分类的模板参数T来引入被积函数。
#include
#include
using namespace std;
class F1 {
www.eeworm.com/read/159878/10597473
pas objdssampleclass.pas
unit ObjdsSampleClass;
interface
uses
SysUtils, Classes;
type
TDemo = class (TPersistent)
private
FAmount: Double;
FAge: Integer;
FName: string;
FValue: INteger;