CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - read a file c

搜索资源列表

  1. cfg_read

    0下载:
  2. 包括了C/ASM的两种代码读配置文件的程序,都是采用了模块化的设计技术,读配置文件模块可重复使用/移植-including the C / ASM code reading of the two configuration files procedures are a modular design techniques, read the configuration file modules can be reused / transplantation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.27kb
    • 提供者:tonyyang
  1. check_os

    1下载:
  2. 此程序的功能为:0。读取mbr信息,取活动分区的dpt(分区表信息),从中取出分区的起始 柱面号,磁头号,扇区号 1。读取DBR字段,从中取出硬盘参数和FAT32文件系统的信息。 2。根据1中的信息,读取C盘根目录区 3。在根目录区中查找要检测的文件名,找到,则取出它的起始簇号和文件长度。 4。根据起始簇号找到此文件对应的扇区和在FAT表中的簇链 5。根据4的信息,控制读取文件的数据(用来做校验和)。 6。检测下一个文件名,重复3-5步-this progra
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.26kb
    • 提供者:江河
  1. libconfigure

    0下载:
  2. 一个读取配置文件的共享库.这个C库已经经过很长时间使用,现在已经比较稳定.-a configuration file to read the shared library. The C library has been used after a very long time, now more stable.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.96kb
    • 提供者:nier
  1. ReadBitmap

    0下载:
  2. 一个简单的读取位图图像文件信息的程序,c语言实现。-read a simple bitmap image file information procedures, c language.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:皮凤明
  1. a1

    0下载:
  2. Task A ?read from a file, one set of 1000 random values to be sorted and repeat 1000: o sort data using the iterative sort ?record the total time used for the 1000 calls ?repeat the above steps using the quick sort algorithm. ==============
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.45kb
    • 提供者:zhang wei
  1. 模拟二级文件系统

    3下载:
  2. 用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,delete,close,copy,read,write,f
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:18.56kb
    • 提供者:唐瑜
  1. 200218024郝亮

    0下载:
  2. 一个c++de的词法分析此程序可以通过读一个文本文件来进行词法分析-a lexical analysis of this procedure can read a text file for lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.08kb
    • 提供者:章鱼费
  1. c_compiler.rar

    0下载:
  2. 一个C编译器源码。生成386或m68K代码。代码生成是相当不错。,This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some iss
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:209.82kb
    • 提供者:木青
  1. ucore-lab1

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1.65mb
    • 提供者:gyh
  1. Cwave

    0下载:
  2. 用C++编写的一个软件,完成对一个语音信号的内插和抽取。语音数据以wav格式、单声道存储,编码方式为PCM。可完成的功能为: (1)读wav文件; (2)写wav文件; (3)对语音数据进行内插和抽取。 -Written in C++, a software, to complete a voice signal decimation and interpolation. Wav format, voice data, single-channel storage, encodi
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:864byte
    • 提供者:梦游
  1. CIniEx

    0下载:
  2. INI文件操作C++类,可实现读写删除操作,支持各种数据类型,方便好用。-INI file operations C++ Category can be deleted to achieve read and write operations, supports a variety of data types, easy-to-use.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4.69kb
    • 提供者:alex
  1. userkernelspace

    0下载:
  2. A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:920byte
    • 提供者:harish
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1.91kb
    • 提供者:刘铭
  1. c-Syntax-analysis

    0下载:
  2. 完成标准的c语言语法分析,实现所有的功能,可以运行,需提前写入文件,因进行的是文件的读取-Completion of the standard C language syntax analysis, all the features, you can run in advance to write to a file, a result of the file read
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:250.32kb
    • 提供者:侯超俊
  1. Lexical-analysis

    0下载:
  2. 汇编语言词法分析器的设计,采用c语言编写,可以实现从文件中读入字符后进行分类。-Design, assembly language lexical analyzer c language, can read characters from a file classification.
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:2.33kb
    • 提供者:杨毅
  1. file

    0下载:
  2. C语音实现磁盘文件读写,用文件指针对磁盘文件进行读写,按二进制或者块读写操作-C voice to realize disk file to read and write, read and write in file pointer to a disk file, according to the binary or piece of read and write operations
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:590byte
    • 提供者:刘宁宁
  1. UltraEdit32

    0下载:
  2. 一个很好用的编译器,可以阅读和编译各种格式的文件,C,C++,TXT等等。-File a good use of the compiler, and the compiler can read a variety of formats, C, C++, TXT, etc..
  3. 所属分类:Editor

    • 发布日期:2017-05-22
    • 文件大小:6.35mb
    • 提供者:李乐
  1. cchart

    0下载:
  2. 本代码主要是一个CChart图表控件的使用,该图表曲线显示很方便,通用性很好。-CChart is a powerful plotting tool for 2D & 3D data visulization in C++ interface, with interaction of mouse and keyboard. Please read the file Document\Userguide.chm for detailed infomation. The VC6 proj
  3. 所属分类:source in ebook

    • 发布日期:2017-05-25
    • 文件大小:7.55mb
    • 提供者:范永康
  1. map_generate

    0下载:
  2. labview机器人模拟环境中常使用stl文件存储环境信息。该C++程序可读取.stl文件中地图环境信息转换为0/1表示的矩阵。- labview robot simulation environment is often used in stl file storage environment information. The program can read .stl file information into a map of the environment 0/1 matrix re
  3. 所属分类:LabView

    • 发布日期:2017-05-04
    • 文件大小:351.46kb
    • 提供者:deng
  1. HDF5program

    0下载:
  2. 【HDF5program.rar】关于HDF5文件科学数据集,属性,群组等的创建或读写操作。- 【h5_crtdat.c】Create a dataset 【h5_rdwt.c】Read and write to a dataset 【h5_crtatt.c】Create an attribute 【h5_crtgrp.c】Create a group 【h5_crtgrpar.c】Create groups in a file using absolute and
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:11.42kb
    • 提供者:_mono
« 12 »
搜珍网 www.dssz.com