代码搜索:PC

找到约 10,000 项符合「PC」的源代码

代码结果 10,000
www.eeworm.com/read/398200/2395423

mlt mlt_i386_pc_floppy.mlt

version 0 region ram 0 a0000 0 ! section vectors 0 1 0 1 1 1 1 1 3000 3000 text text ! section text 0 4 0 1 0 1 0 1 fini fini ! section fini 0 4 0 1 0 1 0 1 rodata1 rodata1 ! section rodata1 0 8 0 1 0
www.eeworm.com/read/398200/2395424

h mlt_i386_pc_floppy.h

// eCos memory layout - Fri Oct 20 08:16:03 2000 // This is a generated file - do not edit #ifndef __ASSEMBLER__ #include #include #endif #define CYGMEM_REGION_ram
www.eeworm.com/read/398200/2395425

h mlt_i386_pc_grub.h

// eCos memory layout - Fri Oct 20 08:15:20 2000 // This is a generated file - do not edit #ifndef __ASSEMBLER__ #include #include #endif #define CYGMEM_REGION_ram
www.eeworm.com/read/398200/2395426

ldi mlt_i386_pc_rom.ldi

// eCos memory layout - Fri Oct 20 08:16:03 2000 // This is a generated file - do not edit #include MEMORY { ram : ORIGIN = 0x00000, LENGTH = 0xa0000 rom : ORIGIN =
www.eeworm.com/read/398200/2395427

ldi mlt_i386_pc_floppy.ldi

// eCos memory layout - Fri Oct 20 08:16:03 2000 // This is a generated file - do not edit #include MEMORY { ram : ORIGIN = 0, LENGTH = 0xa0000 } SECTIONS { SECTIO
www.eeworm.com/read/396844/2407127

m learn_struct_pdag_pc_constrain.m

function [pdag, G] = dn_learn_struct_pdag_pc_constrain(adj, cond_indep, n, k, varargin) % LEARN_STRUCT_PDAG_PC Learn a partially oriented DAG (pattern) using the PC algorithm % Pdag = learn_struct_pda
www.eeworm.com/read/395331/2438170

xc18v04pc44

signal TDI 9 signal TMS 11 signal Gnd_2 12 signal TCK 13 signal Vcco_1 14 signal D4 15 signal CF 16 signal Reset_OE 19 signal D6 31 signal CE 21 signal Vcco_2 22 signal Vcc_1 23 signal Gnd_3 24 signal
www.eeworm.com/read/382594/2632998

in acexml_xml_svc_conf_parser.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: ACEXML_XML_Svc_Conf_Parser Description: ACE XML Service Configurator Parser Requires: ACEXML_Parser Ver
www.eeworm.com/read/378241/2687572

c pc机发送子程序.c

void sendf(char *fname) {FILE *fp; char ch; int handle,count,sum=0; if((fp=fopen(fname,"r"))==NULL) {printf("不能打开输入文!\n"); exit(1); }