-
SaveImage2File_vs2010
将窗口保存为JPG、PNG等图片格式,演示了CImage类在VC++中的应用,在VS2010下编译通过。(Save the dialog windows as JPG, PNG file, demonstrated the the CImage class in VC++, compiled by VS2010 under.)
- 2021-04-05 14:09:03下载
- 积分:1
-
Untitled
This function is built to segment the nuclei of white blood cells
- 2014-01-26 17:58:26下载
- 积分:1
-
一个地形渲染的引擎 terrainengine
一个地形渲染的引擎,能够输入dem数据,生成3D地形(A terrain rendering engine, can be dem input data to generate 3D terrain)
- 2008-08-04 16:09:56下载
- 积分:1
-
sunxin
孙鑫C++教程(全20讲)PPT课件讲义和源代码,对于初学c+很有帮助(Xin Sun C++ tutorials (all 20 speakers) PPT courseware notes and source code, useful for beginners c+)
- 2011-09-27 16:39:32下载
- 积分:1
-
C-notes
C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂
第一章:声明和初始化
第二章:结构、联合和枚举
第三章:表达式
第四章:指针
第五章:空(null) 指针
第六章:数组和指针
第七章:内存分配
第八章:字符和字符串
第九章:布尔表达式和变量
第十章:C 预处理器
第十一章:ANSI/ISO 标准C
第十二章:标准输入输出库
第十三章:库函数
第十四章:浮点运算
第十五章:可变参数
第十六章:奇怪的问题
第十七章:风格
第十八章:工具和资源
第十九章:系统依赖
第十章:杂项(C language FAQ, book has 20 chapters, original: Steve Summit, translation: Zhu heroes, Sun Yun. This was not an ordinary introductory books, he may meet all the difficulties C, error-prone areas to collect them all, easily understood
Chapter One: Declaration and initialization
Chapter II: Structure, joint and enumeration
Chapter III: expression
Chapter IV: Pointer
Chapter V: empty (null) pointer
Chapter: Arrays and Pointers
Chapter VII: memory allocation
Chapter VIII: Characters and strings
Chapter IX: Boolean expressions and variables
Chapter X: C preprocessor
Chapter XI: ANSI/ISO standard C
Chapter XII: standard input output library
Chapter XIII: Library Functions
Chapter XIV: floating-point operations
Chapter XV: Variable parameters
Chapter XVI: strange question
XVII: Style
Chapter XVIII: Tools and resources
XIX: system dependent
Chapter X: Miscellaneous)
- 2010-09-21 23:24:48下载
- 积分:1
-
my_strcmp
说明: 常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)(commonly used algorithm defined strcmp compare whether two strings match (I first algorithm) hee h)
- 2006-04-08 10:48:36下载
- 积分:1
-
ClientImformationSystem
MFC的增删查改基本功能的实现,对于初学者来说还算不错(MFC s basic CRUD functionality, pretty good for beginners)
- 2020-11-07 21:49:55下载
- 积分:1
-
LearnVB6
this is visual basic shareware for learning kit.
- 2009-09-15 18:26:36下载
- 积分:1
-
vb_Auto_Update
说明: vb开发的自动升级程序。有自动更新,覆盖原文件等功能(vb development of the automatic upgrade process. Automatic update, overwrite the original files and other functions)
- 2011-03-05 15:43:57下载
- 积分:1
-
area
定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。
重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
- 2014-02-07 23:13:19下载
- 积分:1