代码搜索:strData
找到约 743 项符合「strData」的源代码
代码结果 743
www.eeworm.com/read/154356/11967466
frm frmpeera.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form frmPeerA
Caption = "PeerA"
ClientHeight = 3195
ClientLeft = 60
www.eeworm.com/read/154356/11967474
frm frmpeerb.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form frmPeerB
Caption = "PeerB"
ClientHeight = 3195
ClientLeft = 60
www.eeworm.com/read/154200/11984075
frm 点群分析f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "点群分析"
ClientHeight = 5175
ClientLeft = 60
www.eeworm.com/read/256438/11999848
pas varunit.pas
{
通用数据单元
}
unit VarUnit;
interface
uses
Windows, Winsock, SocketUnit;
const
Sock_Error = $0FFFFFFF;
Sock_Close = $00FFFFFF;
MIN_BUFFER_SIZE = 4;
MinEx_BU
www.eeworm.com/read/256343/12006899
cs cdownloadyahoodata.cs
using System;
using System.Net;
using System.IO;
using Microsoft.VisualBasic;
namespace SmartWKN
{
///
/// Download Yahoo Data
///
public class cDownloadYahooData
www.eeworm.com/read/152815/12079857
h crypto.h
#pragma once
#include
class CCrypto
{
public:
CCrypto(void);
~CCrypto(void);
private:
HCRYPTPROV hCryptProv ; // Handle for a cryptographic provider context.
HCRYPTKEY hKe
www.eeworm.com/read/341225/12098194
~pas regset.~pas
unit RegSet;
interface
uses Windows;
procedure SetupRegRun(ExeFileName : String);
implementation
procedure SetupRegRun(ExeFileName : String);
// 返回字符串长度
function StrLen(const St
www.eeworm.com/read/341225/12098261
pas regset.pas
unit RegSet;
interface
uses Windows;
procedure SetupRegRun(ExeFileName : String);
implementation
procedure SetupRegRun(ExeFileName : String);
// 返回字符串长度
function StrLen(const St