-
SQLiteExpertSetup
可用于查看和编辑db3,SQLite的免费软件。(look out "db3", free software.)
- 2018-01-03 14:43:56下载
- 积分:1
-
Copy Move Image Forgery Detection using SIFT
说明: Matlab code for copy-move forgery detection
- 2019-03-25 19:29:15下载
- 积分:1
-
基于MAXPLUS II 的软件设计,这里面有几个小程序,用于VHDL的GDF设计,含有LED数码管的显示驱动程序,还有3选一,十选一程序。...
基于MAXPLUS II 的软件设计,这里面有几个小程序,用于VHDL的GDF设计,含有LED数码管的显示驱动程序,还有3选一,十选一程序。-II FPGA-based design software, there are several small procedures, GDF for VHDL design with a digital LED display driver of the procedures, there is a three elections. 10 election procedure.
- 2022-05-22 12:52:00下载
- 积分:1
-
挑出两整数数组中不同的元素(需输入密码).TXT
挑出两整数数组中不同的元素(需输入密码).TXT-singled out two integer array of different elements (password required). TXT
- 2022-01-25 23:31:26下载
- 积分:1
-
WCDMA基站基带处理系统研究的论文,是PDF格式,对研究通讯的朋友很有帮助的...
WCDMA基站基带处理系统研究的论文,是PDF格式,对研究通讯的朋友很有帮助的-WCDMA base stations baseband processor system research paper is in PDF format, communications Research of helpful friends
- 2023-02-08 15:55:04下载
- 积分:1
-
bpsk
能够仿真MPSK信号的图像,可以进行调试,能够切换2PSK,QPSK和8PSK(An image that can simulate MPSK signals)
- 2018-10-15 20:59:40下载
- 积分:1
-
dvb_fpga-master
说明: DVB-S2发送程序,根据欧洲电信标准编写,信号的发送处理流程(DVB-S2 send fpga master)
- 2020-03-23 12:48:36下载
- 积分:1
-
这是关于802.11协议如何让接受,如何发送数据包的一个很精彩.希望对大家有所帮助...
这是关于802.11协议如何让接受,如何发送数据包的一个很精彩.希望对大家有所帮助-This is the 802.11 protocol on how to get accepted, how to send packets of a very splendid. Hope to help everyone
- 2022-07-24 10:37:01下载
- 积分:1
-
百度小说搜索
说明: 百度小说搜索.zip
The Development of 2048 Small Game Wechat Small Program(The Development of 2048 Small Game Wechat Small Program)
- 2020-06-20 11:00: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