-
机器人制作宝典 机器人C语言机电一体化接口 有视觉机器人制作 机器人竞赛指南...
机器人制作宝典 机器人C语言机电一体化接口 有视觉机器人制作 机器人竞赛指南
-Robot Robot Book For C language interface, visual robot mechatronics Production Guide to Robot Competition
- 2023-07-31 18:15:04下载
- 积分:1
-
FSK decode principle and method
FSK解码原理及实现方法-FSK decode principle and method
- 2022-12-10 03:55:03下载
- 积分:1
-
LM3S6965_Http_demo
* The HTTP server provides a small scripting language.
*
* The script language is simple and works as follows. Each script line starts
* with a command character, either "i", "t", "c", "#" or ".".
* "i" - command tells the script interpreter to "include" a file from the
* virtual file system and output it to the web browser.
* "t" - command should be followed by a line of text that is to be output
* to the browser.
* "c" - command is used to call
- 2022-03-31 18:07:45下载
- 积分:1
-
驱动7段CodeVision AVR + proteus
本计画描述如何在codevision中驱动7个片段,并用简单的程式码在proteus中模拟。
- 2022-07-10 23:48:56下载
- 积分:1
-
不错的入门例子,在avr上搞到的,真的不做,自己试做了一下,...
不错的入门例子,在avr上搞到的,真的不做,自己试做了一下,-Started good example, in the avr
- 2022-10-25 05:20:03下载
- 积分:1
-
基于minigui的软键盘设计的相关资料,包括一些源代码和网页以及pdf文档...
基于minigui的软键盘设计的相关资料,包括一些源代码和网页以及pdf文档-Based on the soft keyboard design minigui relevant information, including some source code and web pages and pdf documents
- 2022-05-25 21:27:21下载
- 积分:1
-
similar to a Windows environment with the softice of source code, can be used to...
一个类似与Windows环境下的softice的源代码,可以用来调试driver和应用程序。-similar to a Windows environment with the softice of source code, can be used to debug the driver and application procedures.
- 2022-06-12 05:06:24下载
- 积分:1
-
BH1750 光照度传感器 STM32F103程序
BH1750 光照度传感器 STM32F103程序,串口读出数据 MDK工程 已测试通过
- 2022-08-25 11:35:43下载
- 积分:1
-
串口通信的程序,已经调试通过
串口通信,已经通过调试,可放心试用,有超时退出机制,稳定可靠,经过项目验证。适用于51系列单片机!
- 2022-08-04 04:52:19下载
- 积分:1
-
C# 绘制实时曲线包括绘制坐标轴
应用背景在实际项目中我们经常需要绘制一些实时的数据图片,比如当前各公司的用水量、用电量还有播放声音视频时实时显示当前的声频等等,在我们最熟悉的任务管理器也有这么一个功能,用来表示当前CPU的使用频率,最近笔者刚刚给朋友完成了一个类似的功能图,用曲线图来实时表示一些实际数据,由于形象直观,很受客户欢迎。关键技术为了操作和应付变化,所以将绘制曲线图的功能单独封装成一个类,里面的数据完全是模拟的,在横向坐标上每个像素间隔用一个点来控制(实际中可能会加大这个距离),横向是个随机生成的数(实际开发中这应该来自我们的实时数据按比率计算得来的),显示窗体中用到了一个线程来定时绘制实时曲线。
- 2022-03-03 19:21:21下载
- 积分:1