搜索资源列表
VC图像处理
- VC图像处理使用picture控件动态显示图片方法 一 控件适应于图片尺寸 添加一个picture控件,修改ID为IDC-PICTURE,并添加一CBitmap m_bmp成员变量 在OnInitDialog()函数中添加如下代码 if(m_bmp.m_hObject!=NULL) m_bmp.DeleteObject();
Gis vc
- Gis 地理信息系统 VC 实现的经典书籍
Vc++俄罗斯方块程序
- Vc++俄罗斯方块程序毕业设计及详细论文
VC++ 深入 讲解
- vc++ 深入讲解资料 学习 vc++的 绝好资料
VC-USB-HID.常用的Windows+API调用
- 常用的Windows+API调用 怎样编写一个在USB接口读写数据的程序 HID设备的访问,Commonly used Windows+ API call how to prepare a USB interface to read and write data through HID equipment visit
Halcon_VC Halcon与VC之间图象互相转换
- Halcon与VC之间图象互相转换相关说明-Hallcon VC++
VC 调用IE的网址导入和导出功能
- VC 调用IE的网址导入和导出功能 收藏夹功能-VC call IE' s address import and export functions Favorites feature
VC-SolidWorks-DEV.rar
- 基于VC ++ 的SolidWorks 标准件库二次开发,Based on VC++ Of SolidWorks standard parts library secondary development
CSKIP-VC.rar
- zigbee网络中cskip算法的原理和VC++的实现代码,zigbee network cskip algorithm principle and the realization of VC++ code
21点扑克牌游戏
- 21点扑克牌游戏,VC++课程设计报告书,21:00 poker game, VC++ curriculum design report
VC-UDP
- VC实现最简单的UDP通信,编写UDP通讯的小例子-VC achieve easiest UDP traffic, write a small example of UDP communication
VC之读取任意格式的文本文件
- VC之读取任意格式的文本文件.doc
linkfunction
- VC中为应用程序实现超链接功能,TXT文档,与大家分享-VC in the application implementation hyperlink function, TXT files to share with you
ANSYS-a-vc-a-APDL
- ANSYS的APDL与C语言混合编程(实例)。介绍了如何使用ANSYS的APDL与C语言的混合编程基本方法,并给出了实例及代码。 -The ANSYS APDL language mixed with the C programming (instance). Describes how to use ANSYS APDL and the Mixed C programming language, the basic method, and gives examples and code.
migong
- 老鼠走迷宫问题,VC++6.0开发平台,实现图形的界面。-IEEE MicroMouse Maze Algorithm Research and Implementation of The Algorithm
PRODAVE
- PRODAVE 和VB/VC例子实现VB/VC与s7-200的PPI通信-PRODAVE
SampleEng
- 用VC++ 6.0与三菱PLC 作上位机通讯原理,界面还有部分预留给未来的使用,可以控制马达的动作,当然你自己要会写PLC的代码。--Using VC++ 6.0 with Mitsubishi PLC for PC communication theory, the interface there are some reserved for future use, to control motor movement, of course, you have to write PLC code.
VC 系统操作通过菜单的形式完成
- 系统操作通过菜单的形式完成,包括:文件复制、文本文件显示、文件连接、文件目录显示、文件更名、文件删除、文本文件字节数统计内容、文件内容比较功能-System operation through the menu in the form of completion, including: file copy, text documents, file connections, file directory display, file rename, file delete, the text fi
Ansys-a-vc
- ANSYS二次开发调试技术。详细介绍详细介绍/TRACK和/DEBUG两个命令。-ANSYS secondary development and debug technology. Details Details/TRACK and/DEBUG two commands.
vc++图像处理教程
- VC++6.0 环境下的数字图像处理教程 比较详细 适合初学者