CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 文件操作

搜索资源列表

  1. dialogfloder

    0下载:
  2. VC.NET文件对话框文件夹操作演示,演示了如何调用系统的“选择文件”对话框和“新建文件夹”对话框,看似简单,但平时编程时候经常用到,复杂就是从简单做起,呵呵,希望想学习VC.NET的新手能下载源码了解一下。-VC.NET file dialog folder operations demo demonstrates how to call the system "Choose File" dialog box and the "New Folder" dialog box, seemingly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:42371
    • 提供者:gxtxtplg
  1. Exceltext

    0下载:
  2. VC++ Excel文件的导入和导出操作程序源代码,包括生成Excel,从Excel文件导入,导出Excel文件内容到指定文件中等操作,挺实用的一个Excel操作VC示例例子-VC++ Excel file import and export operations program source code, including the generation of Excel, import from Excel file, export Excel file contents to the spe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:48225
    • 提供者:kpudn79
  1. FileInternet

    0下载:
  2. 文件传输代码,适合VC,分段思想操作,高效而且快速,并附有进度条显示!-file transfer code, for the VC, sub-thinking operation, efficient and fast, with a progress of the show!
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:7706
    • 提供者:iswasa
  1. glext

    0下载:
  2. OpenGL 资源头文件,glext.h。是纹理操作的必备文件。将此文件放入C:\Program Files\Microsoft Visual Studio 8\VC\include\GL即可-OpenGL resource header file, glext.h. Texture is an essential file operations. Place this file in C: \ Program Files \ Microsoft Visual Studio 8 \ VC \ i
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:30690
    • 提供者:李冬冬
  1. FileInternet

    0下载:
  2. 文件传输代码,适合VC,分段思想操作,高效而且快速,并附有进度条显示!-file transfer code, for the VC, sub-thinking operation, efficient and fast, with a progress of the show!
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:7822
    • 提供者:versito
  1. FTPfilebianli

    0下载:
  2. VC++演示FTP文件遍历功能的程序源码,测试时候需要输入FTP的IP地址、端口、用户名和密码等信息,然后点击“遍历”按钮,程序可连接FTP并显示远程目录下的所有文件,包括文件夹等。目录遍历和文件遍历在IO接口操作中,非常常见,使用频繁,有兴趣可参考这个基础的文件遍历功能的实现。-VC++ FTP demo file traversal function test program source code, when the need to enter the FTP IP address, po
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:20420
    • 提供者:lpudn65
  1. RdWrtHgFile

    0下载:
  2. VC++读写大块资料(二进制)文件,可进行流媒体操作-Implemented in C++ using the binary random access
  3. 所属分类:File Operate

    • 发布日期:2017-05-22
    • 文件大小:6376468
    • 提供者:龙俊
  1. cyuyanshiyan

    0下载:
  2. C语言程序设计的一些基本操作练习编程,包括数组、指针、文件、结构体等-some exercises of VC,including some basis practices
  3. 所属分类:assembly language

    • 发布日期:2017-05-16
    • 文件大小:4055740
    • 提供者:淘气鬼
  1. WriteLog_Example

    0下载:
  2. vc中对日志文件记录的一些例程,包括在vc 2010上的原始例子,作为一次知识的积累,对日志文件的操作可以参考进行。-Some routines with vc in record log files.
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1748963
    • 提供者:谢席珍
  1. ReadExcel

    0下载:
  2. 这是一个关于excel文件的读取和写入操作,采用VC编写,可以将Excel数据读取-This is a about excel file read and write operations, using VC to write, excel data can be read
  3. 所属分类:Other systems

    • 发布日期:2017-05-31
    • 文件大小:13140190
    • 提供者:mifeng
  1. 2015xml_opr

    0下载:
  2. 一个简易的xml操作的vc++例程,挺有用的,对于读取关于xml配置文件的情况下特别有用,希望对大家有用。-A simple XML operation vc++ routines, very useful, to read about XML configuration file is specifically useful in situations, I hope useful for everyone.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:163038
    • 提供者:Morgan
  1. TreeData

    0下载:
  2.  VC++操作Tree控件,点击TRee的节点可依次展开二级节点,Tree节点应用是相当广泛的。要运行程序必须将数据库文件夹Database(包含数据库文件City.mdb)与可执行文件放在一起,如果在vc开发环境中运行,则需要将该数据库文件夹放在工程目录下。-VC++ Operation Tree control, click on a node can be expanded in order TRee secondary node, Tree node application is qui
  3. 所属分类:TreeView

    • 发布日期:2017-04-07
    • 文件大小:57093
    • 提供者:dfjdj
  1. FtpFile

    0下载:
  2. VC++演示FTP文件遍历功能的程序源码,测试时候需要输入FTP的IP地址、端口、用户名和密码等信息,然后点击“遍历”按钮,程序可连接FTP并显示远程目录下的所有文件,包括文件夹等。目录遍历和文件遍历在IO接口操作中,非常常见,使用频繁,有兴趣可参考这个基础的文件遍历功能的实现。-VC++ demo FTP file traversal function of program source code, test time required to enter the FTP IP address,
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:21093
    • 提供者:dfjdj
  1. ExtractFile

    2下载:
  2. 用VS 2005的平台,用VC的MFC框架,帮朋友做的一个excel的提取文件的工具,包括excel的读写操作,还有部分文字处理,-Withthe VCMFCframeworkto help a friendto dowithVS2005platforman excelfileextractiontools, includingexcelinreading and writing,as well as someword processing,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-29
    • 文件大小:11298736
    • 提供者:王志强
  1. PEid-0.94

    0下载:
  2. 现在的软件大都加了壳,给破解汉化带来非常大的不便。PEiD 能够侦测出几乎所有的壳,其数量已超过 470 种 PE 文件的加壳类型和签名,新的 0.93 版本增加了命令行的操作支持,使用非常方便。经分析是目前各类查壳工具中性能最强大的一款。另外还可识别出 EXE 文件是用什么语言编写的,比如:VC++、Delphi、VB 或 Delphi 等。-Most current software plus a shell to crack localization bring great inconve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:314427
    • 提供者:胡锦涛
  1. TIniFile

    0下载:
  2. BCB的TIniFile类在VC++中的对应,功能是用来操作INI文件,完善了其中的构造函数.-BCB' s TIniFile class VC++ corresponding function is used to operate the INI file, which improved the constructor.
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:1454
    • 提供者:
  1. dialog_ex1

    0下载:
  2. 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1867706
    • 提供者:陈沛涵
  1. SerialPort_class_files_improved

    0下载:
  2. 基于VC的串口操作类。在vc环境下串口设备被当作文件读写,该类文件较好的封装了各种操作接口,方便上位机与下位机通讯。- Class-based VC serial operation. Vc environment is treated as file read and write serial devices, such documents better encapsulates various user interface, easy PC machine communication a
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:9268
    • 提供者:afati
  1. VCPPseismic-SEGY

    0下载:
  2. 地震勘探采集的地震数据一般以地震道为单位进行组织,采用SEG-Y文件格式存储。SEG-Y格式是由SEG (Society of Exploration Geophysicists)提出的标准磁带数据格式之一,它是石油勘探行业地震数据的最为普遍的格式。读取数据后经过处理可以得到有关地下构造和岩性等大量有用信息信息。但是原始数据数据量庞大而且杂乱无章,为了使大量的数据变得直观、易于理解,揭示数据间的内在联系,必须对原始数据经过一系列变换转换成图形图像,将信息以更容易理解的形式展现出来。VC++功能强
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:578570
    • 提供者:gesila1982
  1. CSpreadSheet_src

    0下载:
  2. 用vc实现的操作EXCEL和符号分隔文本的类文件的小工具源代码-Achieved with the vc operation EXCEL and symbols delimited text class files gadget source code
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7112
    • 提供者:xian6284284
« 1 2 ... 36 37 38 39 40 4142 »
搜珍网 www.dssz.com