搜索资源列表
vc1_06
- 网上的使用vc++圆形按钮制作源代码.Vertical and square resource-buttons get circular.\\nHorizontal, non-square, resource-buttons get stretched.-Internet use vc circular button produced the source code. Vertical and square're source-buttons get circular. \\ nHori
WinCE_5.0specific
- windows ce新特性介绍,对于学习windows ce的人 很有帮助,如果大家学过vc,这个会比较容易上手的-windows ce new features introduced for the study of windows ce helpful, If we learned vc, this will be easier to get started with the
VC界面编程总结
- VC界面编程总结,拥有美丽的外观,软件就成功了一半。界面由控件、工具栏、菜单、窗体等元素组成,对他们进行美化就能得到一个美丽的界面。 让控件更醒目在ComboBox中改变列表框的宽度-VC interface programming concluded with a beautiful appearance, the software is half success. Interface from the controls, toolbars, menus, forms and other
GPSdataget
- 这个是vc++实现GPS定位数据的提取的文档及代码,对初学者和工程人员都有很大的帮助-GPS data get by VC++
OPNETandVCdebug
- 总结opnet与vc联调经常出现的情况,利于初学者快速上手-Summary opnet with vc FBI is frequently the case, which will help beginners get started quickly
VC
- VC界面编程总结,拥有美丽的外观,软件就成功了一半。界面由控件、工具栏、菜单、窗体等元素组成,对他们进行美化就能得到一个美丽的界面。 -VC GUI concluded with a beautiful appearance, the software is half success. Interface from the controls, toolbars, menus, forms, and other elements, landscaping can get them on a b
1
- 在Vista操作系统中通过manifest文件使VC应用程序获得管理员权限-In the Vista operating system through the application manifest file to get administrator privileges VC
2Dgame-design
- 2D游戏引擎开发说明,作为游戏开发重要工具的游戏引擎,必将有着更加广阔的市场前景。而我建议那些想进入游戏行业的朋友们先学习一些有关引擎工具的使用方法。这个道理与美工使用3DMax、程序员使用VC,没有什么不同-Descr iption of the development of 2D game engine, as an important tool for game development, game engine, is bound to have a more broad market p
matlabhunhebiancheng
- Matlab是一个很好的大型数值计算软件。解释型的程序执行、即时的调试窗口、高效的矩阵运算、丰富的工具箱,使它成为了数值计算和科研工作的必备软件。虽然Matlab具有众多的优势,可是它的程序却很难完全摆脱Matlab环境运行,在界面功能上也效率低下,这些缺点我们在使用Matlab的同时,不免担忧自己的成果不能方便地对外发布。对Matlab的运行方式进行了分析,之后提出了Matlab和VC高级语言之间混合编程的方法,以及Matlab程序独立打包和如何提高Matlab程序的界面运行效率的方法。 更多
Matlab-code
- Matlab是一个很好的大型数值计算软件。解释型的程序执行、即时的调试窗口、高效的矩阵运算、丰富的工具箱,使它成为了数值计算和科研工作的必备软件。虽然Matlab具有众多的优势,可是它的程序却很难完全摆脱Matlab环境运行,在界面功能上也效率低下,这些缺点我们在使用Matlab的同时,不免担忧自己的成果不能方便地对外发布。对Matlab的运行方式进行了分析,之后提出了Matlab和VC高级语言之间混合编程的方法,以及Matlab程序独立打包和如何提高Matlab程序的界面运行效率的方法。 更多
tanchishe
- 贪吃蛇,小时候大家都爱玩的游戏-Snake game,vc++ you can get happiness from it
tool
- vc开发必备的书籍,可以帮助我们更好的获得自己能力的提升,更加适合一线开发人员。-vc development of essential books that can help us better get to upgrade their skills, more suitable for front-line developers.
pc
- vc如何获取文件夹中文件个数,适合初学者学习,不错的文档-VC how to get the file number of folders, suitable for beginners to learn, good documentation
VC-get-time
- vc获取系统日期的一些方法总结,可以直接用在程序中-Some methods vc acquisition system date summary
IPadress
- 本程序主要是利用VC编程来进行计算机IP地址的获取-This procedure is the use of VC programming to get the computer s IP address
MFC-handle-conversion
- 一般我们使用的框架是VC提供的Wizard生成的MFC App Wizard(exe)框架,无论是多文档还是单文档,都存在指针获取和操作 问题。 下面这节内容主要是一般的框架,然后再讲多线程中的指针使用。使用到的类需要包含响应的头文件。 首先一般获得本类(视,文档,对话框都支持)实例指针 this,用this的目的,主要可以通过类中的函数向其他类或者函数中发指针,以便于在非本类中操作和使用本类中的功能。 这其中的关键在于理解 m_pMainWnd, AfxGetApp(),AfxGetMai