代码搜索:strData

找到约 743 项符合「strData」的源代码

代码结果 743
www.eeworm.com/read/114100/15112668

txt 利用winsock控件下载zip文件,为什么下载后的文件大小不一致.txt

问 题 出 在 DataArrival事 件 中 , 如 果 下 载 文 本 文 件 应 该 是 可 以 的 。 但 是 ZIP文 件 是 二 进 制 文 件 , 所 以 你 不 能 把 它 保 存 在 字 符 串 中 (原 理 已 经 在 “VB 5提示错误:"输入超出文件尾"”中 讲 了 )。 你 应 该 把 strData定 义 为 Variant变 量 , 然 后 把 GetData的 v
www.eeworm.com/read/212271/15160869

java udpclienttest.java

//UDPServerTest.java import java.io.*; import java.net.*; public class UDPClientTest { public static void main(String[]args) { DatagramSocket cltSocket = null; //客户端UDP DatagramPacket cl
www.eeworm.com/read/212271/15160871

java udpservertest.java

//UDPServerTest.java import java.io.*; import java.net.*; public class UDPServerTest { public static void main(String[]args) { DatagramSocket svrSocket = null; //服务器端UDP DatagramPacket s
www.eeworm.com/read/212073/15166067

asp new.asp

  //数据拆分,并放到相应的hidden域中,在Form的onSubmit事件中激发   function fnPreHandle()   {   var iCount; //拆分为多少个域   var strData; //原始数据   var iMaxChars = 50000;//考虑到汉字为双字节,域的最大字符数限制为
www.eeworm.com/read/207251/15276529

cpp strtodata.cpp

////////////////////////////////////////////////////////////////////////// // 函数: StrToData ////////////////////////////////////////////////////////////////////////// #include "StdAfx.h" #include
www.eeworm.com/read/164520/5489239

frm 逐步回归f1.frm

VERSION 5.00 Begin VB.Form frmFileName Appearance = 0 'Flat BackColor = &H80000005& Caption = "逐步回归" ClientHeight = 3975 ClientLeft = 60
www.eeworm.com/read/164520/5489265

frm 非线性逐步回归f1.frm

VERSION 5.00 Begin VB.Form frmFileName Appearance = 0 'Flat BackColor = &H80000005& Caption = "非线性逐步回归" ClientHeight = 3975 ClientLeft = 60
www.eeworm.com/read/164520/5489292

frm 多项式逐步回归f1.frm

VERSION 5.00 Begin VB.Form frmFileName Appearance = 0 'Flat BackColor = &H80000005& Caption = "多项式逐步回归" ClientHeight = 3975 ClientLeft = 60
www.eeworm.com/read/164520/5489299

frm 多元线性f1.frm

VERSION 5.00 Begin VB.Form frmFileName Appearance = 0 'Flat BackColor = &H80000005& Caption = "多元线性回归" ClientHeight = 4065 ClientLeft = 60
www.eeworm.com/read/164520/5489321

frm 指数f1.frm

VERSION 5.00 Begin VB.Form frmFile Appearance = 0 'Flat BackColor = &H80000005& Caption = "文件窗体" ClientHeight = 5085 ClientLeft = 60 Cli