易截截图软件、单文件、免安装、纯绿色、仅160KB

fat16文件系统 c文件

/* =========================================================================== */
/* Project:        mp3 player                */
/* File:           fat16.c                                                  */
/* Organization:   cug-1200525                  */
/* Author:         yuyongbao                       */
/* Date:           6/19/2007                 */
/* Describe:       fat16                */
/* =========================================================================== */
#include "..\lib_config.h"
#include "FAT16.h"
#include "string.h"
//********************************************************************************************
//deine value which may be used in each function
uint8  BUFFER[512];              //a sectors size
uint16 BPB_BytsPerSec;
uint8  BPB_SecPerClus;  
uint16 BPB_RsvdSecCnt; 
uint8  BPB_NumFATs;     
uint16 BPB_RootEntCnt; 
uint16 BPB_TotSec16;   
uint16 BPB_FATSz16;    
uint32 BPB_HiddSec;
uint32 BPB_TotSec32;
/////whe


相关文档:

C/C++ 笔试、面试题目大汇总

1.求下面函数的返回值(微软)
int func(x)
{
    int countx = 0;
    while(x)
    {
          countx ++;
          x = x&(x-1);
   &n ......

C/C++ 程序员应聘常见面试试题深入剖析


      1.引言
 
  本文的写作目的并不在于提供C/C++程序员求职面试指导,而旨在从技术上分析面试题的内涵。文中的大多数面试题来自各大论坛,部分试题解答也参考了网友的意见。
 
  许多面试题看似简单,却需要深厚的基本功才能给出完美的解答。企业要求面试者写一个最简单的strc ......

S3C44B0 IO口程序库 c文件

 /* =========================================================================== */
/* Project:        s3c44b0_lib                         & ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号