CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - AS-R

搜索资源列表

  1. 1_1

    0下载:
  2. 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2922
    • 提供者:浪人
  1. AmericanGladiator

    0下载:
  2. American Gladiator,You are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a series of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1858
    • 提供者:zhoushusen
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:胡康康
  1. MD5ArchiveValidator

    0下载:
  2. 一个命令行下的MD5校验工具 ,用法:MD5AV [-c] [-f<FolderName>] [-h] [-n<FileName>] [-o<OutputFolder>] [-r] [-v] [-x<FolderName]-MD5ArchiveValidator (MD5AV) is a utility to confirm the accurate storage of files through MD5 Checksums. For each fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:88466
    • 提供者:天诛
  1. RSA

    0下载:
  2. RSA源码测试 openssl 中的RSA密钥算法的使用,可以作为知识的基础点,对加解密有一定的帮助-RSA source code test openssl in the use of RSA key algorithm can be used as knowledge base points, to a certain extent with the help of encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:35179
    • 提供者:liupeng
  1. qtopia-book

    0下载:
  2. 本书是一本针对Linux环境下利用C++函数库Qtopia进行嵌入式研发的软件研发人员的入门书。本书融合了笔者在长期的软件研发过程中总结的大量实战经验,以智能移动终端的研发为背景,详细介绍了嵌入式Linux的研发环境和Qtopia的设计架构。本书适用的读者主要为从事嵌入式软件、C/C++等领域的初、中级软件工程师和在校本科生、研究生等。   TrolltechR、Trolltech、QtR、Qt、QtopiaR、Qtopia、SXETM等为Trolltech公司的注册商标,本书涉及的所有代码
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2794135
    • 提供者:coldwater
  1. boost_1_37_0.tar

    0下载:
  2. Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-21
    • 文件大小:36333097
    • 提供者:
  1. ofdm-tge

    0下载:
  2. OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6146200
    • 提供者:卞敏捷
  1. AppliedCryptographyProtocolsAlgorithmsandCsource.r

    0下载:
  2. 应用密码学:协议、算法与C源程序。 介绍了密码学初级知识,以及各种密码学先进的算法,协议,包含部分用C语言算法的实现的程序-Applied Cryptography: Protocols, Algorithms and C source code. Introduced the primary knowledge of cryptography, as well as a variety of advanced cryptographic algorithms, protocols, inc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-13
    • 文件大小:20533167
    • 提供者:xinyi
  1. Linux_file_operate

    0下载:
  2. linux系统下的文件操作实验程序,完成的功能如下。 在一个半径为R的监测区域,随机分布有M个节点,每个节点的感应半径为r,请完成: (1)建立节点的位置信息文件 (2)建立网络的拓扑信息文件 -linux operating system files under the experimental procedures, the completion of the function as follows. Radius of R in a monitoring region,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1262
    • 提供者:menchael
  1. The_explain_docment_of_uCOSII_related_funcations.r

    0下载:
  2. 不知道程序联合开发网为什么不在开发环境里面填写uC/OS这一项?好了,开始介绍我的这篇文档了。这是介绍在uC/OS-II下编程的两篇文档,我把它们打包了。我们在写uC/OS-II相关代码的时候,需要用到许多相关的函数,另外在主要的实现代码里还要定义许多指针变量以及其他许多栈区什么的,而这两篇文档都有讲到这些,有需要的朋友可以下下来使用,免费的。-Do not know procedures for the joint development of open network environment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:79912
    • 提供者:
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:767765
    • 提供者:harris
  1. LINUXGTKGNOME

    0下载:
  2. 目前使用L i n u x主要在于服务器端。在I n t e r n e t上有很多服务器都在使用 L i n u x。但是,一个操作系统要想得到普及,并占据一定的市场份额,必须要使非计算机专业人士都可以轻松掌握这种系统。而L i n u x作为一种类U n i x操作系统,对它的操作一般都是通过复杂的 S h e l l命令进行的。因而,应该有一种简便易学的图形用户接口( Graphics User Interface,G U I),使用户使用鼠标就可以完成大多数工作。-L inux curr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:7997012
    • 提供者:feel
  1. jpeg

    0下载:
  2. 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1811315
    • 提供者:shikaichang
  1. uart

    0下载:
  2. 在ARM9等开发板上调试GSM等串口模块的工具,实现最基本的minicom功能,程序本身会为每条命令加上\r,如果不需要,请自己修改程序,无退格功能。-ARM9 development board such as in GSM and other debugging tools for serial modules, minicom to achieve the most basic functions, the process itself for each command with \ r,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2120
    • 提供者:Fish
  1. EBook_Sams_Teach_Yourself_Linux_in_24_Hours.pdf.r

    0下载:
  2. This book is designed to teach you topics in one-hour sessions. All the books in the Sams’ Teach Yourself series enable you to start working and become productive with the product as quickly as possible. This book will do that for you!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3230610
    • 提供者:basssem
  1. Res_advanced_programming_in_the_unix_environment.r

    0下载:
  2. 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14540297
    • 提供者:
  1. pub

    0下载:
  2. C语言常用函数库,小弟新手积累不多。各位可以看看,运行不一定通过。-C language library used, accumulated little brother novices. As you can see, running is not necessarily passed.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3959
    • 提供者:李厚天
  1. FUZZY-COGNITIVE-MAPS-FOR-DECISION-SUPPORT-IN-AN.r

    0下载:
  2. The “health” of a computer network needs to be assessed and protected in much the same manner as the health of a person. The task of an intrusion detection system is to protect a computer system by detecting and diagnosing attempted breaches
  3. 所属分类:Exploit

    • 发布日期:2017-04-01
    • 文件大小:426109
    • 提供者:ahmed
  1. e_exp

    0下载:
  2. Here r will be represented as r = hi-lo for better accuracy.for finite argument, only ieee exp(0)=1 is exact.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2433
    • 提供者:keghkin
« 12 »
搜珍网 www.dssz.com