搜索资源列表
readstring
- <fstream> 类通过重载 >> 操作符来读取文件,重载 << 操作符向文件写入数据。每个操作符都有几个重载的版本,分别用于各种内建的数据类型。
main
- 纯真版IP数据库查询代码原源代码中有一个错误导致取出的地区信息有误 在readFullAddr函数中 if ( byte == REDIRECT_MODE_2 ) { int p = 0 fread(&p,1,3,dbfile) address = readString(p) fseek(dbfile,p+4,SEEK_SET) 这段中 最后一句fseek(dbfile,p+4,SEEK
VCtxt
- VC读写文本文件, CString strLine while(file.ReadString(strLine)){str = strLine + \"P-Tree\" a<<str<<end
vc21487899244
- 主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open(\"FileExt.txt\",Cfile::mod
VB_IniFile
- 一个读写Ini文件的类,开发平台VB6.0-a reader Ini document type, development platforms VB6.0
readstring
- <fstream> 类通过重载 >> 操作符来读取文件,重载 << 操作符向文件写入数据。每个操作符都有几个重载的版本,分别用于各种内建的数据类型。-<fstream> category through the overloaded>> operator to read files, overloaded <<operator writes data to the
main
- 纯真版IP数据库查询代码原源代码中有一个错误导致取出的地区信息有误 在readFullAddr函数中 if ( byte == REDIRECT_MODE_2 ) { int p = 0 fread(&p,1,3,dbfile) address = readString(p) fseek(dbfile,p+4,SEEK_SET) 这段中 最后一句fseek(dbfile,p+4,SEEK
VCtxt
- VC读写文本文件, CString strLine while(file.ReadString(strLine)){str = strLine + "P-Tree" a<<str<<end-VC to read and write text files, CString strLine while (file.ReadString (strLine)) (str = strLine+ P-Tree a
vc21487899244
- 主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open("FileExt.txt",Cfile::modeR
OrderReadFile
- 主要通过CStdioFile类的ReadString方法实现,用于一次读取文本文件的一行-Mainly through CStdioFile method ReadString category for the first line to read a text file
CIni
- ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio
DelphiLimitEncryption
- 本例中TRegistry是关键类,Delphi 4.0不能自行加入,需在uses部分手工加入registry,通过其方法ReadString和WriteString来读出和写入字符,亦可通过其方法“ReadDate”和“WriteDate”来读出和写入日期。 -The this example TRegistry key class, Delphi 4.0 not self-join, to be added manually in t
readstring
- VC++从文本文件中读取一个字符串,字符串已经内置在文本文件里,在窗体的空白处点击右键可看到效果。-VC++ read a string from a text file, the string has built-in text file, right-click to see the effect in the space of the form.
CIni
- ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio
modbus开发类库
- using HslCommunication.ModBus; using HslCommunication; // 读取操作 bool coil100 = busTcpClient.ReadCoil("100").Content; // 读取线圈100的通断 short short100 = busTcpClient.ReadInt16("10