搜索资源列表
delphi_pk
- delphi编的排课管理系统,实现基本的排课需求-a course timetable management system writing in delphi, implement basic course timetable command
lammps.9.22.09.tar
- 一款非常好的并行分子动力学源码,包括使用说明,例子,相关势函数,相关命令使用-a good MD program for pallar compute include mannul , example ,function,and command use
VCMY20081212
- 自己的VC课程设计,呵呵也许有点简陋单对于初学者应该有点用途,里面用到类的知识对系统文件添加删除等操作还有调用系统命令行程序里面有些程序思路 会给你带来启示的-VC' s own curriculum design, may be a bit shabby huh single should be little use for the beginner, which type of knowledge used to add system files, such as delete ope
migma-x86-Windows-0-1-0
- Migma intends to help teachers to get several different multiple-choice exams based on the user?s original. This command line program quickly generates a number of different new tests (and their respective answer sheets
mine
- 自己写的选课系统,命令行下的...比较简陋-Write their own system of course, under the command-line ... relatively simple ...
jiajianfazhiling
- (1)课程设计的题目。(2)设计的目的及设计原理。 (3)根据设计要求给出模型机的逻辑框图。 (4)设计指令系统,并分析指令格式。 (5)设计微程序及其实现的方法(包括微指令格式的设计,后续微地址的产生方法以及微程序入口地址的形成)。 (6)模型机当中时序的设计安排。(7)设计指令执行流程。 (8)给出编制的源程序,写出程序的指令代码及微程序。 (9)说明在使用软件HKCPT的联机方式与脱机方式的实现过程(包括编制程序中每指条令的时序分析,累加器A和有关寄存器、存储器的数
I2CDEMO.RAR
- simple i2c command/answer transfer via paralel port
TutorialMobileGUI-Command
- How to make GUI-Command
stu
- 学生信息管理系统 课程设计 在命令行下对数据库进行操作.-Student Information Management System Course Design in the command line to operate the database.
4
- 利用Map实现对学生成绩进行管理,其中以每一个学生的学号作为Key,创建一个学生成绩记录类,属性包括学生姓名(字符型),学生性别 (字符型),学生专业(字符型),个人作业成绩(满分45分),小组作业成绩(满分50分),出勤分(满分5分)。以学生记录对象作为value,实现以下操作: (1)添加一个学生成绩记录; (2)删除一个学生成绩记录; (3)根据学生学号,查询并输出其相应的学生成绩信息; (4)用户可以输入命令,计算所有学生成绩的总分的平均分数,并输出最高分,最低分,各个分
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
topo
- 这是将本专业所学课程归类,运行命令可以查找所需的课程,并获得想滚信息-This is the classification of the professional course of study, run the command to find the course and obtain information to roll
StuSelectCourse
- 要求编写程序实现成绩的查询,要求程序运行时从命令行输入统计命令及参数,程序则输出结果,-Programming required to achieve results in the query to require the command line when running the command and parameter input statistics, the program is output,
ConferenceManageSysem
- 一个基于命令行交互方式的议程管理系统。已注册到系统的用户可添加、删除、查询系统中记录的会议安排;系统还提供新用户注册、清除某一用户所有会议安排等管理功能。-A command line based interactive agenda management system. Registered to the system users can add, delete, query, the system records the schedule of meetings system also p
SchoolSportMeetingManageSystem
- 本系统包括教学管理及财务管理两个子系统,共有运动员管理、各系负责人、后勤部门、运动会组委会,四个功能模块。 1. 运动会主界面设置密码,用户通过密码后才能进入系统的水平命令菜单;水平命令菜单主要包括:运动员管理,后勤管理,各系管理,运动会组委会管理等模块 2. 运动员管理模块主要包括:添加运动员信息,查询全系运动员信息,查看赛程信息,查看比赛得分等菜单项。 3. 后勤管理模块主要包括:场地安排,运动员体检,安全保卫,车辆安排等菜单项。 4. 各系管理模块主要包括:添加运动
student-management-system
- 命令行下的c++学生管理系统,学生制作,很简单,初学者可以看懂-The c command line student management system
shiyanyi
- 、用 DEBUG的基本命令,单步执行P113例4-3的程序,检查每条指令执行后目的地址及有关寄存器的内容。 2、用DEBUG的A命令,键入如下程序段: MOV BX,8275H MOV AX,3412H ;双精度数34128275H——AX、BX ADD BX,92A5H ADC AX,2F65H ;加上双精度数2F6592A5H ADD BX,0EAE6H ADC AX,9C88H ;加上双精度数9C88EAE6H 然后用T命令单步执行,查
library-man
- 学校图书馆管理系统 使用了SQL Server 2005数据库,在调试之前需要作者按照书中数据库表结构自己设计数据库。 主程序文件是LibraryMagSys.dsw,使用Visual C++6.0打开此文件,然后使用工具栏中的“Build”命令即可 调试。管理员用户名是admin,密码是admin-The school library management systems use SQL Server 2005 database, and in need of in acco
school
- 成绩管理系统 使用了SQL Server 2005数据库,在使用之前需要将“database”目录下的数据库文件附加。 主程序文件是mystudentsys.dsw,使用Visual C++6.0打开此文件,然后使用工具栏中的“Build”命令即可 调试。 管理员的用户名和密码可以从数据库中的表“tb_user”中获取。-Performance management system using SQL Server 2005 database, before using t
1
- 存储两张图片,通过命令按钮、窗体单击启动事件过程分表显示两张图片。-Two pictures stored by the command button, the form click start event procedure sub-table shows two pictures.