资源列表
Test15
- 浏览器导航条的重绘,相当精彩,VC的朋友可以参考参考,绝对有用哦!-Browser navigation bar re-paint, quite wonderful
leiyi
- 基于对话框类 密码输入 进入个人信息登录系统 实现个人信息输入且添加到列表控件且实现查找 删除 保存 txt 按钮位图加载 -Based on the password input dialog class to enter personal information registration system to achieve personal information is entered and added to the list of controls and achieve delet
PropertyPageAndWizard
- VC编写的程序,创建一个基本的属性表和向导,即把多个对话框的大量信息组合在一个对话框中。在MFC中涉及到CPropertySheet和CPropertyPage类-written by VC,create a basic PropertySheet and PropertyPage,referred to Class CPropertySheet and CPropertyPage.
CPP
- 采用C++语言构建应用程序,主要解释了C++中类的定义,类的使用,类的创建,以及使用C++语言实现图形化界面。-Graphical interface to build applications using C++ language, mainly explain the C++ class definition, the use of the class, the creation of class, and the use of C++ language.
97_2D_2Level
- 這是一個二維的上提式9/7離散小波的Verilog的源碼,此為Encoder
snake_game
- VC面向对象,贪吃蛇游戏的设计。该游戏有模式选择和背景播放功能,经过调试能在VC6.0环境下顺利运行,适合初学者。-VC object-oriented, Snake game design. The game has a mode selection and background playback features, debugging can run smoothly in VC6.0 environment, suitable for beginners.
calender
- 一款简单vc++的万年历,值得初学者学习-A simple calendar, it is worth learning for beginners
TestLongLatCtrl
- 该经纬度输入控件实现了度、分、秒形式的经纬度输入功能,经纬度中的度、分、秒字段均可通过微调按钮或者键盘的上下键进行数字的增减,你可以通过左右键进行度、分、秒输入域的切换。该控件可以设置度的输入范围,默认的度范围是0~89。-The latitude and longitude input control to achieve the latitude and longitude input in degrees, minutes and seconds, latitude and longitu
CBttonEx
- 利用动态连接口(钩子)技术,实现对Button控件风格的更改,其中Dll和测试程序,都带有源码-Dynamic connector (hook) technology to achieve the Button control style changes, which Dll and testing procedures, all with source code
Android_sdk-(1)
- android聊天软件 android聊天软件-android chat software
ResearchandRealizationinFaceDetection
- 一篇有关人脸检测的博士论文,提出了一种改进的pca特征提取方法,综合运用小波和离散余弦法对的支持向量机对人脸进行检测
TestLongLatCtrl(V1.1)
- 在于GIS相关的软件中经常要输入经纬度数值,而基于MFC Edit控件的经纬度输入控件需 要创建三个Edit编辑框,来分别输入度、分、秒数值,并且需要分别进行输入范围和有效 性的检验。该基于BCGControlBar的经纬度输入控件实现了在一个输入窗口中分别按照度 、分、秒三个值域来输入经纬度数值,并同时进行了输入分有效性和输入范围的检验。经纬度中的度、分、秒字段均通过数字键盘直接输入数值,也可通过微调按钮或者键盘的上下键进行数字的增减,你可以通过左右键进行度、分、秒输入域的切换。该