资源列表
CEditExAndCStaticEx
- CStaticEx Control的使用-The use of CStaticEx Control
AcctMgmt
- 用C语言实现的简单的帐户资金管理功能,对文件进行操作,可以增加新帐户,修改帐户,删除帐户,无联网和排序功能。DOS窗口。只用一个.C源文件实现。This is a easy program which function is manage accounts.Using C programming language.Compiled in VC++6.0.It could add new account,change account or delete account.Shown in DOS w
freewb
- windows ce 下的五笔输入法,是从自由拼音下修改移植而成的。-windows ce five-stroke input method under is free to modify the phonetic form of transplantation.
BkgndSDI
- 在单文档框架结构的背景窗口上显示图案。重载视图OnEraseBkgnd函数,添加代码:if(!m_bAnimatedBkgnd) pDC->StretchBlt(0,0, rcClient.right-rcClient.left, rcClient.bottom-rcClient.top, &dcMem, 0,0, bm.bmWidth, bm.bmHeight, SRCCOPY) else {
Gdi2
- 此软件用于练习在VC++环境下各种绘图工具的使用-This software is used to practice in VC++ Environment a variety of mapping tools
Demos
- C#参考视频下的编程小样,可供教学和自学C# 的人士使用-C# Reference video programming under the sample for the teaching and learning C# To use
fasongyoujian
- 邮件发送类程序,需要smtp验证,欢迎大家测试.-E-mail type of procedure, the need for smtp authentication, welcome to the test.
Gdi
- 此软件用于练习在VC++环境下各种绘图工具的使用。-This software is used to practice in VC++ Environment the use of a variety of drawing tools.
C6
- 收集了目前大学期末考试中18个重要的C程序源代码例题解答,还有24个待续。-Collected at the end of the current university examinations 18 important example C source code to answer, there are 24 adjourned.
C5
- 收集了目前大学期末考试中18个重要的C程序源代码例题解答,还有24个待续。-Collected at the end of the current university examinations 18 important example C source code to answer, there are 24 adjourned.
C4
- 收集了目前大学期末考试中18个重要的C程序源代码例题解答,还有24个待续。-Collected at the end of the current university examinations 18 important example C source code to answer, there are 24 adjourned.
C3
- 收集了目前大学期末考试中18个重要的C程序源代码例题解答,还有24个待续。题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 1.程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。-Collected at the end of the current university examinations 18 important C
