-
TextView_VC6_Project
Sample Visual Studio C++ 6 source code for building a text file viewer named, TextView. May be used as a replacement for Microsoft s Notepad utility.
- 2014-05-07 11:42:19下载
- 积分:1
-
C++
说明: 标准答案习题1
1.1 简述C++语言程序的结构特点。
答:
(1)C++程序由一个或多个函数组成,其中至少有一个主函数main(),程序从主函数开始执行,由主函数来调用其他函数。(Standard answer to Exercise 11.1 on C++ Language program structural characteristics. Answer: (1) C++ Procedures by one or more functions, of which at least one of the main function main (), the procedure started from the main function, from the main function to call the other function.)
- 2008-11-25 16:16:27下载
- 积分:1
-
C++ 三维面积图(提高篇-实例517).zip
C++ 三维面积图(提高篇-实例517).zip
- 2019-10-02下载
- 积分:1
-
MySky
该程序用VC+OPENGL模拟展示了蓝天白云的,再现自然景关(The program with VC+ OPENGL simulation shows the blue sky, the reproduction of natural scenery Guan)
- 2010-03-14 20:28:35下载
- 积分:1
-
俄罗斯方块源码
俄罗斯方块vc源码 ,适用最新的vc打开,希望对广大同学有用
- 2023-04-29 21:55:03下载
- 积分:1
-
LibsvmToMatlab
LIBSVM使用介绍LIBSVM使用介LIBSVM使用介绍绍LIBSVM使用介绍(LIBSVM use and presentation of LIBSVM use and presentation of the use of IL LIBSVM Shao LIBSVM use and presentation of)
- 2009-12-22 10:42:54下载
- 积分:1
-
例程6-按键控制
按键控制led灯的亮灭设置高低点公平大大额伟大(Key control of LED light)
- 2018-07-21 15:58:55下载
- 积分:1
-
DES
以DES加密算法为例理解对称密码算法,用计算机模拟DES加密解密算法。
(DES encryption algorithm as an example to understand the symmetric cipher algorithm, using computer simulation DES encryption and decryption algorithms.)
- 2013-06-16 15:43:14下载
- 积分:1
-
这是一个查看系统进程的程序,类似于windows的进程管理器 希望对大家有所帮助...
这是一个查看系统进程的程序,类似于windows的进程管理器 希望对大家有所帮助-This is a procedure to view system processes, similar to the process windows manager would like to help everyone
- 2022-02-02 09:08:15下载
- 积分:1
-
学生成绩查询系统
一个简单的学生成绩查询系统。
1.设计并实现类class stuManage(...)用以实现对学生成绩的管理;
2.在系统中至少定义两个类即信息管理类和学生类,每个类中有各自的属性和方法;
3.类class stuManage(...)包含至少三个函数并实现相应功能:
1).searchInfo(...):根据姓名或学号,查询学生所有课程成绩;
2).addItem(...):增加一条信息到文件中存储(若信息重复,则提示并覆盖);
3).displayAll(...):显示文件中存储的所有信息。
4.运用了文件的写入、存储和输出;
5.统一用all.txt文件存储所有信息,姓名、学号等字
- 2023-08-15 07:10:03下载
- 积分:1