代码搜索:安全通信
找到约 10,000 项符合「安全通信」的源代码
代码结果 10,000
www.eeworm.com/read/306303/3740083
txt 9399.txt
李鹏会见朝鲜社会安全部长
新华社北京5月19日电(记者杨国强)李鹏总理今
天下午在钓鱼台国宾馆会见以部长白鹤林为团长的朝鲜民
主主义人民共和国社会安全部代表团。
李鹏说,中国和朝鲜是两个社会主义的友好邻邦,有
着鲜血凝成的友谊,两国在各个领域里的友好合作进行得
很好,两国公安部门可以互相学习,交流经验。
白鹤林表示,朝鲜社会安全部同中国公安部一直 ...
www.eeworm.com/read/192426/8382123
_c uart._c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.ne
www.eeworm.com/read/192426/8382142
c uart.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.ne
www.eeworm.com/read/192426/8382595
_c uart._c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/192426/8382619
c uart.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/190114/8448812
cpp global.cpp
#include
#include
#include "Global.h"
#pragma hdrstop
#include
//===== 全局变量===============
int SHandle = 0 ; //通信句柄
AnsiString gcOperationNam
www.eeworm.com/read/286831/8740180
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 通信.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/181912/9227882
dpr commwatch.dpr
program CommWatch;
uses
Forms,
commmain in 'commmain.pas' {MainForm},
about in 'about.pas' {AboutBox};
{$R *.res}
begin
Application.Initialize;
Application.Title := '串口通信控制器';
www.eeworm.com/read/366119/9831944
c can-0401.c
/* ****************************************************************
** 功能描述: 接收到来自PC机串口通信发来的数据后,将所有接收数据用CAN 转发到从实验板(从CAN)
*************************************************************** */
#include
www.eeworm.com/read/362514/9995082
c receive.c
/****************************************************************
*文件名: Receive.C
*版权: www.zlgmcu.com
*日期: 16:27 04-3-16
*功能: 多机红外通信接收端程序代码
****************************************************