CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 随机序列

搜索资源列表

  1. dwtwatermark

    0下载:
  2. 图像先进行DWT一级分解,用两个不相关的伪随机序列分别代表水印信息中的0和1,潜入到小波分解后的LH和HL两个字图上。 注:整个算法分水印嵌入和水印提取两个部分。-images conduct a DWT decomposition, with two not related to the pseudo-random sequence representing the watermark of 0 and 1, sneaked into the wavelet decomposition o
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1199
    • 提供者:
  1. randsequence

    0下载:
  2. 关于m序列等随即序列的若干好文章,随机序列在图像音频视频等加密过程中有很大作用,文章中有随机序列实现的源代码,很有研究价值。
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:3425727
    • 提供者:张燕
  1. Guess Number 猜数字游戏JAVA源代码

    1下载:
  2. 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:adaf
  1. CRF_maxent

    0下载:
  2. 这是一个条件随机场和最大熵的实现包,可用于自然语言处理中的序列标记、分类等。-This tool is an implementation of CRFs and Maximum Entropy,which can be used for sequence labeling.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2744908
    • 提供者:xiaoguang
  1. TestReplacement

    0下载:
  2. lru页面置换算法 随机序列 java源代码-LRU page replacement algorithm for random sequence java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1527
    • 提供者:从零开始
  1. example4_5

    0下载:
  2. 分析双极性不归零码的功率谱特性请输入随机序列的长度N= -ubplot(312) plot(f,lpf) title( 低通滤波器 ) axis([-fs/2 fs/2-0.2 1.2]) subplot(313) plot(f,abs(yr_lpf)/N) title( 经低通滤波后的频谱 ) xlabel( f /Hz )
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:538
    • 提供者:张红
  1. caiji

    0下载:
  2. PHP数据采集源代码!本程序将百度的新歌TOP100和热歌TOP500列表里的音乐随机采集一个mp3或wma文件URL与歌手、歌名一起组成二维数组,并序列化保存在db.txt里 开启采集时要输入密码,防止恶作剧。密码是f-PHP source code data collection! Baidu' s song of the program will TOP100 TOP500 list and hot music song random mp3 or wma files coll
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-25
    • 文件大小:1888
    • 提供者:蓝天
  1. GenSN

    0下载:
  2. 使用Java编程实现产生一个随机的序列号,本人亲测可用-Using the Java programming generates a random serial number, I pro-test available
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1427
    • 提供者:刘晓晶
  1. Analog-queue-operations

    0下载:
  2. 该Java 小程序Applet 成功实现了对最多50 个元素的队列新建、产生随机序列、入 队、出队、元素查找、元素删除的功能,另外还加入了一个是否允许元素有相同值的功能, 成功的模拟了队列的各种操作。-The successful implementation of Java applets Applet for up to 50 elements in the new queue, resulting in random sequence, into the team, the tea
  3. 所属分类:Applet

    • 发布日期:2017-11-24
    • 文件大小:18078
    • 提供者:goendlesson
  1. BankerTest

    0下载:
  2. 银行家算法 随机生成资源种类 资源数 输出安全序列 检测安全状态-Banker' s algorithm randomly generated number of resources Resource type sequence detection output security security status
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:6792
    • 提供者:李小驴
  1. book

    0下载:
  2. 类的定义,用与描述1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储) 例如:3 6 4 4 -Category is very good
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:777
    • 提供者:kobne
  1. lcs

    0下载:
  2. 随机生成两个长度为1000的字母序列,利用动态规划算法实现求最长公共子序列,并输出最长公共子序列的长度,一般是320左右。-Two randomly generated sequence of letters of length 1000, the use of dynamic programming algorithm for the longest common subsequence, and the output length of the longest common subseque
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:eating
  1. 11

    0下载:
  2. 编写程序:动物排队 要求:在一队动物里有猫、狗、和马三种不同动物(其顺序、数量和比例是随机的), 现在要求能够让这三种动物站到自己那一类动物的队伍中去。 (备注:写一个基类Animal 里面有一个name,age属性(名字和年龄随机产生)和抽象showInfo方法, 然后用再写子类Dog、Cat、Horse去继承这个基类Animal,再用Animal随机的来实例化20个Dog、Cat、Horse类 存放在一个列表中,创建三个列表,迭代上面的列表,将他们分类添加到自己的列表
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:10119
    • 提供者:陈帅
  1. test

    0下载:
  2. 可以生成多位随机字母和数字,常用作验证码的生成或注册序列号的生成。程序里测试生成并打印了60位的随机字母和数字的字符串。(A number of random letters and numbers can be generated, which are often used to generate authentication codes or register sequence numbers. In the program, the test generates and prints a
  3. 所属分类:Java编程

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:flying8265
  1. 抽奖系统 js压缩优化版V1.2.2

    0下载:
  2. 公司年会根据序列号随机抽奖 喜欢的可以看一下(Company annual meeting according to the serial number random draw, like you can look at)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-20
    • 文件大小:605184
    • 提供者:小回忆
搜珍网 www.dssz.com