搜索资源列表

  1. readstring

    0下载:
  2. <fstream> 类通过重载 >> 操作符来读取文件,重载 << 操作符向文件写入数据。每个操作符都有几个重载的版本,分别用于各种内建的数据类型。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:盛晓峰
  1. main

    0下载:
  2. 纯真版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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2079
    • 提供者:1111
  1. VCtxt

    0下载:
  2. VC读写文本文件, CString strLine while(file.ReadString(strLine)){str = strLine + \"P-Tree\" a<<str<<end
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:38227
    • 提供者:yangyong
  1. vc21487899244

    0下载:
  2. 主要源码: 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
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:41579
    • 提供者:HUGH RENNY
  1. VB_IniFile

    0下载:
  2. 一个读写Ini文件的类,开发平台VB6.0-a reader Ini document type, development platforms VB6.0
  3. 所属分类:文件操作

    • 发布日期:2024-06-05
    • 文件大小:7168
    • 提供者:
  1. readstring

    0下载:
  2. <fstream> 类通过重载 >> 操作符来读取文件,重载 << 操作符向文件写入数据。每个操作符都有几个重载的版本,分别用于各种内建的数据类型。-<fstream> category through the overloaded>> operator to read files, overloaded <<operator writes data to the
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:盛晓峰
  1. main

    0下载:
  2. 纯真版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
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:1111
  1. VCtxt

    0下载:
  2. 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
  3. 所属分类:文件操作

    • 发布日期:2024-06-05
    • 文件大小:1987584
    • 提供者:yangyong
  1. vc21487899244

    0下载:
  2. 主要源码: 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
  3. 所属分类:文档资料

    • 发布日期:2024-06-05
    • 文件大小:40960
    • 提供者:HUGH RENNY
  1. OrderReadFile

    0下载:
  2. 主要通过CStdioFile类的ReadString方法实现,用于一次读取文本文件的一行-Mainly through CStdioFile method ReadString category for the first line to read a text file
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:1880064
    • 提供者:张国辉
  1. CIni

    0下载:
  2. ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:5120
    • 提供者:Gavin
  1. DelphiLimitEncryption

    0下载:
  2. 本例中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
  3. 所属分类:编程文档

    • 发布日期:2024-06-05
    • 文件大小:9216
    • 提供者:kw
  1. readstring

    0下载:
  2. 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.
  3. 所属分类:系统编程

    • 发布日期:2024-06-05
    • 文件大小:32768
    • 提供者:罗学军
  1. CIni

    0下载:
  2. ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-05
    • 文件大小:5120
    • 提供者:huang951358
  1. modbus开发类库

    0下载:
  2. using HslCommunication.ModBus; using HslCommunication; // 读取操作 bool coil100 = busTcpClient.ReadCoil("100").Content; // 读取线圈100的通断 short short100 = busTcpClient.ReadInt16("10
  3. 所属分类:程序开发库

源码中国 www.ymcn.org