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

mysql-<b>Struts-hibernate</b>-tomcat

  • 实现动态加载菜单

    实现动态加载菜单,struts + hibernate + struts-menu

    标签: 动态加载 菜单

    上传时间: 2015-08-25

    上传用户:龙飞艇

  • 我的文件是一个数据添加页面

    我的文件是一个数据添加页面,技术运用:struts+hibernate+spring

    标签: 数据

    上传时间: 2014-01-16

    上传用户:xiaoyunyun

  • java编的办公系统

    java编的办公系统,界面友好,操作简单,易使用!用到了struts+hibernate,

    标签: java

    上传时间: 2015-09-29

    上传用户:gengxiaochao

  • 这是一个bookstore的应用

    这是一个bookstore的应用,是一个类似于著名的j2ee学习案例petstore的web应用,主要用了struts+hibernate!

    标签: bookstore

    上传时间: 2014-01-22

    上传用户:tianyi223

  • crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC

    crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错

    标签: crc CRC 多项式 位运算

    上传时间: 2014-01-16

    上传用户:hphh

  • 完整的电子票务系统

    完整的电子票务系统,可直接在ECLIPSE中导入工程,SPRING+STRUTS+HIBERNATE实现

    标签: 电子

    上传时间: 2015-11-20

    上传用户:zsjzc

  • JSP 学生管理系统(全部代码+数据库) 比较适合初学者学习吧

    JSP 学生管理系统(全部代码+数据库) 比较适合初学者学习吧,毕竟没有用STRUTS,HIBERNATE等技术。

    标签: JSP 管理系统 代码 数据库

    上传时间: 2015-12-01

    上传用户:脚趾头

  • 一个新闻发布系统

    一个新闻发布系统,主要实现动态的增、删、查改。(struts+hibernate+oracle)

    标签: 新闻发布系统

    上传时间: 2015-12-11

    上传用户:xinyuzhiqiwuwu

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • 学校的课程管理及选课系统

    学校的课程管理及选课系统,用的是struts+hibernate 开发的

    标签:

    上传时间: 2016-03-20

    上传用户:tianjinfan