-
11.CPP-Primer-3rd
11.C++ Primer 3rd(中文版),众所周知的C++学习经典书籍,C++学习圣经(11.C++ Primer 3rd (Chinese version))
- 2015-04-04 10:28:24下载
- 积分:1
-
PCL6045BL_manual_en
(1) Copying all or any part of this manual without written approval is prohibited.
(2) The specifications of this LSI may be changed to improve performance or quality without prior
notice.
(3) Although this manual was produced with the utmost care, if you find any points that are unclear,
wrong, or have inadequate descriptions, please let us know.
(4) We are not responsible for any results that occur from using this LSI, regardless of item (3)
above.
- 2022-07-28 08:06:56下载
- 积分:1
-
ST7565R驱动12864液晶代码
通过STM32F030C8T6驱动ST7565R芯片,使128x64液晶显示8x8字符、16x16汉字、32x32汉字、图片等;代码具有自动调节偏压功能,可调节液晶亮度至最佳。
- 2022-11-03 06:45:03下载
- 积分:1
-
继电器控制
继电器线圈在电路中用一个长方框符号表示,如果继电器有两个线圈,就画两个并列的长方框。同时在长方框内或长方框旁标上继电器的文字符号“J”。继电器的触点有两种表示方法:一种是把它们直接画在长方框一侧,这种表示法较为直观。另一种是按照电路连接的需要,把各个触点分别画到各自的控制电路中,通常在同一继电器的触点与线圈旁分别标注上相同的文字符号,并将触点组编上号码,以示区别。
- 2023-07-12 23:25:03下载
- 积分:1
-
graphapi
Graphic api, CP programming recently found the complete code, free for everyone to download and see, we have given points
- 2014-01-08 22:02:25下载
- 积分:1
-
C# 向StatusBar状态栏控件中添加窗格面板
C# 向StatusBar状态栏控件中添加窗格面板及文字,也就是把窗口的状态栏分栏,分隔成若干个小区域,显示不同的信息,比如文字提示或图标等。
向StatusBar控件添加窗格面板
StatusBar statusBar1=new StatusBar();
statusBar1.Panels.Add("中华人民共和国");
statusBar1.Panels.Add("重庆市");
statusBar1.Panels.Add("罗斌");
statusBar1.Panels[0].AutoSize = StatusBarPanelAutoSize.Contents;
statusBar1.Panels[1].AutoSize = StatusBarPanelAutoSize.Spring;
statusBar1.Panels[2].AutoSize = StatusBarPanelAutoSize.Contents;
statusBar1.Panels[0].BorderStyle =StatusBarPanelBorderStyle.Raised;
statusBar1.Panels[1].BorderStyle = StatusBarPanelBorderStyle.Sunken;
statusBar1.Panels[2].BorderStyle = StatusBarPanelBorderStyle.Raised;
statusBar1.Panels[2].Icon = new System.Drawing.Icon( @"Error.ico");
statusBar1.ShowPanels = true;
this.Controls.Add(statusBar1);
- 2022-05-17 04:53:06下载
- 积分:1
-
PDF-Password-Remover3.1
pdf文件加密移除小软件。使pdf文件可打印可注释。(To remove pdf file encryption. So files can be printed comments)
- 2014-12-25 11:46:27下载
- 积分:1
-
BEM2CPP
二维弹性常值边界元程序BEM2C++,二维边界元,弹性静力学(2 Dimensional elastic constant BEM program BEM2C++)
- 2014-01-07 16:31:07下载
- 积分:1
-
dllregshex_src
使用Shell扩展Register/Unregister一个带Com/ATL对象的DLL文件(Using shellext to register and unregister a DLL with Com/ATL object)
- 2020-11-05 11:39:52下载
- 积分:1
-
无人驾驶无人驾驶车辆模型预测控制pdf
本书主要介绍模型预测控制理论与方法在无人驾驶车辆路径规划与跟踪控制方面的基础应用技术。由于模型预测控制理论数学抽象特点明显,初涉者往往需要较长时间的探索才能真正理解和掌握,进一步应用到具体研究,则需要更长的过程。(This book mainly introduces the basic application technology of model predictive control theory and method in unmanned vehicle routing planning and tracking control. Because of the obvious abstract mathematical characteristics of model predictive control theory, it often takes a long time for the novice to really understand and master. Further application to specific research requires a longer process.)
- 2018-12-04 16:51:36下载
- 积分:1