-
VBMouseWheehao
VB6开发环境的鼠标滚轮插件
VB6开发环境,无法使用鼠标的滚轮,这个插件解决了这个问题.
使用方法是用VB把这个插件编译好,编译时,把动态库指向windows目录.(plug-in for vb , vb mouse wheel
original vb donot support mouse wheel. so someone develop this plug for vb.
It write by vb. So you have to compile it by visual basic, then registe it in your computer.)
- 2009-06-18 21:16:27下载
- 积分:1
-
CHAPTER_5
说明: 相场模型模板代码,可以用来进行相关扩展,十分重要了啊(There is a realization method of material in moose framework)
- 2020-09-25 16:17:47下载
- 积分:1
-
a VB
一个用VB开发的细胞元动机-a VB-cell yuan motivation
- 2023-05-18 21:40:02下载
- 积分:1
-
7z-master
说明: 7-zip source code (from github)
- 2020-06-25 08:40:02下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
AY_Emul_Version24_6
说明: ay emulator3 code in c language
- 2020-06-17 01:40:01下载
- 积分:1
-
信号处理工具箱
说明: 做时频分析需要用到的工具箱,可以安装到matlab的toolbox里面,非常好用。(ime frequency analysis needs to use the toolbox, can be installed in the toolbox of MATLAB, very easy to use.)
- 2020-08-19 11:00:19下载
- 积分:1
-
tun2sock v1.3
Tun2Socks for Windows
- 2018-06-03 06:01:38下载
- 积分:1
-
fxdemo
说明: 分享功能实现,微信分享,可以在app内部打包实现,分享到微信(Sharing Function Implementation WeChat share It can be packaged in app and shared with Wechat)
- 2019-04-23 09:23:33下载
- 积分:1
-
测试STM8L共6种模式功耗的工程
说明: STm8低功耗测试,目前测试效果良好,有需要的小伙伴可以下载参考下(STm8 low power test, the current test results are good, small partners in need can download the reference)
- 2019-05-08 17:51:54下载
- 积分:1