-
Panel
这是vc用对话框做面板的源码,可以将各个对话框嵌套在一个主对话框中(This is vc dialog box to do with the source panel, the various dialog boxes can be nested in a main dialog)
- 2009-03-10 17:28:00下载
- 积分:1
-
chat
聊天程序的源码,对学习socket编程很有帮助。(Chat program source code, useful for learning socket programming.)
- 2009-12-24 01:35:44下载
- 积分:1
-
MMBPlugInSDK
Multimedia Builder 是一款制作多媒体程序的优秀软件。它具有强大易用的交互功能,丰富的对象使用,潜力无限的脚本语言,以及小巧易懂的小助手,并且支持绝大多数的多媒体文件格式,加上内建多种影像处理效果,将能帮助你快速的开发一个漂亮的互动式多媒体应用程序。
本套代码为MMB的PLUGIN SDK,用于扩展MMB的应用程序功能。(Multimedia Builder is a multimedia program produced excellent software. It has a powerful and easy to use interactive features, rich object the use of unlimited potential scripting language, as well as small and easy to understand his assistant, and support the vast majority of multimedia file formats, plus built-in a variety of image processing effects, will be able to to help you quickly develop a beautiful, interactive multimedia applications. This set of code for the MMB' s PLUGIN SDK, the application for the expansion of MMB function.)
- 2010-03-08 23:58:29下载
- 积分:1
-
SerialDotNet2
原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。
鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。
由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。
本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。()
- 2007-09-06 16:58:26下载
- 积分:1
-
essentialcom
This is a good book for the windows com.
- 2009-05-12 09:42:02下载
- 积分:1
-
vc_Program_for_sticky_feature_source
vc程序实现便利贴功能源码vc Program for sticky feature source
(vc program functions to achieve sticky source vc Program for sticky feature source)
- 2010-08-05 12:07:25下载
- 积分:1
-
LeastSquare
说明: 给出一些离散的点,根据最小二乘法求出拟合的直线。(If there are some discrete points, you can get a line based on least square method.)
- 2011-03-23 16:19:11下载
- 积分:1
-
ClientImformationSystem
MFC的增删查改基本功能的实现,对于初学者来说还算不错(MFC s basic CRUD functionality, pretty good for beginners)
- 2020-11-07 21:49:55下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1
-
Directx3D-Program
DirectX 9.0 3D游戏开发编程基础源代码
初始化Direct3D,绘制流水线,光照,纹理映射,融合,网格,粒子系统,着色器(DirectX 9.0 3D Game Development Programming source code Initializing Direct3D, drawing line, light, texture mapping, integration, grid, particle systems, shaders)
- 2013-07-16 15:46:14下载
- 积分:1