-
DicomDisplay
vtkImageViewer2实现的放大,缩小,window color/window level调整(vtkImageViewer2 achieve zoom in, zoom, window color/window level adjustment)
- 2013-07-13 13:02:54下载
- 积分:1
-
listgai
这个listgai程序可以实现在程序运行通过单击滚动栏目内容进行选择拦目内容,也可以双击栏目内空通过询问是否删除选中内容(This listgai program can be run in part by clicking the scroll bar to select the contents of project content, you can double-click an empty section in the content by asking whether to delete the selected)
- 2010-11-04 22:42:24下载
- 积分:1
-
GMRES
本文件是gmres算法的c语言代码,大家都抓紧抢着下载哦。(This document is gmres algorithm c language code, everyone rushing to seize download oh.)
- 2014-01-04 22:15:10下载
- 积分:1
-
graph_c
图论课程设计的左右,有兴趣的可以看看!
图论课程设计的左右,有兴趣的可以看看!(graph theory about the curriculum design, interested can see! Gra ph theory about the curriculum design, interested can see!)
- 2007-05-12 20:30:41下载
- 积分:1
-
vb-webcam
This Visual Basic Program capture button events from webcams that uses st0676 chipsets.
- 2009-05-26 22:35:18下载
- 积分:1
-
DH
说明: Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分。Whitefield与Martin Hellman在1976年提出了一个奇妙的密钥交换协议,称为Diffie-Hellman密钥交换协议/算法(Diffie-Hellman Key Exchange/Agreement Algorithm).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而不能进行消息的加密和解密。双方确定要用的密钥后,要使用其他对称密钥操作加密算法实际加密和解密消息。(DH Protocol source code)
- 2014-04-16 11:05:46下载
- 积分:1
-
videoplayerdxs
VC++ 6.0源代码程序,功能是利用DirectShow播放视频文件(Use directshow to play video)
- 2013-12-03 17:16:32下载
- 积分:1
-
GearTestForm_V1
基于C++CLR的齿轮啮合检测系统,其中用到了C++与matlab混合编程以及多线程串口通讯(C++ CLR-based non-circular gear detection system, which uses a C++ and matlab mixed programming and multithreading serial communication)
- 2020-09-12 09:17:58下载
- 积分:1
-
gppwcv5
说明: 模型多角度视图的界定,界面时尚新颖,可控参考,(The definition of multi-angle view of the model, the interface is fashionable and novel, controllable reference,)
- 2018-12-24 03:35:17下载
- 积分:1
-
Wintab_Example
使用wintab开发的例子,VB开发环境,经过验证可以(Wintab32.dll Demo in VB6 ReadMe notes
*******************************************************
*******************************************************
A few notes on this before you play with it:
1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal)
- 2013-10-19 12:59:12下载
- 积分:1