代码搜索:PC数据

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

代码结果 10,000
www.eeworm.com/read/368942/9671525

txt 协议.txt

上位机协议: 1、芯片用不同的波特率往PC机串口发送字符“>”、pc端必须返回“
www.eeworm.com/read/368941/9671574

txt 协议.txt

上位机协议: 1、芯片用不同的波特率往PC机串口发送字符“>”、pc端必须返回“
www.eeworm.com/read/368940/9671631

txt 协议.txt

上位机协议: 1、芯片用不同的波特率往PC机串口发送字符“>”、pc端必须返回“
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/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 * *