搜索资源列表
cfg_read
- 包括了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
check_os
- 此程序的功能为:0。读取mbr信息,取活动分区的dpt(分区表信息),从中取出分区的起始 柱面号,磁头号,扇区号 1。读取DBR字段,从中取出硬盘参数和FAT32文件系统的信息。 2。根据1中的信息,读取C盘根目录区 3。在根目录区中查找要检测的文件名,找到,则取出它的起始簇号和文件长度。 4。根据起始簇号找到此文件对应的扇区和在FAT表中的簇链 5。根据4的信息,控制读取文件的数据(用来做校验和)。 6。检测下一个文件名,重复3-5步-this progra
libconfigure
- 一个读取配置文件的共享库.这个C库已经经过很长时间使用,现在已经比较稳定.-a configuration file to read the shared library. The C library has been used after a very long time, now more stable.
ReadBitmap
- 一个简单的读取位图图像文件信息的程序,c语言实现。-read a simple bitmap image file information procedures, c language.
a1
- 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. ==============
模拟二级文件系统
- 用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
200218024郝亮
- 一个c++de的词法分析此程序可以通过读一个文本文件来进行词法分析-a lexical analysis of this procedure can read a text file for lexical analysis
c_compiler.rar
- 一个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
ucore-lab1
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
Cwave
- 用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
CIniEx
- 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.
userkernelspace
- 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
image
- 并行计算程序 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
c-Syntax-analysis
- 完成标准的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
Lexical-analysis
- 汇编语言词法分析器的设计,采用c语言编写,可以实现从文件中读入字符后进行分类。-Design, assembly language lexical analyzer c language, can read characters from a file classification.
file
- 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
UltraEdit32
- 一个很好用的编译器,可以阅读和编译各种格式的文件,C,C++,TXT等等。-File a good use of the compiler, and the compiler can read a variety of formats, C, C++, TXT, etc..
cchart
- 本代码主要是一个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
map_generate
- 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
HDF5program
- 【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