CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 文件信息

搜索资源列表

  1. dtu_libary

    0下载:
  2. 该文件主要描述了CDMA-DTU操作的相关函数介绍,包括短信收发控制,主站信息收发等功能。-The document describes the operation of CDMA-DTU correlation function introduction, including messaging control, master messaging and other functions.
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:64.15kb
    • 提供者:林永奔
  1. sgy_data_extraction_trace_by_t

    1下载:
  2. 地震数据segy格式数据文件读取,去道头信息,并按道号读取。读取数据用于后续数据处理。,Seismic data segy format data files to read, go to Road header information, and Road No. read. Read data for follow-up data processing.
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:68.83kb
    • 提供者:Leo
  1. KMLReference.zip

    0下载:
  2. KML 参考手册 KML 2.0介绍 KML全称是Keyhole Markup Language KML,是一个基于XML语法和文件格式的文件,用来描述和保存地理信息如点、线、图片、折线并在Google Earth客户端之中显示 ,KML Reference
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:416.83kb
    • 提供者:Anykey
  1. bmp-file-format

    0下载:
  2. BMP文件由文件头、位图信息头、颜色信息和图形数据四部分组成。-introduce the format of the bmp
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:2.02kb
    • 提供者:sun
  1. storageofdisk

    0下载:
  2. 硬盘信息的存储方式.word文档,对fat文件系统详细讲解-Hard information is stored. Word document, to explain in detail the fat file system
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:10.24kb
    • 提供者:刘会忠
  1. test

    0下载:
  2. MySQL数据库 其他数据库 汇编语言 SCSI/ASPI 编译器/解释器 磁盘工具 语音合成与识别 编辑器/阅读器 杀毒 中文信息处理 FlashMX源码 并行计算 书籍源码 Delphi控件源码 操作系统开发 中间件编程 MacOS编程 + 电子书籍 VC书籍 Java书籍 Delphi/CppBuilder
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:8kb
    • 提供者:安定
  1. xuejiguanli

    0下载:
  2. 学生学籍管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生学籍管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理文件学籍,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。-School students in an educational management system is an integral part of unit,
  3. 所属分类:File Formats

    • 发布日期:2017-05-06
    • 文件大小:1005.47kb
    • 提供者:spring
  1. transform

    0下载:
  2. 交通信息查询系统,采用数据结构,通过读入文件编写查询系统,可方便旅客查询旅行路程、费用等-Traffic Information System, a data structure, through reading the document preparation system. Inquiries may facilitate the travel distance travelers, the cost
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:7.67kb
    • 提供者:ww
  1. avi

    0下载:
  2. 微软的音频/视频交错(AVI)文件格式是一种RIFF格式的文件规范与应用,捕捉,编辑使用和播放音频/视频序列。一般情况下,AVI文件包含了不同类型的数据多个流。大多数AVI序列将同时使用音频和视频流。一个简单的AVI序列变异使用视频数据,不需要音频流。专门阿维序列可能包括控制赛道作为额外的数据流或MIDI音轨。控制轨道可以控制,如一个MCI光碟机的外部设备。在MIDI轨道可以发挥的顺序的背景音乐。虽然专门序列需要专门的控制程序,利用它的全部功能,应用程序,可以阅读和发挥阿维序列仍然可以阅读和发挥
  3. 所属分类:File Formats

    • 发布日期:2016-01-25
    • 文件大小:11.79kb
    • 提供者:江涛
  1. tongxunlu

    0下载:
  2. 1、 具有添加、删除、显示、修改和查询联系人电话号码的功能。 2、 联系人的信息保存到文件中。 3、 可以实现为控制台程序或图形界面程序。 -1, with add, delete, display, modify, and query functions of contact telephone number. 2, contact information is saved to a file. 3, can be implemented as console program or
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:99.7kb
    • 提供者:李爽
  1. 2

    0下载:
  2. 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:asdf
  1. PDFReference

    0下载:
  2. Adobe公司对PDF文件的描述 纯英文版 里面包含了所有PDF文件信息 如文件结构、文档结构、图表等。 -Adobe PDF document describes the company' s pure English PDF file which contains all the information such as file structure, document structure, graphics and so on.
  3. 所属分类:File Formats

    • 发布日期:2017-05-22
    • 文件大小:6.69mb
    • 提供者:Lee King
  1. ZigBee-API-

    0下载:
  2. 此文件列举了 ZigBee2006 规范兼容 Z-Stack1.4.0 版本中所有组件的 API 接口。有关各个接口的 细信息,包括数据结构和函数调用已做出详细说明,以便于程序员在开发过程中理解和使用。 PI 接口从上(应用层)至下依次介绍。-Z-Stack Programing for developer
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:559.75kb
    • 提供者:Justin
  1. pecoff_v8

    0下载:
  2. PE文件结构 微软公司标准文档信息 希望对大家研究有用-Microsoft standard PE file structure we want to study the document information useful to
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:125.48kb
    • 提供者:frank
  1. hex2bix

    0下载:
  2. 将hex文件转换成iic文件的配置相关信息截图-hex to iic
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:4.42kb
    • 提供者:钱会甲
  1. STEP-data-in-SQL-Server

    0下载:
  2. 将STEP文件提取信息,转入到SQL database中-extrct information from .stp file, and then store into SQL database.
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:236.72kb
    • 提供者:libomiao
  1. test

    0下载:
  2. xml文件登录管理员系统→验证当前用户权限→选择“课程基本资料维护” →管理员添加、 删除或修改更新→验证输入或修改的数据→验证通过: 更新数据库, 验证不通过: 给出提示信息要求用户重新输入。-xml file to login to the admin system → verify the current user privileges → → select the course maintenance administrator to add, delete or modify upda
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:1.22kb
    • 提供者:lwk
  1. bmp-process

    0下载:
  2. bmp格式显示,包括其头文件,信息头,像素值读取,及操作处理-bmp format, including its header file header, the pixel value reading, and processing operations
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:1.31kb
    • 提供者:huang
  1. haoran150408_1

    0下载:
  2. 通过自己构造结构体为读取bmp格式文件信息提供载体从而实现bmp文件信息的读取并将其显示在控制台上-Through its tectonic structure for reading information carrier of BMP file format so as to realize the reading of BMP file information and displays it on the console
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:402.22kb
    • 提供者:zhuhaoran
  1. pdg2pic、freepic2pdf

    0下载:
  2. 将PDG文件转成图像文件(包括TIFF、JPG、PNG),具有下列特色:转换过程不占用系统剪贴板,因此在转换时,不影响用户在前台的正常工作。在打开目录时自动对PDG文件进行格式统计,并报告结果。可以自动将文件按封面、前言、目录、正文、附录的顺序排列,也可以手动调整。提供预览功能,在转换前可以先浏览PDG图像和PDG文件信息。如果转换过程中出现错误,将给出错误日志,便于定位有问题的PDG文件。PDG文件的扫描DPI自动转存入TIFF、PNG文件,便于在转换成PDF文件时指定页面大小。
  3. 所属分类:文件格式

« 12 »
搜珍网 www.dssz.com