代码搜索:安全通信

找到约 10,000 项符合「安全通信」的源代码

代码结果 10,000
www.eeworm.com/read/173084/9675247

c wqy.c

/*+---------------------------------------------------+ |文件名称: 实验板板串口通信程序—简单工作模式 | |版 本: V1.1 | |制作单位: 北京鼎实创新科技公司 | |版权许可:
www.eeworm.com/read/171587/9745904

dpr sample.dpr

program Sample; uses Forms, MainForm in 'MainForm.pas' {Form1}, LogWriter in 'LogWriter.pas', CommunicateLayer in '..\网络通信层\SourceCode\CommunicateLayer.pas', GlobalUnit in '..\全局数据类型
www.eeworm.com/read/414341/11120663

h config.h

/******************************************************************************* 文件名:config.h 版权所有:武汉易捷通信有限公司 版本:V1.0 作者:吴友山 描述:用户配置文件。 日期: *******************************************
www.eeworm.com/read/105101/15678130

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
www.eeworm.com/read/427899/8914273

cpp funcion.cpp

/////////////////////////////////////////////////////////////////// /* * 项目名称:移动存储安全(演示原型) Mobile Storage Security * * 作 者:南京邮电大学计算机学院 吴登荣 * * 摘 要:对U盘数据加密,保护信息隐蔽,防止隐私泄露。 * *
www.eeworm.com/read/427899/8914321

h function.h

/////////////////////////////////////////////////////////////////// /* * 项目名称:移动存储安全(演示原型) Mobile Storage Security * * 作 者:南京邮电大学计算机学院 吴登荣 * * 摘 要:对U盘数据加密,保护信息隐蔽,防止隐私泄露。 * *
www.eeworm.com/read/350121/10771334

cpp overloadcon.cpp

#include class Box { private: int height, width, depth; public: Box() { height=0; width=0; depth=0; } // 避免给成员变量赋不安全的值 Box(int ht, int wd, int dp) { height=ht; width
www.eeworm.com/read/275081/10836090

txt 1、使用说明.txt

====================================================== 欢迎光临建站铺论坛 使用:解压缩后,修改数据库名称 (参见“安全必读.txt”) 后,用FTP上传工具(如 CuteFTP、FlashFXP等)将文件 上传到服务器即可。 ------------------------------------
www.eeworm.com/read/470213/6915976

htm mdhowsecurityforrdswithinternetexplorer.htm

Microsoft Internet Explorer 安全问题
www.eeworm.com/read/286914/7149534

cpp randomprime.cpp

// 输入: 所需素数的长度 512 比特及一个安全参数 t // 输出; 一个随机的 512 比特素数 #include #include #include #include #include #include "PrimeTable.hpp" int main()