-
用程序实现 复制模式,扩展模式,单显示器模式,及主辅屏切换
资源描述
用程序实现 复制模式,扩展模式,单显示器模式,及主辅屏切换
- 2022-06-19 08:48:50下载
- 积分:1
-
a show bmp bitmap example
一个显示bmp位图的例子-a show bmp bitmap example
- 2022-11-19 15:15:03下载
- 积分:1
-
实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。...
实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。-BM algorithm to find the realization of the text string function, given the number and the matching time.
- 2022-01-25 14:38:29下载
- 积分:1
-
本程序实现了对ADXL加速度计在Delphi的…读出的所有方面
This program implements all aspects of readout of ADXL accelerometer in Delphi. It enables plotting and checking of output of typical ADXL 202 accelerometer. You can set RS via ini file and add more functionality Do not work with ADXR gyros.
- 2022-11-02 02:30:02下载
- 积分:1
-
用JAVA做的聊天软件,有安装程序和源代码
用JAVA做的聊天软件,有安装程序和源代码-do with Java chat software, installation procedures and source code
- 2022-02-03 15:11:07下载
- 积分:1
-
readertest.rar
ReaderTest.rar
- 2022-01-26 04:03:26下载
- 积分:1
-
I saw the full screen caption bar that came on top. The FullScreenHeader is a lo...
I saw the full screen caption bar that came on top. The FullScreenHeader is a look alike of that caption, it is made in Win32 and I ve tried to make it somehow custom. This is my first Win32 app ever released, and there may be errors on it. Please point out any errors done!
- 2023-07-11 01:10:03下载
- 积分:1
-
This is a C program can detect whether or not there is a memory leak of categori...
这是一个可以检测C++程序中是否有内存泄漏的类,并给出了应用实例-This is a C program can detect whether or not there is a memory leak of categories, and gives examples of the application
- 2022-10-02 14:35:03下载
- 积分:1
-
一个用delphi实现的邮件收发程序,实现了邮件的基本功能
一个用delphi实现的邮件收发程序,实现了邮件的基本功能-Delphi realize a use of mail procedures, realize the basic functions of the e-mail
- 2022-08-03 09:43:44下载
- 积分: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