-
using public Decrypt and Encrypt message.
just basic introduction
how to de...
using public Decrypt and Encrypt message.
just basic introduction
how to dencrypt and decrypt.
- 2022-02-07 13:45:41下载
- 积分:1
-
一个网络游戏的启动界面,用vc写的,里面自己写的CBitmapDialog类非常值的学习MFC界面编程的人研究和学习。...
一个网络游戏的启动界面,用vc写的,里面自己写的CBitmapDialog类非常值的学习MFC界面编程的人研究和学习。-A network interface to start the game, written by vc, which itself is written in the value category CBitmapDialog learning MFC programming interface studies and learning.
- 2022-08-24 00:01:40下载
- 积分:1
-
Java写的 RMI编程
Java写的 RMI编程-write Java RMI programming
- 2022-08-16 01:39:53下载
- 积分:1
-
基于mfc 的飞机大战源码
一款飞机大战游戏源码,基于mfc开发,包含设计文档
- 2022-06-18 20:25:27下载
- 积分:1
-
Part V, so that characters can pass through objects in the background so that it...
第五部分,使人物可以穿过背景中的物体,使其运动看起来更加真实-Part V, so that characters can pass through objects in the background so that it looks more real movement
- 2022-12-02 06:55:03下载
- 积分:1
-
《OPCDA服务器与客户程序开发指南》,国内第一本关于OPC的权威中文指导书籍...
《OPCDA服务器与客户程序开发指南》,国内第一本关于OPC的权威中文指导书籍- OPCDA server and client program development guide, the first authoritative book on Chinese OPC guide books
- 2022-03-01 21:48:17下载
- 积分:1
-
用了好久的AVR编程软件,不错,跟大家分享一下!
用了好久的AVR编程软件,不错,跟大家分享一下!-Used for a long time of AVR programming software, yes, to share with you!
- 2022-12-30 17:45:04下载
- 积分:1
-
能够判断输入的两个逻辑表达式是否等价(&代表and,|代表or,字母代表布尔变量...
能够判断输入的两个逻辑表达式是否等价(&代表and,|代表or,字母代表布尔变量-Able to judge whether the input of the two logical expressions equivalent to (& on behalf of and, | on behalf of or, the letter on behalf of Boolean variables
- 2023-05-19 16:10:03下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
汇编语言进行简单运算
将累加器A中的压缩BCD码拆开,形成非压缩BCD码,存入40H,41H单元
- 2023-01-21 15:45:04下载
- 积分:1