-
jhdsifuyuiyer
很好,可以帮助人们更好地学习,提供很好的学习资料,让人思考。(very good)
- 2011-12-06 19:20:17下载
- 积分:1
-
用MTALAB实现各种微波传输线参数的可视化进行了仿真
用MTALAB实现各种微波传输线参数的可视化进行了仿真-With MTALAB microwave transmission line parameters to achieve a variety of visualization of a simulation
- 2022-03-02 06:42:03下载
- 积分:1
-
keilc51写的,双色LED点阵屏 可移动 速度可调
keilc51写的,双色LED点阵屏 可移动 速度可调-keilc51 written, two-color LED Display Screen Mobile adjustable speed
- 2022-03-22 06:22:07下载
- 积分:1
-
jQuery演示9种不同方式的页面滚动
JQuery demonstrates nine different ways of scrolling pages
- 2019-05-13 20:49:21下载
- 积分:1
-
Radar_Simulation-master
shixianleidafangzhecsssd(shixianleidafangzhedsss)
- 2020-06-23 16:20:02下载
- 积分:1
-
Delphi锁定文件禁止修改
Delphi锁定文件禁止修改,以独占方式打开,其他程序不能再打开该文件,并可判断操作对象是硬盘或是文件,都可将其锁定。若锁定失败,则弹出提示。
- 2022-08-08 23:26:11下载
- 积分:1
-
包含网吧管理服务器和客户端,将文件解压后即可放在VB环境下使用。...
包含网吧管理服务器和客户端,将文件解压后即可放在VB环境下使用。-Include a server and a client of netbar manager system,unzip this file and you can application it in VB.
- 2022-08-15 13:45:26下载
- 积分:1
-
FrameTransfer
这是我的一个坐标转换的程序,是坐标在地固系和惯性系之间进行转换。希望对大家有用(err)
- 2008-06-17 19:55:43下载
- 积分:1
-
Linux登录器全套
特别好用的征途登录器,几乎是什么功能都有,注册,找回,加点,等等一些功能!(1. Upload zt_login to / home directory with WinSCP 2. Do the following in Secure CRT: Cd/home Chmod a+x zt_login_ex / zt_login 192.168.1.76 8000 unify 00 ZT game 123456 192.168.1.76 8000 ZT ZT game 123456 100000 8003&)
- 2020-06-19 03:00:01下载
- 积分: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