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

搜索资源列表

  1. 钢琴(C语言)

    1下载:
  2. 用C语言编写的钢琴,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,应用程序通过读取该文件,能播放音乐。是一种简单的音乐播放器的模型。-C language of the piano, their performances can also be prepared by the broadcast their music files. The latter song is its own document preparation, application procedures
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:46348
    • 提供者:新新
  1. erjinzhi

    0下载:
  2. 读取二进制格式文件,是很好的一个软件 大家可以用这个实现读取-read binary format is a very good software you can use to achieve this reader
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:6636
    • 提供者:丰要
  1. read&write

    0下载:
  2. 提供一个读取和写入文本文件(.txt)的实例给大家技术上的参考
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6377
    • 提供者:关盛鸿
  1. duqu

    0下载:
  2. 读取文件 可以对文件进行读取后修改 然后进行保存-duquwenjian
  3. 所属分类:Document

    • 发布日期:2017-03-26
    • 文件大小:514
    • 提供者:wang
  1. several_details_on_C

    0下载:
  2. 文件包括C函数调用的深层机制,C缺陷与陷阱,C语言头文件的使用以及C里的文件读取探索四篇TXT文档。-Documents include C function calls the underlying mechanism, C defects and traps, C language header files, as well as C where the use of exploration 4 TXT file to read the document.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:19239
    • 提供者:齐慧玲
  1. program

    0下载:
  2. 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:2140
    • 提供者:孔秀平
  1. readwritetext

    1下载:
  2. 【MATLAB】读取和写入文本文件,MATLAB to read and write text files-】 【MATLAB to read and write text files
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:1190
    • 提供者:Matthew
  1. RS232_U

    0下载:
  2. vc下单片机的txt文件读取,保存,并能将其数组生成波形-vc to read the file under the SCM show drawing
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:5053328
    • 提供者:孙敖
  1. config

    0下载:
  2. 该代码描述了通过配置文件来对硬件寄存器的设置。配置文件读取后会存在结构体当中-The code describes the configuration file by setting the hardware register. After reading the configuration file structure which will exist
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:367513
    • 提供者:zhanghuanxin
  1. webanquan

    1下载:
  2. web安全主要包括sql注入、任意文件上传、下载、任意文件读取、写入、xss跨站脚本漏洞等-Web security mainly includes SQL injection, arbitrary file upload, download, arbitrary file read, write, XSS XSS vulnerabilities
  3. 所属分类:Project Manage

    • 发布日期:
    • 文件大小:821265
    • 提供者:关龙
  1. WAV-file-format

    0下载:
  2. wav格式的声音文件格式详解,方便自己编程实现wav文件读取的时候了解文件格式-wav format sound file format Detailed programming wav file read to understand the file format
  3. 所属分类:File Formats

    • 发布日期:2017-11-09
    • 文件大小:24519
    • 提供者:侯凯
  1. Activity_AET

    0下载:
  2. 计算机图形学,利用活性边表,进行多边形的填充。采用文件读取的方式。-Computer graphics, the use of the active edge table, polygon fill. File read.
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:8604
    • 提供者:冯冰
  1. DZT-File-Head-format-Reading-Program

    0下载:
  2. 探地雷达DZT格式头文件读取程序,从网上找的,准确性需要确定。-DZT File Format Reading Program
  3. 所属分类:File Formats

    • 发布日期:2017-11-07
    • 文件大小:1158
    • 提供者:sbrpt
  1. speedtest

    0下载:
  2. 文件读取测速,创建各个大小的文件,用于文件读取测试,随机读取。-speed test of the file
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:41067
    • 提供者:常哲
  1. H264Android

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:243426
    • 提供者:caojin
  1. ini

    0下载:
  2. ini 配置文件解析和读取,可以创建多个,互不影响(Parse ini configure file into map for read.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:ideadawn
  1. FindwordCnt

    0下载:
  2. 1 .工作从控制台读取文本文件的名称。 2。在文本文件中逐行读取。 3。把每一行分成单词,丢弃标点,把所有的字母都折叠进去小写。 4。存储唯一的单词并保持对每个不同单词的计数。 5。首先通过减少计数,如果有多个单词,相同的数,按字母顺序。 6。在已排序的列表中输出前十个单词,以及它们的计数。 7。在列表中输出最后十个单词,以及它们的计数。(1. Read the name of the text file from the console. 2. Read in a text fi
  3. 所属分类:文章/文档

    • 发布日期:2017-12-19
    • 文件大小:177152
    • 提供者:斯里琴魔
  1. SegyRead

    0下载:
  2. segy数据读取,可以有效读取地震数据中的道头文件等,具有一定操作性(Segy data reading, can effectively read the seismic data in the header file, etc., has a certain operability)
  3. 所属分类:软件工程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:天下798898
  1. 归档

    0下载:
  2. 读取netcdf文件参数,适用于卫星测高,jason3卫星(Read netcdf file parameters, suitable for satellite altimeter, jason3 satellites)
  3. 所属分类:文件格式

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:zuiai1900
  1. Labview读取Excel内容

    0下载:
  2. 打开excel文件并写入多通道数据。适合Labview针对Excel的操作
  3. 所属分类:其它文档

« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com