代码搜索:strData
找到约 743 项符合「strData」的源代码
代码结果 743
www.eeworm.com/read/140906/13053222
frm 曲面_彩色等值线f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "曲面"
ClientHeight = 4065
ClientLeft = 60
C
www.eeworm.com/read/242302/13077659
txt 如何把图片放入sql server表中image类型列中.txt
部 分 代 码 如 下 , 可 将 它 封 装 在 ActiveX Dll中 。
' 将 Binary/Text文 件 内 容 保 存 到 Image/Text字 段
' 输 入 参 数 : Fld Image/Text字 段
' FldDesc 文 件 名 字 段 , 不 包 含 路 径 , 可 选
' DiskFile 文 件 名 , 包 含 文
www.eeworm.com/read/242302/13080020
txt 使用vb在http和ftp站点下载文件时不知道文件大小.txt
对于FTP,你可以使用Execute方法执行FTP命令SIZE获得文件大小。然后在StateChanged事件中可以获得返回的文件大小。
Private Sub Command1_Click()
Inet1.Execute "ftp://127.0.0.1", "SIZE 1.gif"
End Sub
Private Sub Inet
www.eeworm.com/read/242302/13080044
txt 利用winsock控件下载zip文件,为什么下载后的文件大小不一致.txt
问 题 出 在 DataArrival事 件 中 , 如 果 下 载 文 本 文 件 应 该 是 可 以 的 。 但 是 ZIP文 件 是 二 进 制 文 件 , 所 以 你 不 能 把 它 保 存 在 字 符 串 中 (原 理 已 经 在 “VB 5提示错误:"输入超出文件尾"”中 讲 了 )。 你 应 该 把 strData定 义 为 Variant变 量 , 然 后 把 GetData的 v
www.eeworm.com/read/140073/13111337
frm 曲面_等值线f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "曲面"
ClientHeight = 4065
ClientLeft = 60
C
www.eeworm.com/read/139679/13141630
cpp strtounionclass.cpp
#include "stdafx.h"
#include "StrToUnionClass.h"
#include
#include
#include
#include
//构造函数
StrToUnionClass::StrToUnionClass( char *Char )
www.eeworm.com/read/139679/13141647
h strtounionclass.h
struct strData
{
int nCharDouble;
char cChar;
double dDouble;
struct strData *next;
struct strData *before;
} ;
class StrToUnionCla
www.eeworm.com/read/240784/13197886
frm 逐步回归f1.frm
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "逐步回归"
ClientHeight = 3975
ClientLeft = 60
www.eeworm.com/read/324948/13236793
frm frmmain.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmMain
Caption