-
webgui,嵌入HTML页面
webgui,嵌入HTML页面-webgui, embedded HTML page ...................
- 2022-10-11 12:50:03下载
- 积分:1
-
农历日期,和指针钟表,透明显示,非常不错的
农历日期,和指针钟表,透明显示,非常不错的-Lunar date, and pointer watches, transparent display, very good
- 2022-03-19 09:15:36下载
- 积分:1
-
读者写者问题之写者优先
读者写者问题之写者优先 -readers to write to write those issues priorities re aders to write to write those issues priorities readers to write write those issues priorities
- 2022-02-01 13:25:16下载
- 积分:1
-
AD single
AD系列单片机控制的A/D转换器,并把结果在液晶显示出来-AD single-chip A/D converters, and the results are displayed in the LCD
- 2023-05-29 10:10:04下载
- 积分:1
-
Evaluation of Uncertainty sphygmomanometer for detecting the electronic blood pr...
血压计不确定度评定,用于检测做好的电子血压计的准确度测定-Evaluation of Uncertainty sphygmomanometer for detecting the electronic blood pressure monitor to do a good job the accuracy of the determination
- 2023-03-28 03:10:03下载
- 积分:1
-
DJI常用电机说明
次文件里面包含了DJI里常用的电机使用说明,包括RM6623,6025,3510等电机,内容介绍清楚,可以给使用者很好的使用说明。
- 2022-03-25 15:44:19下载
- 积分:1
-
简单聊天室软件,有客户端和服务器端,比较简单
简单聊天室软件,有客户端和服务器端,比较简单-Simple chat room software, the client and server-side, relatively simple
- 2023-02-03 19:25:04下载
- 积分:1
-
BankServer system, a simple interface
BankServer系统,简单界面-BankServer system, a simple interface
- 2022-07-14 05:56:22下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
Have you noticed the cool ghost image that Windows Explorer produces when you st...
Have you noticed the cool ghost image that Windows Explorer produces when you start dragging files/folders from it? Well, I wanted to implement this in a C# project when dragging files between it and Windows Explorer. After a lot of Googling, I found out that there are three directions to start working on, as follows:
Using a "custom" cursor created from a MemoryStream initialized from an Image, as shown in this article.
Using the ImageList_BeginDrag and related APIs, as shown in this article: Dragging tree nodes in C#.
Using the IDragSourceHelper and IDropTargetHelper interfaces.
- 2022-03-05 15:47:46下载
- 积分:1