登录
首页 » Windows开发 » based hardware encryption procedures, the development of multilingual example.

based hardware encryption procedures, the development of multilingual example.

于 2022-07-07 发布 文件大小:242.17 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

基于硬件的加密程序,提供多种语言开发示例。-based hardware encryption procedures, the development of multilingual example.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MFC Insider (source book distribution) CHAP04.rar
    MFC技术内幕(配书源码)CHAP04.rar-MFC Insider (source book distribution) CHAP04.rar
    2022-02-06 18:46:21下载
    积分:1
  • 文本文件通用抽奖程序源程序 本程序可以实现对任何纯文本文件进行随机抽奖的功能,其中一等奖,二等奖,三 等奖最多可以抽取100名,鼓励奖...
    文本文件通用抽奖程序源程序 本程序可以实现对任何纯文本文件进行随机抽奖的功能,其中一等奖,二等奖,三 等奖最多可以抽取100名,鼓励奖最多可以抽取1000名。总抽奖数量为1300人。样本的 文本文件长度没有限制。-generic text files source of the draw procedure procedures can be achieved on any text file with random draw to the function, which won the second prize, a third can be taken up to 100, the prize can be taken up to 1000. The draw of the total number of 1300. Samples of the text is no restriction on the length of documents.
    2022-08-12 10:14:02下载
    积分:1
  • 电子邮件与监视网络服务器资源
    收发电子邮件与监视网络服务器资源-e-mail server and network monitoring resources
    2022-08-20 12:25:51下载
    积分:1
  • Single
    单片机程序,比较齐全的验证功能哦,应该比较有用哦 -Single-chip process, the authentication function relatively complete Oh, Oh, should be more useful
    2022-06-16 14:40:39下载
    积分:1
  • This code will be useful to you if you have tried using ADOCE, but never got any
    This code will be useful to you if you have tried using ADOCE, but never got anything to work. It is not meant to be integrated into any application, but rather it should be used for demonstrative purposes. It clearly shows the basics of how to use the technology.
    2022-03-07 13:54:29下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • Vigenre方阵!能打印出Vigenre方阵图,还能实现用该图进行加密
    Vigenre方阵!能打印出Vigenre方阵图,还能实现用该图进行加密-A Vigenre phalanx! It can print out Vigenre phalnx pictures and use the pictures to encrpt.
    2022-09-18 07:45:03下载
    积分:1
  • 修改网卡MAC地址,比较方便
    修改网卡MAC地址,比较方便-Ethernet MAC address changes, more convenient
    2022-04-27 02:37:19下载
    积分:1
  • ToolBarAndMenuDemo名字就知道意思了,一个控件
    ToolBarAndMenuDemo名字就知道意思了,一个控件-ToolBarAndMenuDemo known names mean, a Control
    2022-11-16 21:50:03下载
    积分:1
  • 利用C++Builder5.0编写的一个音频录放音程序
    利用C++Builder5.0编写的一个音频录放音程序-The use of C++ Builder5.0 prepared an audio recording and sound procedures
    2023-05-03 18:00:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载