-
ymm
说明: 支持微信、支付宝、QQ钱包的扫码支付,可以用作打赏赞助支付的网站系统,支持后台查看实时收入情况,系统完全开源,无后门,直接上传自己服务器进行安装即可!(Support WeChat, Alipay, QQ wallet scan code payment, can be used to reward sponsorship payment website system, support the background to view real-time income, the system is completely open source, no backdoor, upload directly to their servers to install it!)
- 2020-06-21 14:20:02下载
- 积分:1
-
FCLAB-master
说明: 计算功能连接的软件,希望对大家能有帮助,我们共同学习(Functional Connectivity Lab)
- 2020-11-10 15:19:46下载
- 积分:1
-
ws2811b
ws2811b彩灯驱动,未测试,未测试。(Ws2811b color light drive, untested, untested.)
- 2019-05-07 12:03:19下载
- 积分:1
-
attributes
CUB_鸟类数据标注,每张图312特征,共计200分类(class_attribute_labels_continuous)
- 2020-06-22 18:40:01下载
- 积分:1
-
3184749_NoGo
说明: 实现nogo的对战功能。。。。。。。。。。。。。。。(this is a great c++ bot for nogo)
- 2021-04-04 19:39:04下载
- 积分:1
-
aircraft landing Fuzzy realized their potential can be improved! !
飞机着陆的模糊实现,有意者可以自己改进-aircraft landing Fuzzy realized their potential can be improved! !
- 2022-03-10 21:05:03下载
- 积分:1
-
mcp3421_C51
16位AD转换器mcp3421读写时序例程,c51代码,稍作修改可以移植到其他单片机使用(16-bit AD converter timing mcp3421 to read and write routines with C51.)
- 2020-12-17 21:39:11下载
- 积分:1
-
knockout mice to the game, according to Japanese translation, hope you like, Try...
敲地鼠游戏,根据日文翻译而成,希望大家喜欢,试一下吧-knockout mice to the game, according to Japanese translation, hope you like, Try it
- 2022-08-18 09:10:27下载
- 积分: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
-
orleans
Orleans Actor模型编程框架 源码(Orleans Actor source code)
- 2020-06-21 08:20:02下载
- 积分:1