搜索资源列表

  1. ply文件格式源代码

    0下载:
  2. 三维图形学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。-3D Computer Graphics.VC in/out source code of a file format about reverse engineering .
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-20
    • 文件大小:53248
    • 提供者:李飞
  1. 读文件及文件夹类

    0下载:
  2. 读取文件以及文件夹的类,包含执行文件以及头文件-read the document and folders, are contained documents and the implementation of the first document
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. TTS读文本文件

    0下载:
  2. 利用Windows 系统中的语音系统发声,用户打开文本文件,将整个文件读出来。-use of the Windows operating system audible voice, the user opens a text file, the entire file read out.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-20
    • 文件大小:305152
    • 提供者:郭佰胜
  1. 读写XML文件

    0下载:
  2. 这是一个以VB编写的XML读写文件的例子,可以作为客户端掉用web service的工具-This is a sample about using VB to read &write XML files,it can be use as a tool that client invoke web service.
  3. 所属分类:xml/soap/webservice

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:张乐平
  1. 一个完善的读取3DS文件例子

    0下载:
  2. 可以用来读取3DS文件模型,一个非常完善的类,可读较大一部分3DS模型-used to read 3ds model. It is perfect class which is able to read mostly 3ds model
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-20
    • 文件大小:966656
    • 提供者:我是谁
  1. U盘文件系统

    0下载:
  2. 详细描述关于U盘的文件系统的开发,资料绝对很有用-write up flash disk file system developing,it is very useful for you.
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:128000
    • 提供者:wei
  1. ReadTxt

    0下载:
  2. VC++代码,读取txt文本文件。由于读取txt文本的方法很多,本例子仅供参考。-VC++ source code to read TXT text files. Because there are many ways to read TXT files, this example is only for reference.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:张锐
  1. RdWrtIni

    0下载:
  2. 用VC写的读写INI文件的源程序,简单易与理解,对你一定有帮助-VC reader wrote INI file of the source, simple and easy to understand, you have to help!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:40960
    • 提供者:赵建飞
  1. bmp图像浏览器

    0下载:
  2. 实现bmp图像文件的读入和存取,同时能对bmp文件进行基本的编译,如:放大、截取-This programme can read and save bmp image meanwhile it can operate the bmp image file basically ,for example, zoom and cut the image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:970752
    • 提供者:沈胜衣
  1. 读写image到database

    0下载:
  2. c#制作的对sql数据库进行,图象文件的写入,的一个例子,-produced by the right sql database, image documents write, in one example,
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:gu
  1. 读写保存文件的源代码

    0下载:
  2. VB读写保存文件的源代码(读写保存文件的源代码.ZIP)-VB literacy preserve the source code (Save the file to read and write the source code. ZIP)
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Liu
  1. VC 文件操作

    1下载:
  2. VC资料,值得一读。 编程交流请E_mail Me:ghcyq@263.net-VC information, it is worth a read. Exchange program please reproduced Me : ghcyq@263.net
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:阿冲
  1. IniFileNew

    0下载:
  2. 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:随便看看
  1. 文件传送

    0下载:
  2. 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:sasa
  1. AConfig

    0下载:
  2. 一个读写INI配置文件的类CConfig,其中完整封装了对INI各种读写的操作,具体例子参考一段源代码Example.cpp。-a reader INI configuration file class CConfig, Packaging integrity of the various literacy INI, the operation of a reference to specific examples of source
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:申屠航兵
  1. CF卡完整读写驱动

    0下载:
  2. UC/FS做的文件系统很好.高版本的一般只有库文件.CF卡是一种很方便的存储设备。网上可得到的CF卡的驱动程序少三个文件:初始化、读和写。本代码测试读写成功。-UC/FS file system so well. High-only version for the general document. CF card is a very convenient storage devices. Online availability of
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:亲镇
  1. 第1章-SD卡读写模块

    0下载:
  2. 第1章-SD卡读写模块 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,sdconfig.h通常会有改动. 4. 例子见上一级目录的SDExample目录.-Chapter 1-SD Card Reade
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-20
    • 文件大小:168960
    • 提供者:k14789
  1. ASP大文件上传加目录直读

    0下载:
  2. ASP大文件上传加目录直读.rar ASP大文件上传加目录直读.rar -ASP plus large file upload directory Direct Reading. RarASP large file uploads increase Contents Direct Reading. RarASP large file uploads increase Contents Direct Reading. RarASP lar
  3. 所属分类:WEB源码

    • 发布日期:2024-05-20
    • 文件大小:48128
    • 提供者:青云
  1. WinCE显示JPEG、读写INI文件

    0下载:
  2. 采用Platform Builder进行编程,可以显示JPEG图像、并读取INI文件。在嵌入式定位导航系统中应用。-using Platform Builder program can display JPEG images. INI file and read. Embedded in the GPS navigation system applications.
  3. 所属分类:Windows CE

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:新新
  1. 钩子实现文件或端口读写的截取&

    0下载:
  2. 基于Delphi的介绍钩子原理,利用钩子原理来实现文件和端口的截取-based Delphi introduced hook principle, the use of hooks to the principle of documents and the interception of ports
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:363520
    • 提供者:王熠
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org