代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/180970/9278461
~pas storepicture.~pas
unit StorePicture;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, XsImageEffect, WinSkinData;
const
FIXWIDTH = 550;
F
www.eeworm.com/read/180970/9278473
pas storepicture.pas
unit StorePicture;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, XsImageEffect;
const
FIXWIDTH = 550;
FIXHEIGHT = 35
www.eeworm.com/read/377191/9291138
txt error9.txt
const a=4.4;
var x:integer;
procedure add(var x,y:integer) ;
var sum;
begin
sum:=x+y;
add:=sum
end
x:=add(2,4);
.
www.eeworm.com/read/377191/9291152
txt function.txt
const a=30,b=4;
var x :integer;
function f(c,d:integer):integer;
begin
if c
www.eeworm.com/read/377047/9296243
bas icmp.bas
Attribute VB_Name = "ICMP"
Option Explicit
Global closecount
#If Win16 Then
Declare Sub SetWindowPos Lib "User" (ByVal hWnd As Integer, ByVal hWndInsertAfter As Integer, ByVal X As Integer, By
www.eeworm.com/read/180659/9299700
cpp median.cpp
#include
#include
using namespace std;
void medianInput(vector v)
{
int i,j,target,n=v.size();
for(i=0;i0 && target
www.eeworm.com/read/376946/9300077
frm logomanager2.frm
VERSION 5.00
Object = "{997F88E9-8CA8-4FD7-A3C6-F411CF22CD7C}#43.0#0"; "MFBUS15.OCX"
Begin VB.Form frmLogoManager
Caption = "MyLogo Manager"
ClientHeight = 3720
ClientLef
www.eeworm.com/read/180593/9301762
vb crs232.vb
Imports System.Runtime.InteropServices
Imports System.Text
Imports System.Threading
Imports System.ComponentModel
Imports System.Windows.Forms
#Region "RS232"
Public Class Rs232 : Implements
www.eeworm.com/read/180521/9303747
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
procedur
www.eeworm.com/read/180422/9308541
cls hwcks.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject