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

搜索资源列表

  1. smartsuite-2.1.tar

    0下载:
  2. Linux下,硬盘S.M.A.R.T相关工具-Linux, hard disk S.M.A.R.T related tool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:31129
    • 提供者:张羽飞
  1. m.xpm

    0下载:
  2. 用于grub的一机画面. 修改 /boot/grub/grub.conf splashimage=(hd0,1)/boot/grub/m.xpm.gz-for grub in a plane screen. Amend / boot / grub / grub.conf sp lashimage = (hd0, a) / boot / grub / m.xpm.gz
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:75128
    • 提供者:hyl
  1. fenshutongji

    0下载:
  2. 该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:49915
    • 提供者:神龙¤翼
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5523
    • 提供者:烟翔
  1. rs_eedec_euc

    0下载:
  2. The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6037
    • 提供者:里海
  1. bubblemon-1.2.9.tar

    0下载:
  2. A GNOME panel applet that displays the CPU + memory load as a bubbling liquid. 一个Gnome面板程序,可以显示内存和CPU的负载,具有柱状液体式的现实效果。-A GNOME panel applet that displays the CPU m emory load as a bubbling liquid. a Gnome panel procedures, be able to show memory an
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:220447
    • 提供者:wulu
  1. tubianli

    1下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
  3. 所属分类:系统编程

    • 发布日期:2014-01-15
    • 文件大小:1405
    • 提供者:吉庆
  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. 凯撒密码算法的实现

    0下载:
  2. 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
  3. 所属分类:加密解密

    • 发布日期:2017-03-21
    • 文件大小:989
    • 提供者:archy
  1. pcsc-lite-1[1].4.102.tar.bz2

    0下载:
  2. linux 下的pcsc驱动 pcsclite 下载后更改m名字 去掉。zip后缀-pcsc drivers under linux after downloading pcsclite change m name removed. zip suffix
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:460324
    • 提供者:liyang
  1. rsa

    0下载:
  2. 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6722
    • 提供者:阿达悟
  1. gmmbayestb-v0.1.tar

    1下载:
  2. This package contains Matlab m-files for learning finite Gaussian mixtures from sample data and performing data classification with Mahalanobis distance or Bayesian classifiers. Each class in training set is learned individually with one of the three
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-05-28
    • 文件大小:20553
    • 提供者:
  1. sport

    0下载:
  2. 问题描述:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:103013
    • 提供者:
  1. LFSR

    0下载:
  2. 1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length of the sequence was pseudo-algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:16504
    • 提供者:zouna
  1. h3c802[1].1xclient.tar

    0下载:
  2. Linux下能用得h3c上网客户端, 附带教程, 由湖南大学得linux小组研发,现正在测试当中,湖南大学校内测试成功,现在我正在用呢-Under Linux can be a client h3c Internet, with tutorials, linux by a group of Hunan University R & D, which is now being tested, test success school of Hunan University, and now
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:325253
    • 提供者:JImmySky
  1. polarssl-0.11.1-gpl

    0下载:
  2. 最小巧的SSL代码库,便于移植和集成。也可以作为加解密库来使用。-PolarSSL is a light-weight open source cryptographic and SSL library written in C. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS and M
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:298456
    • 提供者:zheng
  1. paiduilun

    0下载:
  2. M/M/m/(∞,∞)延迟系统,两个优先级,称为高级和低级,用户到达流是possion流,且相互独立,速率分别是λ1和λ2,服务时间为参数为μ1和μ2的负指数分布,相互独立。-With a priority level and interrupt the mechanisms of Queuing Theory Simulation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:530702
    • 提供者:madier
  1. m

    0下载:
  2. sh-1的加密解密算法的实现,有相关文件和代码-sh-1 encryption and decryption algorithm, related documents and code
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:4055
    • 提供者:chenbaik
  1. sport

    0下载:
  2. 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1~m,女子m+1~m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些项目取前五名或前三名由学生自己设定。(m<=20,n<=20)-There are n number of schools participating in the Games, the school No. 1 ...... n. Competition
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1370
    • 提供者:kim
  1. YDH

    0下载:
  2. 参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号分别为1~m和m+1~m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。-Participate in the Games n school numbered 1 ~ n. Competition is divided into men item m and w-woman projects that
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2759
    • 提供者:
« 12 3 4 »
搜珍网 www.dssz.com