代码搜索:PC数据
找到约 10,000 项符合「PC数据」的源代码
代码结果 10,000
www.eeworm.com/read/465834/7047346
txt 辅助数据表数据.txt
辅助数据表数据:
学习阶段表(Sections)
S1 第一学期
S2 第二学期
Y2 第二学年
班级类型表(ClassTypes)
T 脱产班
Y 周末班
技术方向表(Specialities)
1 Java
2 .Net
教学设施类型表(RoomTypes)
1 教室
2 机房
www.eeworm.com/read/408465/11387448
doc 数据备份及数据恢复.doc
www.eeworm.com/read/250820/12383543
caj 数据集中与数据挖掘.caj
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
*
*