代码搜索:strData
找到约 743 项符合「strData」的源代码
代码结果 743
www.eeworm.com/read/259568/7132132
bas moduleregest.bas
Attribute VB_Name = "ModuleRegest"
Option Explicit
Public Const REG_SZ = 1
Public Const REG_BINARY = 3
Public Const HKEY_CURRENT_USER = &H80000001
Public Const HKEY_LOCAL_MACHINE = &H80000002
Pu
www.eeworm.com/read/463280/7184278
c 10.3.c
#include //绝对地址访问函数
#include //各种不同类型的数学函数
#include
#define uchar unsigned char
sbit P1_0=P1^0;
sbit P1_1=P1^1;
sbit P1_2=P1^2;
sbit P1_3=P1^3;
sbit P1_4
www.eeworm.com/read/463280/7184282
lst 10.3.lst
C51 COMPILER V6.20c 10_3 09/02/2001 15:03:44 PAGE 1
C51 COMPILER V6.20c, COMPILATION OF MODULE 10_3
OBJECT MODULE PLACED IN 1
www.eeworm.com/read/457805/7317547
cls clstransfer.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/455819/7363994
bas comp_rle_3.bas
Attribute VB_Name = "Comp_Rle_3"
Const CompBlockLen = 3
Option Explicit
Public Sub Compress_RLE_3(ByteArray() As Byte)
Dim CmpData As String
Dim NewData As String
CmpData = Str
www.eeworm.com/read/396111/8125458
bas comp_rle_3.bas
Attribute VB_Name = "Comp_Rle_3"
Const CompBlockLen = 3
Option Explicit
Public Sub Compress_RLE_3(ByteArray() As Byte)
Dim CmpData As String
Dim NewData As String
CmpData = Str
www.eeworm.com/read/243990/12901233
bas comp_rle_3.bas
Attribute VB_Name = "Comp_Rle_3"
Const CompBlockLen = 3
Option Explicit
Public Sub Compress_RLE_3(ByteArray() As Byte)
Dim CmpData As String
Dim NewData As String
CmpData = Str
www.eeworm.com/read/141570/12998083
txt 69.txt
用VB编写留言板
黑龙江省牡丹江市儿童医院内科 张建华
随着网络的普及,越来越多的网站增设了各种实时交互功能,如网上调查、时事论坛、聊天室、留言板等。下面介绍一个使用VB编写CGI脚本程序的实例,使你轻松拥有自己的留言板。
一、基本概念
1.什么是CGI
CGI是Common Gate Interface(通用网关接口)的缩写,它运行在Web服务器上,提供同客户 ...
www.eeworm.com/read/140912/13052797
frm 一元非线性f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "一元非线性"
ClientHeight = 4065
ClientLeft = 60
www.eeworm.com/read/140912/13052874
frm 多项式回归f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "多项式回归"
ClientHeight = 4065
ClientLeft = 60