-
SpotifyInstaller
Spotify intaller for plaers music on desktop version
- 2019-04-09 01:01:18下载
- 积分:1
-
31409296
This ZIP file contains a library and an include file for use
- 2019-05-26 03:41:56下载
- 积分:1
-
2.STM32控制代码
说明: 对于新手调试入手很快,通过32单片进行通信控制,及算法运算给(For beginners, debugging starts very quickly, communication control is carried out through 32 single chip, and arithmetic operation is given to them.)
- 2020-06-25 03:40:02下载
- 积分:1
-
radixsort
对首先产生20个随机数进行基数排序,是利用C++实现的(On the first 20 random numbers generated for the base sequencing is the use of C++ Realize the)
- 2007-10-16 19:11:53下载
- 积分:1
-
onvif协议测试程序
onvif协议测试程序,支持设备发现,云台控制,采用C+++编写,用GSOAP编译出来的CPP.适合视频开发初学者,也适合有一定开发经验的人参考。
- 2023-08-11 11:30:05下载
- 积分:1
-
C8051USB
这是一个基于C8051F340的SD读卡器
#include "F34x_MSD_Physical_Settings.h"
#include "F34x_MSD_CF_Basic_Functions.h"
#include
sbit Led1 = P2^2;
sbit Led2 = P2^3;
void CF_Port_Init();
//----------------------------------------------------------------------------
// Init_CF
//----------------------------------------------------------------------------
//
// This routine initializes the Compact Flash memory card
//
// Parameters :
// Return Value :
//----------------------------------------------------------------------------
char Init_CF()
{
xdata char result = Dtct_Card();
xdata unsigned int loop = 0;
xdata unsigned reinit = 0;
if (result == 1) return (CF_NO_CARD);
REINIT:
CF_RST = 1;
while(++loop);
- 2022-04-22 04:06:23下载
- 积分:1
-
ADC-IN0-Voltage
在单片机的数码管上显示AD转换出来的电压(Display the voltage converted by AD on the digital tube of MCU)
- 2020-06-19 17:20:02下载
- 积分:1
-
STM32滴答定时器
初学者STM32滴答定时器~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
- 2022-03-07 21:44:36下载
- 积分:1
-
ZNodes
说明: qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类
分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item.
Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)
- 2020-06-16 20:20:01下载
- 积分:1
-
STM CAN BASIC TEST
stm32f103 can bus on sn65hvd233d
- 2017-07-29 17:02:32下载
- 积分:1