代码搜索:PC卡

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

代码结果 10,000
www.eeworm.com/read/270966/11015823

dat bookinfo.dat

[General Information] 书名=Java智能卡原理与技术 作者= 页数=165 SS号=11112595 出版日期=
www.eeworm.com/read/441052/7676814

txt paymore.txt

100 现金 101 港币 102 信用卡 103 优惠券 104 签单
www.eeworm.com/read/333200/12699154

txt readme.txt

参数 d 表示显示日期 参数 1 表示采用数码管字符 参数 0 使用显示卡默认字符 例: c:\>ti d 1
www.eeworm.com/read/192497/8378987

v pc.v

module pc(din, clk,rst, ld, inc, dout); input [5:0]din; input clk, ld, inc,rst; output [5:0] dout; reg [5:0] dout; always @(posedge clk) if(rst) dout=0; else if(ld) dout=din; else if(in
www.eeworm.com/read/192032/8410616

m pc.m

function [A]=pc(x, E) % PC - calculates principal components % Syntax: [A]=pc(x, E); % PC calculates the principal components of the series x % from the eigenfunction matrix E (output from
www.eeworm.com/read/191890/8417553

h pc.h

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *
www.eeworm.com/read/191890/8417574

c pc.c

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *
www.eeworm.com/read/290992/8445643

h pc.h

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *