-
embedded database sqlite
嵌入式数据库sqlite-3.3.6移植到uClinux上,基于s3c44b0x开发板-embedded database sqlite- 3.3.6 transplant uClinux, Based on s3c44b0x development board
- 2022-02-04 14:13:48下载
- 积分:1
-
Blackfin processors in the preparation and optimization of C code, pdf documents...
在Blackfin处理器上编写和优化C代码,pdf文件,对于开发blackfin的朋友很有帮助.-Blackfin processors in the preparation and optimization of C code, pdf documents, for the development of blackfin helpful friends.
- 2022-03-04 23:33:41下载
- 积分:1
-
C language curriculum design, student information management system, absolute in...
C语言课程设计,学生资料管理系统,绝对完整,-C language curriculum design, student information management system, absolute integrity,
- 2022-02-20 16:37:02下载
- 积分:1
-
里面有7本c++,mfc,opengl相关的电子书,都挺好的,我看了不错打个包大家来看看吧
里面有7本c++,mfc,opengl相关的电子书,都挺好的,我看了不错打个包大家来看看吧-There are seven c++, Mfc, opengl-related e-books, could hang Yes, I have read good things the U.S. point of view and see packet
- 2022-01-22 09:16:13下载
- 积分:1
-
用Python实现脚本人员沟通平台自动化测试…
实现在STAF平台上,应用python完成自动化测试,分别为控制机端和测试端的代码,实现了通信检测,自动安装,run test case的功能。-Implement automation testing on STAF communication platform with script of Python, including environment prepare,software installment and run test case.
- 2023-04-13 21:20:03下载
- 积分:1
-
别人收集的关于高性能高并发服务器架构的设计文档
别人收集的关于高性能高并发服务器架构的设计文档-Others collected on the high-performance high-concurrency server architecture design document
- 2022-04-14 13:24:29下载
- 积分:1
-
采用新的算法快速打开一个BMP格式的图片
采用新的算法快速打开一个BMP格式的图片-introduction of a new fast algorithm to open a BMP format picture
- 2022-05-15 18:01:29下载
- 积分:1
-
描述了如何进行《全国未成年人思想道德建设工作测评系统》的开发,有整个过程,包括功能说明书,数据分析,sql建模语句。...
描述了如何进行《全国未成年人思想道德建设工作测评系统》的开发,有整个过程,包括功能说明书,数据分析,sql建模语句。-Describes how to carry out
- 2022-03-25 05:16:49下载
- 积分:1
-
这篇文章将给在屏幕图片和光标区域的6个爬行…
本文将给出VC++6.0下实现抓取整个屏幕图像及光标区域的具体步骤及程序代码。-This article will give VC++ 6.0 crawl under the screen images and cursor region specific steps and procedures of the code.
- 2023-01-01 23:30:04下载
- 积分: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-03-19 23:31:56下载
- 积分:1