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

搜索资源列表

  1. 游戏资源包生成器

    1下载:
  2. 以前写小游戏的时候写的打包工具。这次重写了个GUI界面。附带C++ SDK源代码。 .NET 编译通过。给游戏玩家又一个好的工具,欢迎共同学习,商讨。-before the game was small when written in packing tools. This rewrite of the 000 GUI interface. Fringe C SDK source code. .NET compile. For gamers also a good tool, welcomed
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:54216
    • 提供者:解放
  1. 文件快速启动,并且有和QQ几乎一样的界面 1.0

    0下载:
  2. 文件快速启动,并且有和QQ几乎一样的界面-document Quick Start, and a QQ and almost the same interface
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:186062
    • 提供者:天照
  1. 写满硬盘程序

    0下载:
  2. 生成一个文本文件,用来写满磁盘空间的程序,速度特别快,界面清晰.-generate a text file, the disk space used for a full procedure, particularly fast speed, interface clarity.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46889
    • 提供者:袁青芳
  1. 文件快速启动

    0下载:
  2. 文件快速启动,并且有和QQ几乎一样的界面啊-document Quick Start, and a QQ and almost the same interface ah
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:248115
    • 提供者:杨钢
  1. 搜索子目录(VC源码)

    0下载:
  2. (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n) 级目录。 -(1) interface and CFileF
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3333
    • 提供者:牛牛
  1. FilesNet146102

    0下载:
  2. 本系统是在asp版《在线文件管理器》的基础上设计制作,取其精华,弃其糟粕,功能更强,效率更高,具有以下特点: 1。采用三层结构开发,程序逻辑和用户界面彻底分离,可轻松换肤。 2。全部代码采用Ultra Edit编写,不使用任何可视化开发工具,精确控制代码流程,确保代码高效率运行。 3。自行开发自定义控件,不产生任何一丁点的HTML代码冗余。 4。尽可能的减少客户与服务器的交互,降低对服务器资源消耗,减少网络传输。 5。真正多用户系统,可分别为每个用户设置可管理的文件类型,目录
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:337231
    • 提供者:李工
  1. Simple_PhoneBook

    0下载:
  2. 一个简单的电话本程序。该程序为完全采用标准C++进行开发的控制台程序,没有采用复杂的数据库存储数据——改用记事本。注意,本程序听起来比较简单,可是当你看到控制台的界面的时候,你才会发现控制台也会做出如此方便、易用的程序。对学习标准C/C++,特别是文件处理,系统设计等有很大帮助。-a simple telephone this procedure. The procedure uses the standard C for the development of the Console, with
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26772
    • 提供者:李明
  1. a.drive.of.pic.in.linux

    0下载:
  2. 技术指南 :嵌入式系统与pic总线接口设计的技术指南-technical guidelines : Embedded System Bus Interface pic with the technical design guidelines
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:411893
    • 提供者:絮絮
  1. interface1

    0下载:
  2. 介绍了TI公司的各种接口的选型,有非常高的实用价值-TI introduced the interface selection, is a very high practical value
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:992799
    • 提供者:刘星
  1. JColorChooser2006

    0下载:
  2. 直接以ColorSelectionModel的addChangeListener()方法来检测用户是否对颜色的选择有所改变。每当用户在JColorChooser上做一次颜色的改变时,就会触发ChangeEvent事件,因此我们必须实现ChangeListener界面来处理这个事件。-directly to the addChangeList ColorSelectionModel ener () method to detect whether users choose the right co
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:袁慧萍
  1. 02_1

    0下载:
  2. 本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为-the procedures for lexical analysis : DOS interface input from the C his statement, and in the end, # (attention to the need to put an e
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:272673
    • 提供者:李微
  1. filedivide

    0下载:
  2. 这是一个界面优秀的文件分割联合程序源代码 -This is a good document interface undivided joint program source code
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:62685
    • 提供者:cpwhu
  1. FileCutAndEquipment

    0下载:
  2. 完成文件分割和分割后的文件重新组装起来,为了减少程序尺寸,所有源代码都本人是用纯粹的c/c++编写的,可执行程序只有200K大小。没有用MFC,因此是命令行界面的。但功能绝对强大,不好用你砍我。-completed document segmentation and segmentation of the files reassembled and procedures in order to reduce size, all source code is purely my c / c pre
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8464
    • 提供者:haifeng
  1. seriADDAtoDSP

    0下载:
  2. 串行A-D 和D-A 转换芯片与DSP 接口方法,具有一定的实用价值-serial A-D and D-A converter chip DSP interface method has some practical value
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:181746
    • 提供者:江寒
  1. PowerDBF

    0下载:
  2. 一个接口齐全,功能强大的DBF类,由DELPHI实现.-a complete interface, powerful DBF category, DELPHI.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5629
    • 提供者:lilb
  1. FielAllot

    0下载:
  2. 本程序实现的功能主要以块方式对文件进行复制拷贝,然后读取文件中数据把块作为 缓冲通过串口发送数据。具体程序见界面上三个按纽的响应函数-the program's main function right way to block copying of documents. Then read data include documents as a block buffer data sent through the serial port. See specific proced
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:557106
    • 提供者:lizd
  1. java_interface_instance

    0下载:
  2. this a java instance about interface application-this a java instance about interface app lication
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4571
    • 提供者:高莉莉
  1. User_plane_resource_creation_in_MGW

    0下载:
  2. By the end of this document module you should be able to: • Describe Nb interface • Describe Mc and NPI interface • Describe Iu-Cs and A interface • Describe MGW-PSTN/PLMN interface • Describe MGW as a cross-c
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:998134
    • 提供者:高乐高
  1. A-graphical-interface-file-system

    0下载:
  2. 模拟一个简单的文件系统,实现文件系统的管理和控制功能。通过模拟文件系统实现的基本功能,了解文件系统的基本结构和文件的各种管理方法,加深理解文件系统的内部功能及内部实现。-Simulation a simple file system, realize the file system management and control function. Through the simulation of the basic functions of the system files, understa
  3. 所属分类:File Operate

    • 发布日期:2017-05-27
    • 文件大小:9835336
    • 提供者:longer
  1. ThbsThbsdeveloper

    0下载:
  2. This a interface for monitoring system interface configuration file, the specific contact developer interface editing tools
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:100352
    • 提供者:JNImrx!8545
« 12 3 4 5 6 »
搜珍网 www.dssz.com