代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/176483/9496786
frm yunkong0.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmkongzhi
BorderStyl
www.eeworm.com/read/176483/9496791
bas module1.bas
Attribute VB_Name = "modPublic"
Option Explicit
'***********************************************
'声明
'***********************************************
'指定下述一个或多个标志 (用OR运算符合并到一起)
'强迫中止没有响应的进程
Pub
www.eeworm.com/read/176483/9496842
bas module1.bas
Attribute VB_Name = "Module1"
'接收模块
Public bytReceiveByte() As Byte '接收到的字节
Public intReceiveLen As Integer '接收到的字节数
'显示模块
Public strAddress As String '地址信息
Public strHex
www.eeworm.com/read/176483/9496844
bas module.bas
Attribute VB_Name = "Module"
' 基本设置
Public intPort As Integer '串行口号
Public strSet As String '协议设置
Public intTime As Integer '发送时间间隔
'发送与接收标志
Public blnAutoSendFlag As
www.eeworm.com/read/372666/9498920
txt pl0_pascal.txt
PL/0语言是Pascal语言的一个子集,我们这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。
PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用 ...
www.eeworm.com/read/176416/9499227
frm 猴子吃桃问题解答.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "Form1"
ClientHeight = 2325
ClientLeft = 45
ClientTop = 360
Clie
www.eeworm.com/read/176414/9499293
txt test.txt
//开始一个程序
program myTest;
/**
*
*声明(函数,过程定义,说明)段:
*/
//数组声明,否则不可用
integer : aa[4,4,4];
//变量声明,否则不可用
integer : i,k,w,q,a,b;
/**
*
*主要程序段
*/
begin
/**
* 初始化语句
*/
i:=1;k:=1;w:=
www.eeworm.com/read/176414/9499295
txt test.txt
//开始一个程序
program myTest;
/**
*
*声明(函数,过程定义,说明)段:
*/
//数组声明,否则不可用
integer : aa[4,4,4];
//变量声明,否则不可用
integer : i,k,w,q,a,b;
/**
*
*主要程序段
*/
begin
/**
* 初始化语句
*/
i:=1;k:=1;w:=
www.eeworm.com/read/372529/9505027
c mmap.c
/* We start by defining a RECORD structure
and then create NRECORDS versions each recording their number.
These are appended to the file records.dat. */
#include
#include