搜索资源列表
模拟学生管理系统
- 本程序将用户信息设计成一个类,使用对象模拟对 象数据库,将用户信息保存到数据文件中。并实现打开 文件,保存文本,添加&删除用户信息等功能。 在运行的过程中,用户须先填上自己的姓名、性别 ,然后选择自己所在省份、城市。点击“Add”按钮, 该用户信息即可添加进面板左边的文本区,点击 “Delete”时,可删除该用户的信息,点击“Open”可 打开一个文件,点“Prior”可将该用户信息上移一行, “Next”下移一行,“First”上移至文本区第一行, “Last”信息下移至最后一行,“Save”
zhaoshenxitong(PB)
- 一人很好的PB做的招生管理系统,是PB初学者良好的参考资料 在原口令编辑域中输入初始密码(第一使用时密码为:1234),在新口令编辑域中输入新密码,为保输入无误必须在确认编辑域中在输入一次新密码,然后点击确定按钮即可。 -a person to do good PB enrollment management system, PB beginners is a good reference to the original domain password editorial input i
xuejiguanli
- 学籍管理系统:所使用的运行环境:jdk5.0 驱动器:jdbc-odbc 所连接的数据库:Access。1. 所使用的图形用户界面的组件: 基本的窗口类:Frame,Dialog 基本的GUI组件类:Button,Lable,TextFiled,TextArea 基本的事件接口:ActionListener,WindowListener 基本的版面控制:Panel 图形用户界面程序都在窗口下运行,该程序中窗口显示的是Frame类,并且对话框(Dialog)是一个Fram
查找学生的成绩的applet
- 教师查找学生的成绩的applet的小程序: 1. 当教师从选择框中选择了某学员的姓名后,它将显示该学员的已考试及格的课程以及相应的考试成绩列表. 2. 当教师按下”未修课程 Missing Modules”按钮时,该学员的尚未完成的所有的课程的列表便显示出来. 3. 而当教师按下”免修课程 Exempted Modules”按钮时,便显示该学员的所有的面修课程的列表. 4. 所有的列表均必须按字母的顺序显示.-teachers identify the academic performance
44
- 选择复选框和单选框按钮的事件处理程序:在Applte 上创建复选框、单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。-Select the check box and radio button button event handler: the Applte create check boxes, radio buttons, text areas, one-line text boxes and other components,
vcbookmanagement
- vc++和SQL Server2000实现图书管理系统,在此示例中大家可以学习到如何编写自制控件,如何在对话框程序中实现打印功能,如何通过代码来改变按键功能等等。-vc++ and SQL Server2000 realize library management system, in this example that everyone can learn how to write self-control, how to realize in the dialog process print
frmTest
- 考试系统 用vb程序基于数据库平台。功能包括建立一个考试系统,有题目,答案选择(选择题4答案),考生可以选择上题、下题、选题、浏览答案等按钮,同时也可以交卷和不考,交卷后有答案记录,可以看到数据库的正确答案。实现的VB功能简单,适合于初学者。对VB的调试和编程有帮助。-Test systems vb program is based on a database platform. Features include a test system, there are questions, the
Studentsarchivesmanagement
- 学生档案管理系统是学校为了提高工作效率,需要制作一个基于Windows应用程序的内部办公系统,其功能包括:学籍注册,学籍变动管理,成员管理,学籍报告,用户管理,帮助信息。在本例中将详细分析一个典型的学生管理系统所要完成的功能,对各个功能进行详细的分析和设计,最后用例子来实现其中的一些功能。-The system of managing student file is schools in order to improve the work efficiency, need to make a W
THE-bicasl
- BE的随机抽数按钮 方便与各类考试,抽查时随机抽号 -BE convenience of random numbers and types of test button for testing, random number when
VC6.0PMFC
- MFC+VC6是现在的学生信息管理系统,先用MFC建立可视化按钮,之后添加按钮的功能代码即可以。-MFC+ VC6 is now the student information management system, first established visual MFC button, the Add button after the function code that can.
vbxiaochengxi
- 本任务是一个学生自行选课系统,可以从表示未选课程的列表框(ListBox)中选择这一学期要修的课程,单击>>命令按钮,将选择的课程放置在表示已选课程的列表框中。反之,可以在已选课程列表中选择课程,通过<<命令按钮,撤销该课程的选择。-This task is a student self-elective system, you can choose courses from that list box is not (ListBox) to select the cou
ssau_862616_proj2
- STEP 1: open Visual studio 2010 STEP 2: unzip and open .sln file from File->open project/solution STEP 3: Run F5 to run the project STEP 4: provide login information and hit OK STEP 5: on the 2nd screen, hit load tables button to lad table
src
- 图书馆管理数据库设计。如果输入的用户名和密 码正确,则可以进入主窗口。主窗口是MainFrame 类的实例。从这里可以按不 同的按钮进入图书入库(IntoDB 类)、图书查询(SearchFrame 类)、借书 (BorrowFrame 类)、还书(ReturnFrame 类)和借书证管理(ManageFrame 类)。 另外还有一个辅助的FormSQL 类提供一个生产SQL 语句的方法。这些子窗口点 击关闭按钮之后都会回到主窗口,实现多窗口模式。如果在登录的时候
Examination-Management-System
- 1.查询考生信息 当按下这个按钮,会弹出一个窗口,用户可以输入需要查询的考生考号,然后该考生的信息就会显示在下面的列表上. 2.添加考生信息 当按下这个按钮,会弹出一个窗口,然后再把需要添加的资料添在相应的信息栏上.这样该考生资料就会添加在名为db1数据库的表1上。 3.修改考生信息 当按下这个按钮,会弹出一个窗口,用户可以输入需要修改的考生考号,然后再把需要修改的资料添在相应的信息栏上. 4.删除部分考生信息 在主窗口的列表中,点选需要删除的一栏或多栏,按下删除按钮
GUIPACK
- 经典的PB开发包,图形开发界面,数据窗口,图片按纽-Classic PB development package, graphical development interface, data window, the picture button!!
ExternalInterrupt
- External Interrupt on STM32F4Discovery Board using button user
1
- 存储两张图片,通过命令按钮、窗体单击启动事件过程分表显示两张图片。-Two pictures stored by the command button, the form click start event procedure sub-table shows two pictures.
21-11-2014
- Calculation Training in vb6 how to use option button.
Generating-of-the-basic-signal
- 在Matlab中设计GUI,添加按钮,将源代码作为回调函数,实现信号与系统中基本信号的产生的功能,并保存实验结果。-The design of GUI, in Matlab the Add button, the source code as a callback function, the realization of the basic signal of the signal and system generating function, and save the experimental
lcdpshbutt
- LCD PUSH Button combination programming for arduino simulation in proteus
