-
MPU6050_KK0827_pid(1)
arduino 平衡车 可以自己平衡,可以往前往后走(Arduino tasapainottava auto)
- 2020-06-19 15:40:02下载
- 积分:1
-
MySnake
J2ME手机游戏贪吃蛇源码,开发环境eclipse及eclipseme加WTK,windows xp操作系统。(J2ME mobile phone game Snake the source code, development the environment eclipse and eclipseme of plus The WTK windows xp operating system.)
- 2012-05-24 10:13:36下载
- 积分:1
-
混合991_编译实验
混合991_编译实验-mixed 991_ compiler experiment
- 2023-07-03 22:10:03下载
- 积分:1
-
PFC
此算法实现了单元机组负荷系统预测函数控制(This algorithm unit load system predictive functional control)
- 2008-12-24 09:54:57下载
- 积分:1
-
cs5522厂家源开发集成块驱动代码文档,该文档已汉化,对学习电子称AD转换的有一定的好处。...
cs5522厂家源开发集成块驱动代码文档,该文档已汉化,对学习电子称AD转换的有一定的好处。-cs5522 driver chip manufacturers to develop the source code files, the document has finished, the study said AD conversion of the electron must have benefits.
- 2022-08-05 20:20:33下载
- 积分:1
-
一款迷人而有趣的迷题游戏,是一个测试你智力水平的游戏。Java语言开发,使用方便,画面生动有趣。...
一款迷人而有趣的迷题游戏,是一个测试你智力水平的游戏。Java语言开发,使用方便,画面生动有趣。-one charming and interesting games that fans, is a test your intelligence level of the game. The Java language development, ease of use, picture lively and interesting.
- 2022-06-13 18:11:39下载
- 积分:1
-
Graduation design is China Mobile' s billing account management system, jsp d...
毕业设计 是中国移动计费账务管理系统 jsp开发 ext2.0界面-Graduation design is China Mobile" s billing account management system, jsp development ext2.0 interface
- 2023-08-05 13:50:05下载
- 积分:1
-
e
说明: 包括跳频通信系统的整个工作流程,调制,跳频,解跳,解调。
忽略同步相关的问题,包括跳频同步,帧同步,定时同步等。
其中,调制采用MSK调制方式,解调采用复差分解调方式。(Including the whole work flow of frequency hopping communication system, modulation, frequency hopping, de hopping, demodulation.
Ignore the synchronization related problems, including frequency hopping synchronization, frame synchronization, timing synchronization and so on.
Among them, MSK modulation is used for modulation and complex differential demodulation is used for demodulation.)
- 2020-11-17 20:39:15下载
- 积分:1
-
Java绘图:绘制虚线与实线
Java绘图:绘制虚线与实线
public LineDemo(){
super("实线与虚线"); //调用父类构造函数
setSize(300,200); //设置窗口尺寸
setVisible(true); //设置窗口可视
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序
}
public void paint(Graphics g){ //绘制组件方法
Graphics2D g2=(Graphics2D)g; //得到2D图形
Dimension dim = this.getSize(); //得到组件尺寸
g2.setColor(Color.white); //设置绘制颜色为白色
g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件
g2.setColor(Color.black); //设置绘制颜色
g2.drawLine(40,160,280,160); //绘制实线
g2.drawLine(40,160,40,40);
g2.drawString("0",30,165); //绘制字符串
g2.drawString("100",16,50);
g2.drawString("200",270,175);
float[] dash={5,5}; //短划线图案
BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷
g2.setStroke(bs); //设置新的画刷
g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
- 2022-01-28 07:52:17下载
- 积分:1
-
Delphi卡片速查填涂程序源码
一个由Delphi编写的卡片速查填涂程序源码,使用方法:
(1)输入姓名和单位,点击查询即可在姓名及单位下方出现相应汉字代码。
(2)需要批量查询时,可先重复步骤(1),然后点击“保存”按钮,将查询代码存到save.txt文件打印后,批量对照填涂以提高工作效率。
- 2022-11-11 14:15:02下载
- 积分:1