-
一款简易的贪食蛇游戏,颜色变换很有特色哦~
一款简易的贪食蛇游戏,颜色变换很有特色哦~-A simple Snake game, the color change is quite distinctive oh ~
- 2022-01-23 10:21:36下载
- 积分:1
-
ppt-jiqiao03
ppt高级技巧系列03,让你成为ppt制作高手。(ppt series of 03 advanced techniques, so that you become a master production ppt.)
- 2010-10-09 15:46:54下载
- 积分:1
-
滑动块状区域覆盖切换代码
滑动块状区域覆盖切换代码是一款响应式幻灯片切换代码下载。(Sliding block area coverage switching code is a response slide switching code download.)
- 2019-03-08 10:20:50下载
- 积分:1
-
Turbo码matlab程序
说明: Turbo码matlab程序,对学习、课程设计以及毕业设计有比较大的帮助(Turbo code matlab program, to study, curriculum design and graduation design is of great help.)
- 2020-12-30 15:08:59下载
- 积分:1
-
anjian_xd
说明: Verilog实现按键消抖,工程,已下板验证通过。(Verilog achieves keystroke jitter elimination. The project has been validated on the lower board.)
- 2020-06-19 10:40:02下载
- 积分:1
-
作业三图像去噪
人工神经网络 利用BP网络进行简单的图像去噪(Artificial neural network image denoising)
- 2017-09-16 14:07:35下载
- 积分:1
-
图论的软件..
只需输入点和权值就可计算最短路
图论的软件..
只需输入点和权值就可计算最短路-Graph theory software .. just enter the right point and the calculated values can be the most short-circuit
- 2022-02-03 00:36:05下载
- 积分:1
-
jianpan-shumaguan
lpc2103嵌入式的键盘、数码管混合程序编写,有图有仿真(lpc2103 embedded keypad, digital hybrid programming, there are pictures and Simulation)
- 2013-08-18 09:59:30下载
- 积分: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
-
Three_Phase_ACDCAC_PWMconverter
说明: 三相电压型pwm整流器交直交变换simulink仿真模型(simulink AC-DC-AC pwm)
- 2019-05-09 15:04:31下载
- 积分:1