资源列表
Animation
- 本源码是模拟的跑酷小游戏,带有流畅的人物奔跑动画效果,还有欢快的音乐。源码基于VC 2010创建,请用VS2010或更高版本编译运行。在帧动画的判断上,本可以直接使用求余运算, 但是 求余运算速度及效率不好, 所以使用简单的判断操作代替。通过源码可了解下绘制人物、透明贴图的相关技巧,这些技巧对于编写游戏来用是相当有用的。-The source is analog parkour game, characters with smooth running animation, as well as
studyinfomanage
- 简易C++学生成绩管理程序。功能方面实现学生基本信息的添加、学生档案的添加、以列表方式显示学生成绩等基本操作,是一个学习c++编程的参考范例。-Simple C++ student performance management process. Function to add students to achieve basic information, add student files to display a list of student achievement and other bas
PopMenu
- VC++ PopMenu弹出式菜单例子源码,弹出式菜单(PopMenu)在程序界面上单击鼠标右键弹出的菜单就是弹出式菜单。通常情况下,或在窗体菜单栏内点击菜单时弹出,属于较基本的常用菜单了,希望VC++新手们可以参考哦-VC++ PopMenu example source pop-up menu, the pop-up menu (PopMenu) in the program interface, right-click pop-up menu is a pop-up menu. Under
getpassword
- VC++获取密码框密码的小程序,使用时只需拖动放大镜到密码输入框上面,就能得到密码的内容,超COOL哦!不过试下一下,我是在网页上登录的,放大镜放上后显示NO,可能不适合网页上的密码框,另外程序也有些早了,可能很多方法和属性现在有了新的定义,不过还是建议有空了研究下哦。-VC++ to get the password box password applet, just drag the magnifying glass to the use of a password input box ab
pushpin
- 在属性页的左边加入一个图钉按纽,熟悉Microsoft Developer Stdio的朋友一定很熟悉,里面的一些代码是可以用的,不多介绍了-On the left the property page to add a pushpin button, the familiar Microsoft Developer Stdio friends must be very familiar with some of the code can be used inside, not much intr
APIBROW
- VC++使用公用控制回调在一个CListView中管理CListCtrl控制,用于分析了一些以逗号为分割符的文本文件,例如在你的\MSDEV\LIB(VC5.0在DevStudio\VC\Lib)目录下的Win32Api.CSV就是这样的文件-VC++ using the common control callback management CListCtrl control in a CListView, the analysis of a number comma separator tex
Dialog
- VC Dialog Checkbox Combobox Radiobox等控件使用演示,新手必看的基础级VC++源码,演示了在窗口中使用复选框、单选框、下拉框、输入框等基础窗体控件的方法,高手请绕行-VC Dialog Checkbox Combobox Radiobox other controls using the demo, writeup on the basis of class VC++ source code, demonstrates the use of the check
SniffApplication
- VC++网络监听程序附源码,功能方面类似于网络监控程序,可监测网络指定连接的协议、源IP地址、目的IP地址、通信端口、大小等信息,实现了基本的功能。运行前请进行缓冲设置。-VC++ program with source network monitoring, network monitoring functions similar procedure can monitor network connections specified protocol, source IP address, d
DeleteFile
- 较简单实用的VC++删除文件DeleteFile示例,比较基础的文件操作,删除指定的文件,通过“浏览文件”找到要删除的文件,点击“删除”按钮,即可把文字删除。-Simple and practical VC++ delete file DeleteFile example, the basis of comparison of files, delete the file specified by the "Browse Files" to locate the file you want to
Delete
- 比较完整的VC++批量删除指定文件的源码实例包,有兴趣您可下载源码包重新编译测试。本程序运行后可指定盘符、指定文件类型,确定后将删除选中盘符下的所有文件,因此在测试时要小心哦。-More complete bulk VC++ source code examples to delete the specified file package, are interested you can download the source package recompile the test. After t
chatserver
- 又一个简单的VC聊天室程序,分为聊天室客户端和聊天室服务端代码,在服务端中你可以设置聊天服务器端口,设置服务器IP地址,监控聊天内容等功能。客户端主要是连接服务端,连接成功后提供消息发送功能,与QQ聊天软件的基本原理相似。-VC has a simple chat room procedures, divided into chat rooms and chat rooms service client-side code, the server you can set the chat ser
IniFile
- VC++读娶写入ini文件节点键值信息,测试程序中没有包括INI文件,你可以自己找一个INI文件供测试。程序运行窗口如图所示,程序操作INI文件信息,读出INI文件中的各个节点、键值、键名等信息,并可对这些信息进行修改和写入。在平时的软件开发中,INI的使用很广泛,经常被做为配置文件来用,这就需要对INI进行频繁的读写操作-VC++ marry write ini file read node key information not included in the test program IN