-
第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包
发布的过程。
第十三章:用户登录功能模块,应用了ODBC访问...
第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包
发布的过程。
第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。
第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做
为操作数据库的手段,并运用增删改查的数据库常用查询语句。
第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配
限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术,
CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。
第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。
第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。
第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用
ADO的技术中灵活运用了OLE DB的数据库连接-Combo
Box与ActiveX控件ADO Data Control和DataGrid Control
- 2022-10-24 06:30:03下载
- 积分:1
-
在学习过程中编写的一个画圆的小程序,和大家一起来学习。...
在学习过程中编写的一个画圆的小程序,和大家一起来学习。-In the learning process to prepare a small drawcircle procedures, and everyone will work together to learn.
- 2022-10-03 10:45:03下载
- 积分:1
-
日程管理系统
1)日程计划信息包括日程计划ID号,日程计划开始日期和时间,日程计划结束日期和时间,日程计划名,日程计划参与人员,日程计划地点,日程计划提醒日期和时间。2)采用双向循环链表表示日程计划信息。3)日程计划信息采用文件方式输入。4)要求模拟数据中日程计划信息至少30条以上。5) 实现以下功能:a.输入新的计划;b.根据当前时间查询未开始的计划,包括当天未开始的计划、本周或本月未开始的计划;c.查询并输出已结束的计划;d.查询正在进行的计划;e.根据当前时间,输出正提醒即将开始的计划。
- 2023-05-09 05:00:03下载
- 积分:1
-
邮件发送的代码 ,虽然有很多 不完善的地方,但是可以作为参考,有帮助的...
邮件发送的代码 ,虽然有很多 不完善的地方,但是可以作为参考,有帮助的-E-mail to send the code, although there are many imperfections, but it can serve as a reference, there is help
- 2022-04-28 07:39:13下载
- 积分:1
-
线性规划源代码,用于线性优化
线性规划源代码,用于线性优化-linear programming source code for linear optimization
- 2022-01-25 15:32:18下载
- 积分:1
-
to DFA, c source code, please provide more valuable advice, thank you
正则式到有穷自动机,c++源代码,请大家多提宝贵意见,-to DFA, c source code, please provide more valuable advice, thank you
- 2023-05-13 19:30:03下载
- 积分:1
-
试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分,但每次总成绩中都要去掉一个最高分和一个最低分。每个运动员需要完成C个动作,每次动作结束都...
试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分,但每次总成绩中都要去掉一个最高分和一个最低分。每个运动员需要完成C个动作,每次动作结束都要按当前总成绩为全部运动员重新排序,结果在运动员出场比赛时显示出来。设总共有N个运动员参加比赛,其编号为1,2,… N。 编一个程序实现这一功能。 要求: 1、 建立一个*head为头结点的单链表 2、 以动作C为主循环,对每个动作输入每个运动员所有裁判打分。输入每个 运动员的所有打分后,立即对单链表按sum域(累计分)从小到大重新排序 3、 在每个动作之后,输出该单链表的所有结点-Note:
Experimentation:
When sportsman who taking part in diving game had finished each movement,there were J referees marking for sportsman,and each time the highest and lowest marks always were taken out.
Each sportsman must finish C movements,no sooner did actions had be performed than current sum grades should be sorted and the final results should be displayed before athlete comes out.
Supposing there are N athletes attending the game,the NO is 1,2,...N.Write an program to implement this fuction.
Requires:
1 Create a single chain naming the name of headnode*head.
2 The movement C is main loop,Each sportsman s grades marked by all judges should be put in the each movement.After finished this,the
- 2023-07-04 21:45:03下载
- 积分:1
-
Only the highest priority with a number of priority scheduling algorithm (that i...
才用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法-Only the highest priority with a number of priority scheduling algorithm (that is, the number of processors allocated to the highest priority of the process) and the first-come first-serve algorithm
- 2022-01-22 13:21:44下载
- 积分:1
-
Multi
多移动机器人群集移动算法VC++实现源码-Multi-cluster Mobile Algorithm for Mobile Robot VC++ Realize source
- 2022-10-29 07:00:04下载
- 积分:1
-
wince开发的网络客户端程序!对于用wince嵌入式开发的人员来说是不可或缺的好东西!...
wince开发的网络客户端程序!对于用wince嵌入式开发的人员来说是不可或缺的好东西!-wince development network client program! For wince embedded staff development is essential to good things!
- 2022-07-15 05:17:48下载
- 积分:1