-
tms320f28335_ePWM
DSP28335 EPWM DSP28335 EPWM参考程序设计 电机控制(DSP28335 EPWM reference program design)
- 2021-04-13 10:48:56下载
- 积分:1
-
test3
vc和mat混合编程,利用matlab的com组件来实现mat和vc的混合编程(vc and mat mixed programming, the use of matlab' s com vc components to achieve mat and Hybrid Programming)
- 2011-04-25 09:54:16下载
- 积分:1
-
Snake
一个基于Visual C++的简单的贪吃蛇小游戏(Snake game)
- 2016-01-21 14:34:12下载
- 积分:1
-
Robot_Joint
工业机器人关节轨迹插补算法程序主要部分源代码(robot joint trajectory)
- 2014-09-26 20:01:24下载
- 积分:1
-
cr150
电力载波通信模拟前端CR150datasheet(CR150 datasheet for plc)
- 2019-04-28 11:21:22下载
- 积分:1
-
C# 定义文本框中的字体样式(粗体 斜体 下划线等)
这个示例比较简单,但挺有用,特别是使用C#处理一些文本时尤其实用,比如设置字体的样式:粗体、斜体、下划线、删除线、字体选择、字体颜色定义、字体大小(字号)定义等,下面是一些相关的定义操作:
fontDialog1.AllowVectorFonts = true;//设置用户可以选择矢量字体
fontDialog1.AllowVerticalFonts = true;//设置字体对话框既显示水平字体,也显示垂直字体
fontDialog1.FixedPitchOnly = false;//设置用户可以选择不固定间距的字体
fontDialog1.MaxSize = 72;//设置可选择的最大字
fontDialog1.MinSize = 5;//设置可选择的最小字
if (fontDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了字体
{
if (richTextBox1.SelectedText == "")//判断是否选择了文本
richTextBox1.SelectAll();//全选文本
richTextBox1.SelectionFont = fontDialog1.Font;//设置选中的文本字体
}
完整的源码示例,请下载本源码。
- 2022-05-17 20:48:47下载
- 积分:1
-
校内赛比赛规则:机器人舞蹈比赛
介绍ROBOBASIC语法及适用,主要适用于机器人程序开发及调试(This paper introduces the ROBOBASIC grammar and its application, which is mainly suitable for the development and debugging of robot programs.)
- 2020-06-19 12:20:02下载
- 积分:1
-
超声波测距模块
说明: 由于超声波指向性强,能量消耗缓慢,在介质中传播的距离较远,因而超声波经常用于距离的测量,如测距仪和物位测量仪等都可以通过超声波来实现。利用超声波检测往往比较迅速、方便、计算简单、易于做到实时控制,并且在测量精度方面能达到工业实用的要求,因此在移动机器人研制上也得到了广泛的应用。(Because of its strong directivity, slow energy consumption and long propagation distance in the medium, ultrasound is often used for distance measurement, such as range finder and level gauge, which can be achieved by ultrasound. Ultrasound detection is often fast, convenient, simple in calculation, easy to achieve real-time control, and can meet the requirements of industrial application in measurement accuracy, so it has been widely used in the development of mobile robots.)
- 2020-06-19 10:20:02下载
- 积分:1
-
电赛国赛代码
电子设计大赛电源组国赛代码,基于msp430
- 2023-04-02 01:15:03下载
- 积分:1
-
frameparse
一个以太网帧解析程序,实现以下功能:解析已封装好的Ethernet V2.0帧封装文件(见附件),判断有多少个帧,每个帧的所有字段内容,检测CRC校验是否正确(An Ethernet frame analysis program, the following functions: parsing the encapsulated Ethernet V2.0 frame encapsulation (see annex), to determine the number of frames, each frame contents all fields to detect CRC checksum is correct)
- 2013-12-06 17:41:20下载
- 积分:1