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

B<b>S模式</b>

  • 本系统对学生信息操作控制流程和相关数据信息进行了较为全面且科学高效的管理

    本系统对学生信息操作控制流程和相关数据信息进行了较为全面且科学高效的管理,它主要分为学生级权限、办公人员权限级、班级干部级权限和管理员级权限四个权限级别。本系统基于B/S的开发模式,前台使用JSP技术开发实现,服务器为Tomcat5.0, 数据库使用Microsoft SQL SERVER 2000,并采用JDBC-ODBC桥接技术进行数据库连接。 全面地阐述了系统开发的分析和设计过程,包括业务分析、数据流分析、数据库设计和软件结构设计等;详细描述了各子系统的实现,其中包括:学生之家子系统、办公人员子系统、班级干部子系统和系统管理子系统;

    标签: 操作控制 流程 数据信息

    上传时间: 2013-12-29

    上传用户:wweqas

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    标签: illustrates elimination Gaussian pivoting

    上传时间: 2016-11-09

    上传用户:wang5829

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    标签: illustrates elimination Gaussian pivoting

    上传时间: 2014-01-21

    上传用户:lxm

  • 绿叶OA王网络办公系统体验中心服务器已开通

    绿叶OA王网络办公系统体验中心服务器已开通,欢迎访问! www.oa169.com/index.asp (江西电信) 绿叶OA网络办公系统基于Web平台,B/S架构设计,无论您身处世界任何地方,只要可以访问Internet(也可内外网同步访问),本地无需安装软件,将应用服务集中于统一的应用服务器中,就可以完成公司的日常业务,真正步入分散经营、集中控制的商务管理模式。

    标签: 网络 服务器

    上传时间: 2016-11-10

    上传用户:15736969615

  • CAN51开发板功能 1、 USB或DC+5V供电; 2、 89c52+sja1000+tja1050(tja1040)(p82c250);89c52+mcp2515+tja1050(t

    CAN51开发板功能 1、 USB或DC+5V供电; 2、 89c52+sja1000+tja1050(tja1040)(p82c250);89c52+mcp2515+tja1050(tja1040)(p82c250);通过跳键选择sja1000或 mcp2515,用户任选一种CAN控制芯片; 3、 支持RS232/422/485总线与CAN总线相互转换; 4、 CAN总线波特率可调:20,40,50,80,100,125,200,250,400,500,666,800,1000Kbit/s 5、 提供电路图; 6、 提供源程序:basican和pelican模式(CAN2.0A和CAN2.0B),c语言和汇编语言,程序注释详尽; 7、 成对购买开发板可以实现:A开发板发送数据,B开发板接收数据,并把接收到的数据通过串口上传到计算机显示;A开发板上短路键的状态,可以通过CAN总线发送给B开发板,通过B开发板LED灯的亮灭,显示A开发板上短路键的状态; 8、 提供技术支持,接受CAN开发项目;

    标签: tja 89c52 1050 p82c250

    上传时间: 2016-11-22

    上传用户:fxf126@126.com

  • 使用C#程序将23个常用设计模式进行列表显示

    使用C#程序将23个常用设计模式进行列表显示,并能够随时根据源代码运行模式代码。方便学习。 其程序界面主要分为四个部分: 1. 模式列表 -- 列出了常用的23个设计模式,通过单击,可以在其他部分显示详细信息; 2. UML 图示 -- 显示模式对应的UML图示; 3. 模式的说明信息或运行效果 -- 根据用户选择,显示以下两种内容(可以通过菜单“Option”切换显示内容): a.当前选择的模式的信息(如意图、适用性、例子等) b.利用反射机制根据当前模式的源代码运行后的效果,可以随时更改代码后测试 4. C#源代码区 -- 实现该模式的C#源代码,分为 RealWorld 和 Structural 两种类型。可以通过菜单“Option”切换。 补充说明: 1.本程序的代码来自于一本叫《CSharp 设计模式》的电子文档,具体是谁写的记不得了,向作者致敬^_^ 2.编译环境:VS2005 + SP1

    标签: 程序 设计模式

    上传时间: 2013-12-21

    上传用户:hn891122

  • 为 了提高用户身份认证和授权管理的灵活性

    为 了提高用户身份认证和授权管理的灵活性,从We b 应用系统的安全性角度出发,讨论了 一 种在. N E T F r a me w o r k下保证应用程序安全性的身份验证和授权模型,并给出了模型的具体实现方法。 该模型利用 F o r ms身份验证方法对用户的身份进行鉴别。在授权处理上,模型结合统一资源定位( u . J f o r m R e s o u r c e L o c a t o r , U R L ) 授权模式和用户所具有的系统角色,分别从页面级和页面操作级对用户的访问进行 控制。该模型在企业局域网环境内能够提供比较灵活的身份认证和基于角色的授权服务。实际应用表明, 基于该模型的We b应用系统能够对用户的访问进行有效的控制,从而保证了系统的安全性

    标签: 用户 授权 身份认证

    上传时间: 2013-12-31

    上传用户:VRMMO

  • A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is

    A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull is to put a "rubber band" around all the points, and let it wrap as tight as it can. The resultant polygon is a convex hull.

    标签: polygon S. the contains

    上传时间: 2013-12-23

    上传用户:it男一枚

  • Algo s in C++. A higly valued book on various algo s book in c++. Go through the book and u will b

    Algo s in C++. A higly valued book on various algo s book in c++. Go through the book and u will be highly enriched. A fantastic book for beginners.

    标签: book through various valued

    上传时间: 2017-05-01

    上传用户:fanboynet

  • 本项目为一个医药企业开发

    本项目为一个医药企业开发,采用B/S设计模式,用jsp+java进行开发的大型网站

    标签: 项目

    上传时间: 2013-12-17

    上传用户:LIKE