搜索资源列表
proj
- 学校招生学生选择专业,用ASP.NET做WEB页面让学生登录查看,注册,用VB.NET做客户端让学校管理员填写招生计划,课程安排,专业设立等,教师填写学生分数-School enrollment,students select specialty.Web page with ASP.NET,it let students login,register.Client with VB.NET,let school administrator fill up enrollment plan,cours
csharprwtime
- C#设置任务栏时间样式,就像是通过Windows控制面板的区域设置选项来调整时间样式一样,可把时间的显示改成适合自己阅读习惯的方式。本程序中,选择下拉列表中的时间样式,点击设置按钮即可实现本效果。-C# settings taskbar time style, as through the Windows Control Panel' s Regional Settings option to adjust the time style, the time display can be c
csharprwtime
- C#设置任务栏时间样式,就像是通过Windows控制面板的区域设置选项来调整时间样式一样,可把时间的显示改成适合自己阅读习惯的方式。本程序中,选择下拉列表中的时间样式,点击设置按钮即可实现本效果-C# set the taskbar time style, like through the Windows Control Panel, Regional Settings option to adjust the time style, the time display can be chang
1
- 程序首先定义读者以及图书上限,并同时规定了没位读者的借书上限。以防查找过于复杂,亦可防止数据溢出。在这个程序中,定义的读者与图书上限分别为100,100,借书上限为2。当然,上限的定义十分自由,可选择任意整数,对程序的运行并无影响。 当程序运行时,首先应当给读者提供一个选择操作的菜单。具体到这个程序中,则提供了借书、还书、图书维护、读者维护以及离开共五个选项。每个选项对应一个数字。(当然,对应哪个选项自由设定,对程序并无影响。)当读者按下对应数字键时自动调用函数。 -First defi