代码搜索:fci
找到约 90 项符合「fci」的源代码
代码结果 90
www.eeworm.com/read/101959/15796192
pas fci.pas
{++
f c i . p a s
Copyright (c) 1997 Alexander Staubo, all rights reserved.
Abstract:
Translation of fci.h, part of the Cabinet SDK.
Revision history:
06/07/1997 20:17 alexs 1.0
www.eeworm.com/read/2252/13902
pdf fci_10061913.pdf
www.eeworm.com/read/2252/15347
pdf fci_10061913.pdf
www.eeworm.com/read/102395/6233491
xpm algosol_serv.xpm
/* XPM */
static const char *algosol_serv_xpm[] = {
/* width height ncolors chars_per_pixel */
"214 214 128 2",
/* colors */
"`` c #000000",
"`a c #000008",
"`b c #524A4A",
"`c c #4C0028",
"`d c #ADB5
www.eeworm.com/read/151663/12184607
txt fcifdifilecab.txt
使用微软的<mark>FCI</mark>/FDI库进行文件压缩
作者:Cuick
asp?id=1987">下载本文示例源代码
现在所做的项目由于log内容太多,甚至到几个G。所以,用户要求程序能自动把产生的log压缩,以利于保存和发送。本文简单介绍一下微软的<mark>FCI</mark>/FDI库,希望对大家有所帮助。
简介:
<mark>FCI</mark>(File Compression Interface)和FDI(File Decomp ...
www.eeworm.com/read/115436/15014473
cpp readic.cpp
#include
#include
#include
#include
#include
#include "readic.h"
#include "fcidc.h"
#define RIGHT 1
#define LEFT 0
char data[20][90];
www.eeworm.com/read/168432/9916798
asm decode.asm
DECODE_DEBUG .SET 0
.IF DECODE_DEBUG
.version 50
.mmregs
.MLIB "MAC.LIB"
CALL C50_INIT
.ENDIF
DECODE
;============================================
; vdecode(decodedgain, l,
www.eeworm.com/read/341574/3248227
fsm smc_dtc_erase256_2k.fsm
LD MSB 1 ; data_flash port = output,removed for 256mb
LD LSB 9 ; DATA_FLASH Port driven by FCI
LD CTRL_FCI ; PARALLEL Port driven by FCI
LD MSB 0
LD LSB 15
www.eeworm.com/read/2252/13247
txt pdv_validation.txt
SPLBPD-854,Cell 'fci_10061913_102clf':Part fci_10061913_102clf will not work in the flow because part type name FCI_10061913_102CLF_PCI_CARD-CDN-CON-0101 defined in PTF has a length greater than that
www.eeworm.com/read/229812/4737855
cpp intprom.cpp
#include "dump.h"
//Integral Promotions
// This file should compile without error.
//#pragma on ( dump_rank );
// from char to int
void fci( ... ) BAD;
void fci( int ) GOOD;
void gci( cha