代码搜索:Header
找到约 10,000 项符合「Header」的源代码
代码结果 10,000
www.eeworm.com/read/121540/14751764
bmp header.bmp
www.eeworm.com/read/121383/14757975
txt header.txt
www.eeworm.com/read/220903/14784320
cpp header.cpp
#include "StdAfx.h"
#include ".\header.h"
/**
* 公共构造器
* 参数:
* fStream 需要取得文件头的文件指针
*/
Header::Header(FILE * fStream)
{
this->fp=fStream;
membuf = new unsigned char[HEAD_LEN];
this->s
www.eeworm.com/read/220903/14784342
h header.h
#pragma once
/// 文件头长度,160字节,头2字节表示有效文件头的长度,有效文件头158字节,其中
/// pID 4 byte
/// 文件类型 6 byte
/// 文件大小 8 byte
/// 证书服务器位置 64 byte
/// 门户位置 64 byte
/// 加密算法 1 byte
/// 密钥长度 2 byte
/// 是否绑定机器ID 1 by
www.eeworm.com/read/220866/14786008
cpp header.cpp
//==================片头模块=================
void ShowMenu(int x, int y, int MenuIt, char *MainMenu[], int Num, DWORD FontColor=RGB(0,0,0), DWORD BackColor=RGB(255,255,0));
void InitGameData();
//
www.eeworm.com/read/120203/14810504
c header.c
www.eeworm.com/read/120203/14810537
asm header.asm
www.eeworm.com/read/119873/14818901