代码搜索:用电设备

找到约 7,395 项符合「用电设备」的源代码

代码结果 7,395
www.eeworm.com/read/483487/6598068

sql 设备管理系统.sql

--创建设备信息表 create table device_info_tab (device_code varchar2(24) not null , device_name varchar(24) not null, description varchar(1000) null, oper_date date not null, buyer varchar2(24) null
www.eeworm.com/read/261524/11638744

txt 字符模式设备范例.txt

/* * 声明:本范例源于书籍‘NiosII软件架构解析’ * 作者:蔡伟纲 * 博客地址: http://NiosII.cublog.cn * */ #include #include int main (void) { //将printf的内容由stdout输出; printf("This application
www.eeworm.com/read/260657/11709432

txt 字符模式设备范例.txt

/* * 声明:本范例源于书籍‘NiosII软件架构解析’ * 作者:蔡伟纲 * 博客地址: http://NiosII.cublog.cn * */ #include #include int main (void) { //将printf的内容由stdout输出; printf("This application