搜索资源列表
VC++duochuankoukongzhijiejue
- VC++多串口控制解决方案(DLL) 工业控制--串口通讯方法(WINAPI实现) -VC Multiport Serial control solution (DLL) industrial control -- serial communication (WINAPI it now)
VC++Audio
- 声音是多媒体的一个重要组成部分,在应用程序中加入声音可以使界面更友好 VC++实现声音播放-multimedia voice is an important component part the applications include voice can interface more friendly voice broadcast VC
rsa1.0
- RSA算法的源码,出自高手 VC。-RSA algorithm source code, stems from master VC.
S6_1
- VC对位图的操作比较烦琐,要显示一个位图到对话框上去,很麻烦。我在开发的过程中走通了两条路:一是使用Kodak图象编辑控件;二是利用Microsoft提供的例子中的一个类,并稍加改造。两种方法各有优缺点。我把它写下来,以避免其他人多走弯路。-VC right bitmap comparison cumbersome, to show that a bitmap to boost dialog, a lot of trouble. In
vc++ 21天
- 好的教程Vc++21 天-good tutorial Vc++21 days
用VC++实现矢量地图背景下的实时显示
- VC++实现矢量地图背景下的实时显示-VC vector background maps of the real-time display
VC++网络教程
- 很不错的书要有一定编程基础的才能看懂不适合菜菜的-very good to have a certain book based programming can understand not suitable for the planting
vc图像识别--2 人邮版的随书光盘
- VC++数字图象获取,处理及实践应用.数字图像模式识别技术及工程实践上的关于图像的纹理相关、局部平稳性、惯性矩等的计算源代码和程序。.. -VC digital image acquisition, processing and application. Digital image pattern recognition technology and engineering practice on the texture relevan
vc界面
- 我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。 为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix fr a me, and fr a
jiemian
- 浏览器IE4.0风格的界面效果, vc实现源代码. 试用.-browser-style interface effects, vc achieve source code. Probation.
VC++精品源码
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载
直方图修正和彩色变换源代码
- 用VC++编写的用于绘制直方图的程序,对于学习用VC绘图的工作者有帮助。在VC下编译通过。-VC prepared for the histogram mapping procedures, learning VC mapping workers to help. The VC compile.
VC++duochuankoukongzhijiejue
- VC++多串口控制解决方案(DLL) 工业控制--串口通讯方法(WINAPI实现) -VC Multiport Serial control solution (DLL) industrial control-- serial communication (WINAPI it now)
VC...................................
- UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据; 具体实现很简单,但是现在在网络上很少看到这方面的代码;我也参考了VCKBASE上的关于UDP通信的原代码和一些书籍,写了这个简单的客户端,接收端程序
VC++Audio
- 声音是多媒体的一个重要组成部分,在应用程序中加入声音可以使界面更友好 VC++实现声音播放-multimedia voice is an important component part the applications include voice can interface more friendly voice broadcast VC
vc++hookdll
- 中文键盘钩子. 欢迎下载!-Chinese keyboard hook. welcome to download!
shipingliu
- 相关的人脸识别VC源程序,都比较经典实用.可以上传给大家共享!欢迎大家使用.-related to the Face Recognition VC source, Classics are more practical. can be uploaded to share! Everyone is welcome to use.
mpeg4yuandaima
- MPEG4播放器源代码 VC源码¦多媒体 -MPEG4 Player source code VC directors multimedia source
vc-mp3
- mp3 播放器 vc++ 源代码 vc++ 源代码 vc++ 源代码 -mp3 player, vc++ source code for vc++ source code for vc++ source code for vc++ source code for vc++ source code for vc++ source code
让工具栏可拖动移动位置,VC代码
- VC/C++源码,界面编程,工具栏 VC实现一个可移动位置的工具栏,像Office的一些工具栏一样,可以从主窗口拖出来,放在其它的工具栏旁边,也可将工具栏放回原处,实现起来并不复杂,但这个功能如果用好了会很实用,特别适用于一些对主编辑区要求区域较多的场合,可腾出大量空间供用户使用,VC++拖动工具栏位置的源码实例,欢迎下载。