虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

J-Alice

  • EE小站

    EE小站,详细介绍,J-Link GDB Server + Eclipse CDT进行ARM程序调试

    标签:

    上传时间: 2017-02-16

    上传用户:heart520beat

  • Instead of finding the longest common subsequence, let us try to determine the length of the LCS.

    Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. 􀂄 Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn 􀂄 Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. 􀂄 Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.

    标签: the subsequence determine Instead

    上传时间: 2013-12-17

    上传用户:evil

  • 数据结构与程序设计——C++语言描述(影印版)习题的答案 【作  者】Robert L.Kruse

    数据结构与程序设计——C++语言描述(影印版)习题的答案 【作  者】Robert L.Kruse,Alexander J.Ryba

    标签: Robert Kruse 数据结构 程序设计

    上传时间: 2017-03-04

    上传用户:lgnf

  • 【问题描述】 设计一个利用哈夫曼算法的编码和译码系统

    【问题描述】 设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 (1)初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; (2)编码:利用建好的哈夫曼树生成哈夫曼编码; (3)输出编码; (4)设字符集及频度如下表: 字符:A B C D E F 频度:4 9 23 2 17 15 字符:G H I J K 频度:1 2 3 3 4

    标签: 哈夫曼算法 编码 译码

    上传时间: 2017-03-07

    上传用户:qwe1234

  • 八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏

    八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是一次成功的摆法。

    标签:

    上传时间: 2013-12-17

    上传用户:hanli8870

  • 设某物质有m个产地

    设某物质有m个产地,n个销地,如果以 aij 表示由第 i 个产地销往第 j 个销地的数量,则这类物质的调运方案,可用一个数表表示如下

    标签:

    上传时间: 2013-12-21

    上传用户:yuanyuan123

  • 单点登录源代码

    单点登录源代码,其中BOB开两个程序,被认为BOB,和ALIC两个用户,BOB与ALICE想要通信,AS,TGS为服务器,帮助他们交换密码,保护通信安全

    标签: 单点登录 源代码

    上传时间: 2014-01-14

    上传用户:洛木卓

  • direct soud java jmf direct soud java jmfdirect soud java jmfv direct soud java jmf direct soud j

    direct soud java jmf direct soud java jmfdirect soud java jmfv direct soud java jmf direct soud java jmf direct soud java jmf

    标签: direct soud java jmf

    上传时间: 2017-03-24

    上传用户:dongbaobao

  • MIPS 仿真器

    MIPS 仿真器,能够实现汇编,反汇编和模拟运行。自己开发的,java课的大程,可能问题比较多,仅做参考,而且程序架构也设计地不是很好。但作为新手大程学习和简单的MIPS模拟还是没有问题的。 本 MIPS 模拟器支持的指令如下: add,addi,sub,subi,and,andi,or,ori,nor,beq,bne,j,jr,jal,lw,lh,lb,sw,sh,sb, 其中所有的跳 转指令第三个操作数只能为一个行标签[不支持相对地址以及绝对地址],标签可 以写在一行开头,以冒号结尾。

    标签: MIPS 仿真器

    上传时间: 2014-01-04

    上传用户:ruixue198909

  • This code is basically used for sending Email using Java Servlet Check The Code Here ::mailservlet.j

    This code is basically used for sending Email using Java Servlet Check The Code Here ::mailservlet.java

    标签: mailservlet basically Servlet sending

    上传时间: 2014-11-23

    上传用户:彭玖华