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

三层<b>结构</b>

  • 通过将jsp嵌入java代码

    通过将jsp嵌入java代码,并将页面显示内容分为header,detail,foot三层,以递归实现页面动态显示。

    标签: java jsp 代码

    上传时间: 2014-01-13

    上传用户:源弋弋

  • BP人工神经网络训练源码

    BP人工神经网络训练源码,采用三层网络结构,固定节点数目,可以设定学习速度和学习次数。

    标签: 人工神经网络 源码

    上传时间: 2016-01-06

    上传用户:yuanyuan123

  • 基于REF神经网络整定的PID控制

    基于REF神经网络整定的PID控制,网络分三层被控对象为二阶

    标签: REF PID 神经网络 整定

    上传时间: 2014-01-16

    上传用户:a3318966

  • 这是一本很有特色的教材

    这是一本很有特色的教材,其核心是讨论程序设计语言的工作原理和技术。本书融合了传统的程序设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编层体系结构的材料,以满足没学过计算机组织的学生们的需要。书中通过各种语言的例子,阐释了程序设计语言的重要基础概念,讨论了各种概念之间的关系,解释了语言中许多结构的形成和发展过程,以及它们演化为今天这种形式的根源。书中还详细讨论了编译器的工作方式和工作过程,说明它们对源程序做了什么,以及为什么要那样做。书的每章最后附有复习题和一些更具挑战性的练习。这些练习的特别价值在于引导学生进一步深入理解各种语言和技术。    本书在美国大学已有使用了十余年,目前被欧美许多重要大学用于“程序设计语言”或者“软件系统”课程。本书适合高年级本科生或者一年级研究生使用,许多内容对专业程序员也很有价值。本书作者Michael Scott是计算机领域的著名学者,译者是北京大学的裘宗燕教授,他熟悉专业,译笔流畅,是一本难得的著、译双馨的佳作。

    标签: 教材

    上传时间: 2014-01-20

    上传用户:lhc9102

  • 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

  • 用spring+hibernate实现的一个在线书店系统

    用spring+hibernate实现的一个在线书店系统,采用经典的mvc三层架构

    标签: hibernate spring

    上传时间: 2016-02-09

    上传用户:ccclll

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • 共有类库

    共有类库 ,基于ASP。NET三层模式的开发,可以参考。

    标签:

    上传时间: 2013-12-26

    上传用户:yxgi5

  • j2ee开发优秀的表格控件

    j2ee开发优秀的表格控件,分页的分离设计是其亮点,并有统计,合计列。完全符合前台和后台的分离的三层设计模式。可以媲美.net的dataview控件

    标签: j2ee 表格 控件

    上传时间: 2013-12-26

    上传用户:wanqunsheng

  • wuAsp.net2.0开发的网上图书销售系统 实现简单的分类管理、图书管理

    wuAsp.net2.0开发的网上图书销售系统 实现简单的分类管理、图书管理,在线购书等基本功能 采用三层架构开发,默认管理帐号51aspx,密码admin,DB文件夹下为数据库

    标签: wuAsp net 2.0 图书

    上传时间: 2016-03-20

    上传用户:himbly