代码搜索:strData
找到约 743 项符合「strData」的源代码
代码结果 743
www.eeworm.com/read/164520/5489611
frm 单因素不等次f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "单因素不等次方差分析"
ClientHeight = 4065
ClientLeft =
www.eeworm.com/read/164520/5489761
frm 两组判别f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "两组判别"
ClientHeight = 4080
ClientLeft = 60
www.eeworm.com/read/154133/5640479
frm 单因素不等次f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "单因素不等次方差分析"
ClientHeight = 4065
ClientLeft =
www.eeworm.com/read/414733/11104524
bas sms.bas
Attribute VB_Name = "SMS"
'==========================================================='
' '
' AT+CXXX=? Test command
www.eeworm.com/read/112060/15494344
frm frmclient.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form frmClient
Caption = "TCP Client =>Download more : www.vivekpatel.cjb.net"
Client
www.eeworm.com/read/192685/8365702
txt 怎么在程序里向服务器的cgi提交数据.txt
下 面 的 文 章 来 自 新 闻 组 , 作 者 不 详 。 其 原 理 是 利 用 VB设 计 一 个 Active Dll, 然 后 在 ASP中 调 用 。 这 个 例 子 是 采 用 GET方 式 提 交 数 据 , 你 可 以 修 改 VB程 序 使 其 支 持 POST方 式 。 如 果 你 仅 仅 是 编 写 一 个 客 户 端 的 程 序 。 只 需 要 参 考 Active D
www.eeworm.com/read/292143/8375183
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/190997/8435351
cpp edithex.cpp
// EditHex.cpp : implementation file
//
#include "stdafx.h"
#include "AESDemo.h"
#include "EditHex.h"
// CEditHex
IMPLEMENT_DYNAMIC(CEditHex, CEdit)
CEditHex::CEditHex() :
m_State(EMH
www.eeworm.com/read/390149/8481855
txt 源码.txt
'定义一个足够长的字符串常量,用来存储配置信息
'这里用的是256个字符X,以便可以用winhex打开编译后的exe文件找到正确的偏移地址
Const file_size = 32768
Private Sub Form_Load()
Dim snum, num As Long
Dim sinfo As String, sappend As Byte
Open App.Path &
www.eeworm.com/read/188712/8518344
cpp bmpchange.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "bmpchange.h"
//--------------------------------------------------------