-
用Servlet获取提交的页面信息
设计一个注册界面register.jsp,用户填写的信息包括:姓名、性别、出生年月、民族、个人介绍等,用户点击注册后将注册信息通过output.jsp显示出来。要求:使用Servlet获取提交的信息,然后跳转到显示结果页面。
- 2022-04-14 13:33:02下载
- 积分:1
-
c#写的一个多文档编辑器
c#写的一个多文档编辑器-written by more than one editor
- 2022-05-20 23:52:42下载
- 积分:1
-
factorial of a number in visual basic
factorial of a number in visual basic
- 2022-03-03 19:14:20下载
- 积分:1
-
经典小型程序界面结构框架,应用基本控制制作,本身程序极小,且界面美观大方...
经典小型程序界面结构框架,应用基本控制制作,本身程序极小,且界面美观大方-classic small program interface architecture, application control of the production of basic, minimal own procedures, and interface pleasing to the eye
- 2022-03-21 02:16:09下载
- 积分:1
-
一个艺术小时钟的程序,模拟LED灯显示。
一个艺术小时钟的程序,模拟LED灯显示。-An art clock program, LED display style.
- 2022-04-13 14:44:28下载
- 积分:1
-
企业人事管理系统
企业人事管理系统1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。
2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-Enterprise Personnel Management System
- 2022-08-20 02:01:38下载
- 积分:1
-
通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理...
通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理-General personnel management system, information on the company" s staff management, payroll management. Personnel Management
- 2022-02-16 03:59:43下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
机器人路径自动规划程序,采用遗传算法实现,可以显示中间过程,并有暂停功能...
机器人路径自动规划程序,采用遗传算法实现,可以显示中间过程,并有暂停功能-Program for Robot route found automatically, using Genetic Algorithms, can display all the course, and can pause it.
- 2022-12-11 17:40:03下载
- 积分:1
-
对于刚接触曲线拟合C++编程的同行是一个不错的例子。
对于刚接触曲线拟合C++编程的同行是一个不错的例子。-刚接触curve fitting for the C++ Peer programming is a good example.
- 2022-03-23 04:01:28下载
- 积分:1