-
基于STM32设计的电子秤PCB,原理图加程序
基于STM32的电子秤设计,包含了原理图,PCB,和程序(The design of electronic scale based on STM32 includes schematic diagram, PCB and program.)
- 2018-04-17 21:36:48下载
- 积分:1
-
这是网页logo的制作程序,喜欢的朋友可以自己制作logo,不再需要找别人的了...
这是网页logo的制作程序,喜欢的朋友可以自己制作logo,不再需要找别人的了-This program can help you to make your own logo for your website. You do not need to "steal" others now. :-)
- 2022-10-10 03:35:03下载
- 积分:1
-
C#纸牌游戏,做的还是比较精致的.值得学习.
C#纸牌游戏,做的还是比较精致的.值得学习.-C# Card games, or to do comparison exquisite. Worth learning.
- 2022-11-12 10:50:04下载
- 积分:1
-
yuzhi
对采集的图像或者振动信号进行软硬阈值处理,进而达到降噪的效果(The soft and hard thresholds of the collected images or vibration signals are processed to achieve the effect of noise reduction.)
- 2018-07-07 11:11:43下载
- 积分: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
-
svkjbt
Spring Create a simple bean example()
- 2018-05-14 14:57:16下载
- 积分:1
-
使用PC机并口作上位机操作93C46,需要inpout32.dll支持。
使用PC机并口作上位机操作93C46,需要inpout32.dll支持。-Operating 93C46 on LPT Port of PC. Need inpout32.dll supporting
- 2022-05-27 18:24:43下载
- 积分:1
-
pie chart
柱形图 在OpenGL中指定顶点由以上的讨论可以知道,“点”是一切的基础。如何指定一个点呢?OpenGL提供了一系列函数。它们都以glVertex开头,后面跟一个数字和1~2个字母。(pie chaart
By specifying vertices in OpenGL, you can know from the above discussion that "point" is the foundation of everything. How do you specify a point? OpenGL provides a set of functions. They all start with glVertex, followed by a number and 1~2 letters.)
- 2017-09-18 10:01:03下载
- 积分:1
-
查看和编辑jQuery插件
一款json格式数据查看和编辑jQuery插件。该json数据查看插件支持语法高亮,(A JSON format data viewing and editing jQuery plug-in. The JSON data viewing plug-in supports syntax highlighting.)
- 2019-01-19 14:28:54下载
- 积分:1
-
20160122_WZ061_V1-V2
说明: Zigbee的开发资料,包括原理图和PCB图(Development materials of Zigbee, including schematic and PCB diagrams)
- 2020-06-19 17:40:02下载
- 积分:1