搜索资源列表
youzi.cpp
- 给定N个大小不等的圆C1,C2,…,现将这N个圆排进一个矩形框中,且要求个圆与矩形框的底边相切。圆排列问题要求从N个圆的所有排-given N ranging from the size of the circle C1, C2, ..., N now it is discharged into a round rectangular box, demanding 000 yen rectangular box with the bottom tangent. Yuan with the pro
score.cpp
- 题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其资料,在D盘上生成D:\\score.dat文件;从全班成绩文件中找出需要参加补考(有一门或一门以上课程成绩<60分)的同学及其资料在C盘上生成补
progress
- VC实现的多线程进度条-a source project which has implemts a multithred progress
simpletalk
- 一个简易的聊天窗口,用C+API的方式编辑的,在dev-cpp下编译通过-A simple chat window, using C+ API way to edit, in dev-cpp compile under through
graphics_cpp
- 用C++语言写的可在Turbo C下编译运行的若干图形函数,调用C的graphics.h里的函数,能实现矩形,椭圆等图形的绘制-Using C++ language written in Turbo C compiler to run under a number of graphics functions, call the graphics.h in the C function, to achieve rectangular, oval, such as graphics renderin
vc_tree
- VC 制作的目录界面,跟VC6.0开发环境类似-VC production directory interface, a similar development environment with VC6.0
pin
- 可以使对话框显示在最上面的窗口并定下来,很好用,他使用一个类,名称:PushPin.h PushPin.cpp 此源码仅用于测试,已经去掉已此无关的原工程上的很多东西! thanks pudn !-Can make the dialog box displayed at the top of the window and laid down a very good use, he uses a class name: PushPin.h PushPin.cpp this source i
AkelPad3.0.0-src
- 俄国人写的用来代替notepad的程序,完全win32API编写,纯C代码(虽然后缀是cpp),共有1万多行代码,支持插件功能,察看其代码,是基于richedit控件进行扩展的。-Written by the Russians used to replace the notepad program, complete win32API preparation, pure C code (although the suffix is cpp), a total of more than 1 lin
high-quality-cPP-programming-
- 对 c++的深入剖析,让我们对c++的一些重要的知识点做一个更深刻的了解。-descr iption of visual C++ ,let you be a programming master-hand
How-to-use-Visual-CPP-2008
- My objective with this book is to teach you the essentials of C++ programming using both of the technologies supported by Visual C++ 2008. The book provides a detailed tutorial on both flavors of the C++ language, on native ISO/ANSI C++ Windows appli
Mail-client-realized
- 为发送者提供一个图形界面,其中有用于本地邮件服务器的以下字段:发送者电子邮件地址接受者电子邮件地址、报文主题及报文本身。SMTP客户端是编辑、发送邮件的部分,用户通过界面输入邮件信息后,SMTP客户端根据邮件信息生成标准格式的邮件,并发送到SMTP服务器上。-For the sender to provide a graphical interface, including the local mail server for the following fields: e-mail addres
CPP
- 从键盘输入一行字符,写入一个文件,再把该文件内容读出显示在屏幕上-From the keyboard input line characters, to a file, again the file content read are displayed on the screen
drawgraph_directUI
- 很好的界面控件例子,好东西需要分享,不好不推荐!-A good example of the interface controls, need to share good things, bad is not recommended!
CPP-GUI-PROGRAMMING-WITH-QT4
- 利用奇趣科技公司(Trolltedl)的Qt应用程序框架,可以构建出工业级的跨平台应用程序。在源代码不经任何修改的情况下,这些程序即可流畅运行于Windows、Linu/UNIX、Mac OS X和嵌入式Linux上“一次编写,随处编译”。 本书对Qt进行了全面介绍,充分展示了Qt程序开发模式中的每一个细节。奇趣科技公司就是采用这样一本包含诸多实际应用和深刻见解的书籍来对新员工进行Qt培训的。在本书中,除了可以找到诸如数据库访问、XML集成、自定义控件的创建等成熟完善的技术以外,还可以为
CPP-GUI-Qt-4---Examples-Source
- 学习qt 时一本很少的学习书籍 这是书籍的源码 希望对大家有帮助-Qt when learning to learn a little book which is the source of books we want to help
Visual.CPP
- 本程序使用VC++制作特效界面,里面有100个例子,内容非常丰富,是学习界面制作的很好参考-This program create special effects using VC++ interface, there are 100 examples of the content is very rich, is making a good reference to learn interface
CPP
- 框架的建立,初步的学习。这是老师上课的例子。拿了出来分享一下-Framework in place, a preliminary study. This is a teacher in the class example. Took out to share
Visual-CPP-2008-Feature-Pack
- 34 个 Visual C++ 2008 SP1 Feature Pack 的界面和控件示例程序,对 vc9 MFC c++ 应用程序界面设计和控件使用极具参考价值。 全部程序在 Visual C++ 2008 SP1 环境下编译(Win32 Debug 模式)通过,生成了 34 个 exe 文件,存放在 "_34个实例的exe文件" 子目录,以便快速查看。-34 Visual C++ 2008 SP1 Feature Pack sample interface and control pr
building-forms-with-CPP-code
- Windows 窗体是一个窗口化工具包,而不像 MFC 一样是完整的应用程序框架。-Windows Forms is a window of the tool kit, rather than as a complete MFC application framework.
dllTest7-use-CPP-amd-MFC
- 使用Visual C++和MFC实现对动态链接库的调用的一个小实例。可是通过这个例子对dll有个很好地了解。-Use Visual C++ and MFC calls for dynamic link library, a small example. But by this example of the dll has a good understanding.