CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - offset file

搜索资源列表

  1. 从BMP文件中装入位图并显示(6KB)

    0下载:
  2. 从BMP文件中装入位图并显示 the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7.41kb
    • 提供者:刘永平
  1. diskaccess

    0下载:
  2. 编译环境:VC6.0及以上版本 读写扇区(以字节或字读取) 读写簇(以字节或字读取) 读取FAT项 获取BPB信息 获取某文件或文件夹的目录项信息(入口簇及偏移量) 设置目录项信息(可以通过这来实现更改文件名,文件属性,创建时间等信息)-build environment : VC6.0 and above reader Sector (byte or word reader) to read and write Cluster (byte or word read
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:82.83kb
    • 提供者:郭发发
  1. EXE文件格式分析

    1下载:
  2. EXE文件格式分析:包括调用文件,D0S头分析,数据目录表,文件偏移量,节表描述,程序入口在文件中的偏移位置和属性查询-EXE file format Analysis : Calling including documents, D0S first analysis, data directories, documents offset, Table section describes procedures at the entrance of the paper offset locatio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36.57kb
    • 提供者:路阳
  1. FileTrick

    0下载:
  2. 1.程序的设计思路 该程序用于对一个文件夹下的所有文件进行扰乱,使程序打不开(文本文件除外)。 扰乱算法,是把每个源文件的头部500字节保存到一个目的文件中,并记录该源文件文件名于目的文件中,源文件中的头部500字节用0代替。而目的文件为每个源文件提供的1k的固定长度存放头部500字节和源文件的文件名,源文件的修改后文件名为其信息在目的文件中的偏移序号,并且以.trick为后缀。 复原算法,就是以上过程的逆过程。 另外,考虑到文件扰乱的权限问题,本程序在执行扰乱时需要设置口令,执
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:110.29kb
    • 提供者:luoyt99
  1. Resolution_Ip_Package

    0下载:
  2. 捕获网络中的IP数据包,解析数据包的内容,将结果显示在标准输出上,并同时写入日志文件。  程序的具体要求如下:   1)以命令行形式运行:ipparse logfile,其中ipparse是程序名, 而logfile则代表记录结果的日志文件。 2)在标准输出和日志文件中写入捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。  3)当程序接收到键盘输入Ctrl+C时退出。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:47.7kb
    • 提供者:skyfloorone
  1. rawsource

    0下载:
  2. RawSource (string filename, int width, int height, string pixel_type, int offset) # for loading raw video data # # filename: the raw file e.g. a YUV-file # width, height: you must specify the image dimensions. width is max 2880 # pixel_type
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:34.36kb
    • 提供者:mysticboy
  1. 文件剪切

    0下载:
  2. 设置起始地址,文件大小,名字,就可以剪切出想要的Bin文件的某个部分 printf(" filecut \r\n"); printf("\r\n"); printf(" /address : File Offset\r\n"); printf("\r\n"); printf(" /sizeof : File size\r\n");
  3. 所属分类:源码下载

  1. SearchFrame

    0下载:
  2. 用VS2008编写一个console应用程序,输入文件路径和相对时标,尽可能快速地搜索和定位PS流多媒体文件中某一帧数据的位置,打印其对应的帧长度、帧号、相对文件头偏移字节数等信息。-Written with VS2008 a console application, enter the file path and the relative time scale, as quickly as possible to search for and locate multimedia files i
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-31
    • 文件大小:211.61kb
    • 提供者:Kobe Bryant
  1. PIPE_LINING_CPU_TEAM_24

    1下载:
  2. 采用Quatus II编译环境,使用Verilog HDL语言编写实现了五段流水线CPU。 能够完成以下二十二条指令(均不考虑虚拟地址和Cache,并且默认为小端方式): add rd,rs,rt addu rd,rs,rt addi rt,rs,imm addiu rt,rs,imm sub rd,rs,rt subu rd,rs,rt nor rd,rs,rt xori rt,rs,imm clo rd,rs clz rd,rs slt rd,rs,rt sltu rd,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-17
    • 文件大小:4.72mb
    • 提供者:
  1. exercise6

    1下载:
  2. 编写程序,从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。 -Programming, from keyboard input an arbitrary string require an asterisk " *" as the terminator, and then save its
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1008.79kb
    • 提供者:李攀
  1. FM-Modem

    2下载:
  2. Simulink 实现的FM调制,载波13KHz,频偏3KHz,调制波形存为一个波形文件。FM解调采样双斜率鉴频,解调直接输出到声卡。-Simulink implementation of the FM modulation, carrier 13KHz, offset 3KHz, modulation waveform file saved as a waveform. FM demodulation of two-slope Kam sampling frequency, demodulat
  3. 所属分类:matlab

    • 发布日期:2016-05-24
    • 文件大小:23.92mb
    • 提供者:qinyn
  1. hanzi_decoding

    0下载:
  2. STM32在TFT液晶上显示汉字的程序。从SD卡读取汉字的GBK码对应的字模,将字模在TFT液晶上显示。程序包括TFT液晶驱动、SD卡驱动、FAT32文件系统、汉字GBK码到字模偏移量的换算。-STM32 in TFT LCD display Chinese characters on the program. SD card reader from the GBK character code corresponding to the matrix, the matrix on the TFT
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1.25mb
    • 提供者:罗智峰
  1. DPX_explainer

    0下载:
  2. 能够读取DPX图像文件中的头文件信息,包括文件大小、图像指针偏移、宽高比、创建时间-read DPX file header info,including file size, image offset, width&height and so on
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-30
    • 文件大小:78.58kb
    • 提供者:gxa gxa
  1. VaToOffset

    0下载:
  2. 将PE文件映射到内存的虚拟地址转成文件偏移-PE file will be mapped to virtual memory addresses into file offset
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:681.76kb
    • 提供者:adfy
  1. ylj_fileheader

    0下载:
  2. 读取wavepro7100的2进制文件头参数 返回4个参数:采样长度,增益,偏移量,时间间隔 ylj 2005.6.9-2 M wavepro7100 read file header parameters The return of four parameters: the sampling length, gain, offset, time interval
  3. 所属分类:Audio program

    • 发布日期:2017-04-12
    • 文件大小:739byte
    • 提供者:李寅伟
  1. BlindEstimation

    0下载:
  2. This file contains a matlab file for blind carrier estimation which compute the phase and frequency offset of carrier due to Doppler shift.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:692byte
    • 提供者:Abbas
  1. ModDemodOQPSK

    0下载:
  2. This file is the matlab source code for offset QPSK (OQPSK) modulation and demodulation in wireless and mobile communications
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:729byte
    • 提供者:Abbas
  1. Blind-frequency-offset

    0下载:
  2. This is a file for Blind frequency offset estimation for overlap PCC-OFDM systems in presence of phase noise
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:666.37kb
    • 提供者:katha
  1. OFDM_DOPPLER_ML

    0下载:
  2. OFDM 对频偏非常敏感,文件主要是基于导频方法的频偏估计-OFDM is very sensitive to frequency offset, frequency offset file is mainly based on the pilot estimates
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:1.36kb
    • 提供者:gaoanqin
  1. offset

    0下载:
  2. GTEST_ASSERT_ is the basic statement to which all of the assertions in this file reduce. Don t use this in your code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.85kb
    • 提供者:yengjeipp
« 12 3 4 »
搜珍网 www.dssz.com