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

搜索资源列表

  1. avifiliter

    1下载:
  2. 用vc开发,将AVI文件中的 视频数据进行分割,得到视频数据,这对数据解压非常有用-it can split avi file data to many blocks,it s useful to compression.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:45.95kb
    • 提供者:hyg
  1. 聊天程序源代码

    1下载:
  2. 一个局域网类 聊天的 程序。。拥 vc编写的 。。比较方便 ,大家可以看看,-A LAN chatting program programed with vc.It s convenient.You can have a look at it.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:223.4kb
    • 提供者:无噶的
  1. File-system-chengxue

    0下载:
  2. 该程序是利用vc开发的,对文件的操作进行了详细的讲解,是一个很经典的例子。-that the procedure was developed using vc, the paper's operation for a detailed explanation, is a classic example.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:36.97kb
    • 提供者:田执
  1. LecOfAO+VC

    0下载:
  2. AO+VC教程,ESRI公司的内部培训资料,“Advanced ArcObjects Component Development (C++)”-AO VC Guide, ESRI company's internal training materials, "Advanced ArcObjects Component Development ( C) "
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.71mb
    • 提供者:huangm
  1. VC++GPS

    1下载:
  2. 首先简单介绍了GPS 接收机串口通信的基本概念, 然后通过实例详细介绍了计算机与GPS 接收机进行 数据传输的两种方法: 一种是使用W in32 A P I 通信函数的文件读写方式 另一种是通过VC+ + 6. 0 提供的 M SComm 控件实现。-first brief introduction of GPS receiver serial communication the basic concepts, Then detailed examples of computer and
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:106.92kb
    • 提供者:zhanglili
  1. File

    0下载:
  2. 这是一个对文件进行读写的一个程序,对vc初学者很有用!-This is a a program for read and write , and it s useful for vc++ beginners !
  3. 所属分类:File Operate

    • 发布日期:2017-05-09
    • 文件大小:32.73kb
    • 提供者:林建
  1. VCExcel_data_chart

    2下载:
  2. 自己编的,通过智能指针而不是通过自动化(Automation)可以读写Microsoft Excel文件,输出数据,并能根据函数画出图表,确实很有用,希望对大家能起到抛砖引玉的作用。-It is about control Microsoft Excel by using ptr,it s usefull for read and write Excel
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:909.11kb
    • 提供者:brezze
  1. FileCRC

    0下载:
  2. WINDOWS下读取某个文件的CRC校验码, 开发环境是VC.NET-read file s CRC
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:11.68kb
    • 提供者:sasa
  1. CFolder

    0下载:
  2. WINDOWS下算出某个指定目录的CRC,开发环境是VC.NET-Read folder s CRC
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:14.47kb
    • 提供者:sasa
  1. VCPrjToHtml

    0下载:
  2. 大部分VC编程的朋友都遇到过这种情况:写过的一大堆工程代码在硬盘里放着,有时候想找某个工程的源代码查看都找不到,同时一些不舍得删又没多大用的工程放在哪儿也占地方,像我就下载了很多教程的配套源代码,大小差不多有两三个多G,放在那儿实在是占地方。而且查看时得一个文件夹一个文件夹的找,太麻烦。所以没事就借用了Mike Benzinger写的的CppToHTML转换代码,写了一个将VC工程目录下的.cpp、.c、.h文件转换成html网页文件,同时将工程所需的所有项目文件、源文件、资源文件打包成rar的
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:391.39kb
    • 提供者:刘磊
  1. WordAutomation

    0下载:
  2. VC操作word中表格的小程序,包含了word中表格的常用操作。-It s a small program of VC operated the table in word . It contained common operation.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:51.26kb
    • 提供者:Fisher Yu
  1. test.txt

    0下载:
  2. 在vc中使用这些代码函数可以清空浏览器的历史记录。-Use the code function in vc can clear your browser' s history.
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:2.01kb
    • 提供者:zhaoji
  1. ConvertUCSDoc

    0下载:
  2. VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:26.82kb
    • 提供者:cooliang
  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
    • 文件大小:1.42kb
    • 提供者:
  1. YZFVM76

    0下载:
  2. 第一个例子,同样的混合变成,第一部分,是一个不错的vc和matlab结合的例子-The first example, the same mix into, the first part, it s a good example of vc and matlab combined
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:167kb
    • 提供者:pheosdek
  1. undey__cant

    0下载:
  2. 可以在VC下运行的万年历,解决了在VC下不能解决的gotoxy函数问题-Can run under the VC s calendar, solved under the VC can t gotoxy function to solve the problem
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:10kb
    • 提供者:rhrbuwh
  1. goobprmceduzes

    0下载:
  2. vc 写的按照系统时间走的的数字时钟程序,不错的源码,可以-Vc written according to the system s time to go digital clock procedures, good source code, you can
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:95kb
    • 提供者:Rhgcdz
  1. 利用VC实现Word文档预览

    0下载:
  2. 利用VC实现word文档预览功能,可以将预览嵌入到应用的对话框中。原理是:先调用word的ole接口将doc文件转换为pdf,再利用pdf2swf.exe工具将pdf转换为swf,利用swf进行预览。内有详细的说明文档。(Using VC to implement the word document preview function, you can embed the preview into the dialog box of the application. The principle i
  3. 所属分类:文件操作

    • 发布日期:2018-04-28
    • 文件大小:2.6mb
    • 提供者:wxfight
搜珍网 www.dssz.com