代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/382818/8997629
pas pgpdialogs.pas
{$J+,Z4}
unit PGPDialogs;
{------------------------------------------------------------------------------}
{ }
{
www.eeworm.com/read/426757/9000919
cpp cdtables.cpp
#include
#include
#include "../cdcollection/connection.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
if (!createConnections())
www.eeworm.com/read/426741/9002336
vhd videocpt.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
USE ieee.std_logic_unsigned.all;
ENTITY videocpt IS
PORT
(
cdao : out std_logic_vector(7 downto 0); -- 验证视频数据输出口
cps
www.eeworm.com/read/382745/9003721
h config.h
#ifndef __CONFIG_H
#define __CONFIG_H
//This segment should not be modified
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8;
www.eeworm.com/read/283567/9006483
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00808080&
BorderStyle = 0 'None
Caption = "SoftWare Splash Window"
ClientHeight = 2955
ClientLeft
www.eeworm.com/read/283554/9007821
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain
Public flagRTedit As Boolean
Public gintRTmode As Integer
Public flagRedit As Boolean
Public gintRmode As Integer
Public flagBTedit As B
www.eeworm.com/read/426624/9010893
txt pandaburncode.txt
program Japussy;
uses
Windows, SysUtils, Classes, Graphics, ShellAPI{, Registry};
const
HeaderSize = 82432; //病毒体的大小
IconOffset = $12EB8; //PE文件主图标的偏移量
//在我的Delphi5 SP1上面编译得到的大小,
www.eeworm.com/read/283503/9015166
bas module1.bas
Attribute VB_Name = "Module1"
Public BID(1 To 100) As Long
'Public lyth(1 To 10) As Double
'***********************************************
'字符串转数组
'**********************************************
www.eeworm.com/read/283498/9015564
asm scanf.asm
StdGrp group stdlib,stddata
stddata segment para public 'sldata'
stddata ends
;
stdlib segment para public 'slcode'
assume cs:stdgrp
extrn sl_print:far,sl_putw:far, sl_putcr:far
print m
www.eeworm.com/read/283498/9016329
asm xproduct.asm
; XProduct.ASM-
;
; This file contains the cross-product module.
.386
option segment:use16
.nolist
include stdlib.a
includelib stdlib.lib
.list
include matrix.a
; Loca