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

Balance-Bi-Tr

  • js 异步加载 tree 采用ajax技术

    js 异步加载 tree 采用ajax技术,在点击tree的node以后从数据库中读取其下面的分支并进行显示,适合于tree数据量较大的情况下异步从数据库中查询并显示于tr

    标签: ajax tree js

    上传时间: 2013-12-29

    上传用户:gtf1207

  • XHTML标准参考手册,XHTML是The Extensible HyperText Markup Language可扩展标识语言的缩写。目前推荐遵循的是W3C于2000年1月26日推荐XML1.0(

    XHTML标准参考手册,XHTML是The Extensible HyperText Markup Language可扩展标识语言的缩写。目前推荐遵循的是W3C于2000年1月26日推荐XML1.0(参考http://www.w3.org/TR/xhtml1)。XML虽然数据转换能力强大,完全可以替代HTML,但面对成千上万已有的站点,直接采用XML还为时过早。因此,我们在HTML4.0的基础上,用XML的规则对其进行扩展,得到了XHTML。简单的说,建立XHTML的目的就是实现HTML向XML的过渡。

    标签: XHTML Extensible HyperText Language

    上传时间: 2013-12-02

    上传用户:huangld

  • 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai

    两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器处理完成这n 个作业的时间最短(从任何一台机器开工到最后 一台机器停工的总时间)。研究一个实例:(a1,a2,a3,a4,a5,a6)= (2,5,7,10,5,2);(b1,b2,b3,b4,b5,b6)=(3,8,4,11,3,4)

    标签: 处理机 机器

    上传时间: 2014-01-14

    上传用户:独孤求源

  • The solution of Ziemer s book Digital communication. This version of Digital communication is the Bi

    The solution of Ziemer s book Digital communication. This version of Digital communication is the Bible in telecommunication.

    标签: communication Digital solution version

    上传时间: 2016-12-31

    上传用户:wpwpwlxwlx

  • 加密的步骤 1) 计算N的有效位数tn(以字节数计)

    加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。

    标签: 加密 计算 字节

    上传时间: 2014-12-05

    上传用户:caozhizhi

  • The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa

    The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security

    标签: microcontroller programmable in-system W78E58B

    上传时间: 2017-04-27

    上传用户:yiwen213

  • Bardzzo przydatny skrypt do nauki matlaba nie tylko dla pocz膮tkuj膮cych ale r贸wniez dla tych kt贸偶y ch

    Bardzzo przydatny skrypt do nauki matlaba nie tylko dla pocz膮tkuj膮cych ale r贸wniez dla tych kt贸偶y chc膮 pog艂臋bi膰 swoj膮 wiedz臋

    标签: przydatny dla Bardzzo matlaba

    上传时间: 2017-05-13

    上传用户:hakim

  • PSO’s precursor was a simulator of social behavior, that was used to visualize the movement of a bi

    PSO’s precursor was a simulator of social behavior, that was used to visualize the movement of a birds’ flock. Several versions of the simulation model were developed, incorporating concepts such as nearest-neighbor velocity matching and acceleration by distance

    标签: precursor was simulator visualize

    上传时间: 2013-12-16

    上传用户:chenjjer

  • Andy和Mary养了很多猪。他们想要给猪安家。但是Andy没有足够的猪圈

    Andy和Mary养了很多猪。他们想要给猪安家。但是Andy没有足够的猪圈,很多猪只能够在一个猪圈安家。举个例子,假如有16头猪,Andy建了3个猪圈,为了保证公平,剩下1头猪就没有地方安家了。Mary生气了,骂Andy没有脑子,并让他重新建立猪圈。这回Andy建造了5个猪圈,但是仍然有1头猪没有地方去,然后Andy又建造了7个猪圈,但是还有2头没有地方去。Andy都快疯了。你对这个事情感兴趣起来,你想通过Andy建造猪圈的过程,知道Andy家至少养了多少头猪。 输入 输入包含多组测试数据。每组数据第一行包含一个整数n (n <= 10) – Andy建立猪圈的次数,解下来n行,每行两个整数ai, bi( bi <= ai <= 1000), 表示Andy建立了ai个猪圈,有bi头猪没有去处。你可以假定(ai, aj) = 1. 输出 输出包含一个正整数,即为Andy家至少养猪的数目。

    标签: Andy Mary

    上传时间: 2013-12-22

    上传用户:小码农lz

  • 在数字电视终端MPEG II 解码器测试中

    在数字电视终端MPEG II 解码器测试中,解码能力测试是一个很关键的环节,即验证在前端输入码流满足TR 101 290 标准的前提下接收终端能正常解码,输出同步的视音频模拟信号。PCR 抖动 是影响接收终端解码的关键因素。本文深入探究了PCR 的功能和物理意义,并在分析PCR 抖动原因及其 测试参数的基础上,讨论了基于波形、幅度和频率三个参数的PCR 抖动仿真模型,并且根据实际测试终端解码器的需要,提出了具体的参数设置方法。

    标签: MPEG II 数字电视 解码器

    上传时间: 2017-08-22

    上传用户:hewenzhi