代码搜索:电子公司

找到约 10,000 项符合「电子公司」的源代码

代码结果 10,000
www.eeworm.com/read/24936/936993

c main.c

/*广州穗佳电子科技有限公司 冷火MCF52255多功能开发板 更多精彩产品,关注穗佳电子淘宝店 http://sogadz.taobao.com*/ #include "support_common.h" /* include peripheral declarations and more */ #if (CONSOLE_IO_SUPPORT || ENABLE_UART
www.eeworm.com/read/24936/937069

c main.c

/*广州穗佳电子科技有限公司 冷火MCF52255多功能开发板 更多精彩产品,关注穗佳电子淘宝店 http://sogadz.taobao.com*/ #include "support_common.h" /* include peripheral declarations and more */ #if (CONSOLE_IO_SUPPORT || ENABLE_UART
www.eeworm.com/read/24936/937145

c main.c

/*广州穗佳电子科技有限公司 冷火MCF52255多功能开发板 更多精彩产品,关注穗佳电子淘宝店 http://sogadz.taobao.com*/ #include "support_common.h" /* include peripheral declarations and more */ #if (CONSOLE_IO_SUPPORT || ENABLE_UART
www.eeworm.com/read/24936/937221

c main.c

/*广州穗佳电子科技有限公司 冷火MCF52255多功能开发板 更多精彩产品,关注穗佳电子淘宝店 http://sogadz.taobao.com*/ #include "support_common.h" /* include peripheral declarations and more */ #if (CONSOLE_IO_SUPPORT || ENABLE_UART
www.eeworm.com/read/24936/937297

c main.c

/*广州穗佳电子科技有限公司 冷火MCF52255多功能开发板 更多精彩产品,关注穗佳电子淘宝店 http://sogadz.taobao.com*/ #include "support_common.h" /* include peripheral declarations and more */ #if (CONSOLE_IO_SUPPORT || ENABLE_UART
www.eeworm.com/read/24936/937373

c main.c

/*广州穗佳电子科技有限公司 冷火MCF52255多功能开发板 更多精彩产品,关注穗佳电子淘宝店 http://sogadz.taobao.com*/ #include "support_common.h" /* include peripheral declarations and more */ #if (CONSOLE_IO_SUPPORT || ENABLE_UART
www.eeworm.com/read/314822/13558321

asm lcd1.asm

;实验目的:熟悉12864LCD的使用 ;12864LCD带中文字库 ;编程让12864LCD显示公司名称“深圳乾龙盛电子”,公司电话“075528187975”,公司传真“0755-28187976” ;硬件设置: ;关断所有拨码开关。 #include ;__CONFIG _DEBUG_OFF&_CP_ALL&_WRT_HALF&_CPD_ON&_
www.eeworm.com/read/225875/14513194

asm lcd1.asm

;实验目的:熟悉12864LCD的使用 ;12864LCD带中文字库 ;编程让12864LCD显示公司名称“深圳乾龙盛电子”,公司电话“075528187975”,公司传真“0755-28187976” ;硬件设置: ;关断所有拨码开关。 #include ;__CONFIG _DEBUG_OFF&_CP_ALL&_WRT_HALF&_CPD_ON&_
www.eeworm.com/read/192685/8365634

txt 使用vb的regexp对象校验电子邮件地址的语法.txt

现 在 , 如 果 你 的 程 序 需 要 用 户 输 入 公 司 信 息 , 你 可 能 有 一 个 字 段 用 来 输 入 电 子 邮 件 地 址 。 毫 无 疑 问 , 你 需 要 验 证 地 址 , 不 仅 仅 是 要 包 括 @和 点 , 而 且 剩 下 的 字 符 只 能 是 字 母 、 数 字 和 下 划 线 ( 还 可 能 是 “ -” 或 “ .” )。 最 初 , 这 看 上