-
画图,可变色,多文档
画图,可变色,多文档-drawing, color, Multi- Document
- 2022-06-13 01:48:11下载
- 积分:1
-
vb examples of the use of setwindowstext and getwindowstext
vb 使用setwindowstext 和getwindowstext 实例-vb examples of the use of setwindowstext and getwindowstext
- 2023-08-30 05:15:03下载
- 积分:1
-
code yetkilendirme
公共类KullaniciYonetimi
- 2022-02-11 15:36:29下载
- 积分:1
-
pocketc写的截图软件,自己任意截图,源码下载
pocketc写的截图软件,自己任意截图,源码下载-pocketc screenshots of the software to write their own arbitrary screenshots, source code download
- 2022-08-10 16:29:13下载
- 积分:1
-
双向网络通信(CSocket类指针机制)
使用vc6.0。基于mfc开发的网络通信小工具,供初学者参考。主要功 能 是聊天 室软件,设计有客户 端和服务 器端,服务器 端建立聊 天室,可以连 接多 台客户端。
- 2023-09-01 02:10:05下载
- 积分:1
-
This Calculator S/W In C++
This Calculator S/W In C-This Calculator S/W In C++
- 2022-02-24 15:47:47下载
- 积分:1
-
a communication module implemented with duplicate io, which has passed the testi...
一个利用重叠io 写的通讯模块,已经请过测试,已经经过测试-a communication module implemented with duplicate io, which has passed the testing
- 2022-02-14 04:28:09下载
- 积分:1
-
c++ 课程设计 图书管理系统
1.实现对二进制数据库的检索,查找,修改,增加,删除等操作;
2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏...
c++ 课程设计 图书管理系统
1.实现对二进制数据库的检索,查找,修改,增加,删除等操作;
2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏。
3.程序启动时自动校验数据库完整性及其数据合法性并且自动屏蔽非法数据及提示用户删除损坏的数据库。
4.可以按归并排序方法对书目进行排序;
5.内置前台销售操作功能,可以实现图书销售的功能,并且根据销售情况实时修改数据库;
6.内置强大的异常处理机制,可以应付绝大部分异常情况。
7.程序标题栏实时显示程序状态。
-c++ curriculum design library management system
1. The realization of the binary database search, find, modify, add, delete and other operations
2. The realization of the database encryption, support for password check to prevent the landing effectively prevent data leakage.
3. Procedure automatically check data integrity and legitimacy of the database and automatic shield illegal data and prompts the user to delete the damaged database.
4. May merge sort method to sort the bibliography
5. Built-front sales operation, can achieve the function of book sales and, in accordance with amendments to the sale of real-time database
6. Built a powerful exception handling mechanism to cope with the vast majority of anomalies.
- 2022-10-29 07:35:03下载
- 积分:1
-
模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in...
模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in
Charles Petzold s "Programming Windows" 5th edition.
Appart for being an instructive graphics demo, this program is also useful and can be used on
your desktop as an alternative clock.
-Analog Clock This another Win32 assembly demo, which is based on the the
- 2023-08-15 10:10:03下载
- 积分:1
-
1设计题目及要求
一、程序设计题目:学生成绩管理程序设计
二、 程序设计功能及要求:
1.显示学生各门成绩,总分,和平均分.
2.按总分由高到的...
1设计题目及要求
一、程序设计题目:学生成绩管理程序设计
二、 程序设计功能及要求:
1.显示学生各门成绩,总分,和平均分.
2.按总分由高到的进行排列.
3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩.
3 算法分析
1. 学生成绩管理软件的数据结构
2. 排序
3. 查找
4. 其它
4 主要流程图
1写程序结构及各模块(输入,显示等等)结构图
本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类.一个是File类.一个是Link类.
File类里面主要的是用于保存和导入数据. Link类主要是用于链表的操作….
本程序分为几个文件编写有.file.cpp文件和file.h文件 Link.cpp文件和Link.h文件 manager..cpp文件和manager.h文件.
本程序的主体结构是链表.用链表操作.实现动态创建和销毁.
主函数main().是在Manger.cpp 里面.是程序的入口处 File.cpp 和 link.cpp 是存放file类.和 link类的源函数变量代码. File.h 和Link.h 是存放file 类 和link 类的声明
- 2022-11-29 22:10:03下载
- 积分:1