资源列表
blast
- BLAST detection algorithm
course-correspond
- 在Visual C++6.0下利用共享内存、消息实现内部进程通信
ext-1.0.1a
- 由一个外国人创建的超强WEB界面,绝是强啊`~
SpeedTrap
- Guide to using the various background detector implementations
123
- C#2.0可伸缩界面代码.rar 效果分厂不错啊 请实用
PTZTest
- PTZ控制的程式式範及文件
VxWorks_BSP_AXD
- 实现用AXD调试VxWorks BSP显示源代码的方法,虽然是汇编代码,但总算可以看见源代码了,可以帮助调试BSP
GetHid
- 獲得系統中所有的HID設備,本程序在VC6.0中編譯通過。適合初中級用戶使用
MPEGTSUtils
- MPEG TS Utils application provides the user with a visual representation of the multiplexed stream structure of MPEG-2 Transport Streams (ISO/IEC 13818-1). The application allows the user to investigate the basic transport stream packets with their f
image
- 用vc写的关于位图翻转,放大,缩小和转为负像等多项图像增强技术,程序条例很清楚,是vc图像处理方面典型的软件源码
ClickDialog
- 点击按钮,弹出另一个对话框的Demo 第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单! 第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog 第三步:在主对话框中为按钮添加函数。如下: void CClickDialogDlg::OnButton1() { // TODO: Add your control notifi
MultiThreadSock
- 多线程socket程序,基于“阻塞SOCKET”的包装类以及示例程序