数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you t
数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you to run this programme...
data+simulation技术资料下载专区,收录1,419份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you to run this programme...
CRC码产生器与校验器程序 Features : Executes in one clock cycle per data word Any polynomial from 4 to 32 bits Any data width...
密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data structures and algorithms ...
机器人的行为控制模拟程序。用于机器人的环境识别。A robot action decision simulation used for robot enviroment recognition.
手机流文件的处理程序源代码!The interface to an audio stream player passing audio data from the audio hardware to specified buffers.
DATA-6100GPRS模块内容格式编辑器。 具体使用见解压:<说明.txt>。 解压密码:guoyuanying。
完成基本左移功能。aXORb<<b,然后aXORb<<a,也就是说a,b都是dependent data
3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。