搜索资源列表
loki加密算法C语言源代码
- loki加密算法 /* This is an independent implementation of the encryption algorithm: */ /* */ /* LOKI97 by Brown and Pieprzyk */ /*
smartsuite-2.1.tar
- Linux下,硬盘S.M.A.R.T相关工具-Linux, hard disk S.M.A.R.T related tool
200482712133053
- 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The
myshell
- 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
tcpick0.2.1.tar
- tcpick is a textmode sniffer that can track TCP streams and saves the data captured in files or displays them in the terminal. It is useful for picking files in a passive way. It can store all connections in different files, or it can display all the
1_1
- 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态
superXcopy
- Xcopy 选项: /a 包含属性 /b 备份模式(只拷贝设置为归档属性的文件) /c 把目标文件的创建日期设置为当前文件日期 /e 包含创建空目录 /f 刷新已存在文件(只拷贝已存在的文件) /h 拷贝隐含文件 /p 对每个文件/目录都进行确认 /q 简洁模式 /r 多盘拷贝(如果目标盘为A-E且容量小于2M时会被提问) /s 包含子目录 /u 更新模式(只拷贝新文件) /v 校检目标文件,速度缓慢 /w 窗口模式 /x 文件名 不包括该
jsq0306
- 加密 计算器.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. 计算器.h
R-REC-M.1654-0-200306-I!!MSW-E
- RECOMMENDATION ITU-R M.1654* A methodology to assess interference from broadcasting-satellite service (sound) into terrestrial IMT-2000 systems intending to use the band 2 630-2 655 MHz
R-starTREEsorce code
- r*-tree source code implement by c++
利用了R.Devany混沌理论构造了一种混沌动力系统
- 混沌函数对图像加密的一种方法。利用了R.Devany混沌理论构造了一种混沌动力系统,并用所生成的混沌序列对图像进行加密.由于混沌动力系统有很强的不可预测性,因此,混沌序列对图像加密能更好的抵御各种攻击.此方法具有加密速度快、安全性高特点.,Chaotic function of a method of image encryption. Use of R. Chaos Theory Construction Devany a chaotic dynamical systems, and chao
RSA
- RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addi
Res_advanced_programming_in_the_unix_environment.r
- 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。
R-Inferno-2009
- R Inferno (Guide) 2009
A-Handbook-of-Statistical-Analyses-Using-R--2nd-J
- A Handbook of Statistical Analyses Using R, 2nd Jul 2009
nls_koi8-r
- Charset koi8-r translation tables.
nls_koi8-r
- Charset koi8-r translation tables for Linux v2.13.6.
nls_koi8-r
- Charset koi8-r translation tables.
TempSensor-R-T-table-to-AD-T-table
- 温感电阻表转AD表 温度传感器AD采集 查找表转换 ,依温感数据手册得到电阻温度对应表,根据电路图编程批量转换为AD值温度对应表 c语言版-TempSensor R-T table to AD-T table
py-faster-rcnn-master
- faster-r-cnn实现 可用 网上还有大量教程(faster-r-cnn source code)