基于stm32的svpwm程序遥控车程序

&>&无线遥控车程序代码
无线遥控车程序代码
上传大小:2KB
基于C51单片机技术的遥控车控制代码,简短而精悍。可用于实现无线遥控的基本功能。
综合评分:0
下载个数:
{%username%}回复{%com_username%}{%time%}\
/*点击出现回复框*/
$(".respond_btn").on("click", function (e) {
$(this).parents(".rightLi").children(".respond_box").show();
e.stopPropagation();
$(".cancel_res").on("click", function (e) {
$(this).parents(".res_b").siblings(".res_area").val("");
$(this).parents(".respond_box").hide();
e.stopPropagation();
/*删除评论*/
$(".del_comment_c").on("click", function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_invalid/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parents(".conLi").remove();
alert(data.msg);
$(".res_btn").click(function (e) {
var parentWrap = $(this).parents(".respond_box"),
q = parentWrap.find(".form1").serializeArray(),
resStr = $.trim(parentWrap.find(".res_area_r").val());
console.log(q);
//var res_area_r = $.trim($(".res_area_r").val());
if (resStr == '') {
$(".res_text").css({color: "red"});
$.post("/index.php/comment/do_comment_reply/", q,
function (data) {
if (data.succ == 1) {
var $target,
evt = e || window.
$target = $(evt.target || evt.srcElement);
var $dd = $target.parents('dd');
var $wrapReply = $dd.find('.respond_box');
console.log($wrapReply);
//var mess = $(".res_area_r").val();
var mess = resS
var str = str.replace(/{%header%}/g, data.header)
.replace(/{%href%}/g, 'http://' + window.location.host + '/user/' + data.username)
.replace(/{%username%}/g, data.username)
.replace(/{%com_username%}/g, data.com_username)
.replace(/{%time%}/g, data.time)
.replace(/{%id%}/g, data.id)
.replace(/{%mess%}/g, mess);
$dd.after(str);
$(".respond_box").hide();
$(".res_area_r").val("");
$(".res_area").val("");
$wrapReply.hide();
alert(data.msg);
}, "json");
/*删除回复*/
$(".rightLi").on("click", '.del_comment_r', function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_comment_del/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parent().parent().parent().parent().parent().remove();
$(e.target).parents('.res_list').remove()
alert(data.msg);
//填充回复
function KeyP(v) {
var parentWrap = $(v).parents(".respond_box");
parentWrap.find(".res_area_r").val($.trim(parentWrap.find(".res_area").val()));
评论共有0条
综合评分:
积分/C币:3
VIP会员动态
CSDN下载频道资源及相关规则调整公告V11.10
下载频道用户反馈专区
下载频道积分规则调整V1710.18
spring mvc+mybatis+mysql+maven+bootstrap 整合实现增删查改简单实例.zip
资源所需积分/C币
当前拥有积分
当前拥有C币
输入下载码
为了良好体验,不建议使用迅雷下载
无线遥控车程序代码
会员到期时间:
剩余下载个数:
剩余积分:0
为了良好体验,不建议使用迅雷下载
积分不足!
资源所需积分/C币
当前拥有积分
您可以选择
程序员的必选
绿色安全资源
资源所需积分/C币
当前拥有积分
当前拥有C币
为了良好体验,不建议使用迅雷下载
资源所需积分/C币
当前拥有积分
当前拥有C币
为了良好体验,不建议使用迅雷下载
资源所需积分/C币
当前拥有积分
当前拥有C币
您的积分不足,将扣除 10 C币
为了良好体验,不建议使用迅雷下载
无法举报自己的资源
你当前的下载分为234。
你还不是VIP会员
开通VIP会员权限,免积分下载
你下载资源过于频繁,请输入验证码
您因违反CSDN下载频道规则而被锁定帐户,如有疑问,请联络:!
若举报审核通过,可返还被扣除的积分
被举报人:
举报的资源分:
请选择类型
资源无法下载 ( 404页面、下载失败、资源本身问题)
资源无法使用 (文件损坏、内容缺失、题文不符)
侵犯版权资源 (侵犯公司或个人版权)
虚假资源 (恶意欺诈、刷分资源)
含色情、危害国家安全内容
含广告、木马病毒资源
*详细原因:
无线遥控车程序代码小车源码及上位机
说明:&&基于STM32主控的遥控小车,含C#窗体上位机通过USB转串口与下位机通信(Remote control car based on STM32 master control, the host computer with C# form is communicated with the lower computer through USB to the serial port)
文件列表:
-接收端 - 副本\CMSIS\core_cm3.c, 1-06-07
-接收端 - 副本\CMSIS\core_cm3.h, 8-02-09
-接收端 - 副本\CMSIS\startup\startup_stm32f10x_cl.s, 1-03-10
-接收端 - 副本\CMSIS\startup\startup_stm32f10x_hd.s, 1-03-10
-接收端 - 副本\CMSIS\startup\startup_stm32f10x_hd_vl.s, 1-03-10
-接收端 - 副本\CMSIS\startup\startup_stm32f10x_ld.s, 1-03-10
-接收端 - 副本\CMSIS\startup\startup_stm32f10x_ld_vl.s, 1-03-10
-接收端 - 副本\CMSIS\startup\startup_stm32f10x_md.s, 1-03-10
-接收端 - 副本\CMSIS\startup\startup_stm32f10x_md_vl.s, 1-03-10
-接收端 - 副本\CMSIS\startup\startup_stm32f10x_xl.s, 1-03-10
-接收端 - 副本\CMSIS\stm32f10x.h, 17-09-09
-接收端 - 副本\CMSIS\system_stm32f10x.c, 3-03-10
-接收端 - 副本\CMSIS\system_stm32f10x.h, -03-10
-接收端 - 副本\FWlib\inc\misc.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_adc.h, 2-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_bkp.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_can.h, 2-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_cec.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_crc.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_dac.h, 1-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_dbgmcu.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_dma.h, 2-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_exti.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_flash.h, 2-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_fsmc.h, 2-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_gpio.h, 2-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_i2c.h, 3-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_iwdg.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_pwr.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_rcc.h, 3-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_rtc.h, -03-10
-接收端 - 副本\FWlib\inc\stm32f10x_sdio.h, 2-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_spi.h, 1-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_tim.h, 5-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_usart.h, 1-03-10
-接收端 - 副本\FWlib\inc\stm32f10x_wwdg.h, -03-10
-接收端 - 副本\FWlib\src\misc.c, -03-10
-接收端 - 副本\FWlib\src\stm32f10x_adc.c, 4-03-10
-接收端 - 副本\FWlib\src\stm32f10x_bkp.c, -03-10
-接收端 - 副本\FWlib\src\stm32f10x_can.c, 4-03-10
-接收端 - 副本\FWlib\src\stm32f10x_cec.c, 1-03-10
-接收端 - 副本\FWlib\src\stm32f10x_crc.c, -03-10
-接收端 - 副本\FWlib\src\stm32f10x_dac.c, 1-03-10
-接收端 - 副本\FWlib\src\stm32f10x_dbgmcu.c, -03-10
-接收端 - 副本\FWlib\src\stm32f10x_dma.c, 2-03-10
-接收端 - 副本\FWlib\src\stm32f10x_exti.c, -03-10
-接收端 - 副本\FWlib\src\stm32f10x_flash.c, 6-03-10
-接收端 - 副本\FWlib\src\stm32f10x_fsmc.c, 3-03-10
-接收端 - 副本\FWlib\src\stm32f10x_gpio.c, 2-03-11
-接收端 - 副本\FWlib\src\stm32f10x_i2c.c, 4-03-10
-接收端 - 副本\FWlib\src\stm32f10x_iwdg.c, -03-10
-接收端 - 副本\FWlib\src\stm32f10x_pwr.c, -03-10
-接收端 - 副本\FWlib\src\stm32f10x_rcc.c, 5-03-10
-接收端 - 副本\FWlib\src\stm32f10x_rtc.c, -03-10
-接收端 - 副本\FWlib\src\stm32f10x_sdio.c, 2-03-10
-接收端 - 副本\FWlib\src\stm32f10x_spi.c, 3-03-10
-接收端 - 副本\FWlib\src\stm32f10x_tim.c, 11-03-10
-接收端 - 副本\FWlib\src\stm32f10x_usart.c, 3-03-10
-接收端 - 副本\FWlib\src\stm32f10x_wwdg.c, -03-10
-接收端 - 副本\Output\core_cm3.crf, -10-19
-接收端 - 副本\Output\core_cm3.d, 111,
-接收端 - 副本\Output\core_cm3.o, 1-10-19
-接收端 - 副本\Output\DEMO.axf, 17-10-19
-接收端 - 副本\Output\DEMO.build_log.htm, -10-19
-接收端 - 副本\Output\DEMO.hex, 1-10-19
-接收端 - 副本\Output\DEMO.htm, 4-10-19
-接收端 - 副本\Output\DEMO.lnp, -10-19
-接收端 - 副本\Output\DEMO.sct, 479,
-接收端 - 副本\Output\DEMO_Target 1.dep, 5-10-19
-接收端 - 副本\Output\duoji.crf, 17-10-19
-接收端 - 副本\Output\duoji.d, -10-19
-接收端 - 副本\Output\duoji.o, 17-10-19
-接收端 - 副本\Output\ExtDll.iex, 19,
-接收端 - 副本\Output\main.crf, 17-10-19
-接收端 - 副本\Output\main.d, -10-19
-接收端 - 副本\Output\main.o, 17-10-19
-接收端 - 副本\Output\misc.crf, 17-10-19
-接收端 - 副本\Output\misc.d, -10-19
-接收端 - 副本\Output\misc.o, 17-10-19
-接收端 - 副本\Output\rgb.crf, 17-10-19
-接收端 - 副本\Output\rgb.d, -10-19
-接收端 - 副本\Output\rgb.o, 17-10-19
-接收端 - 副本\Output\startup_stm32f10x_hd.d, 75,
-接收端 - 副本\Output\startup_stm32f10x_hd.o, -10-19
-接收端 - 副本\Output\stm32f10x_adc.crf, 17-10-19
-接收端 - 副本\Output\stm32f10x_adc.d, -10-19
-接收端 - 副本\Output\stm32f10x_adc.o, 17-10-19
-接收端 - 副本\Output\stm32f10x_bkp.crf, 17-10-19
-接收端 - 副本\Output\stm32f10x_bkp.d, -10-19
-接收端 - 副本\Output\stm32f10x_bkp.o, 17-10-19
-接收端 - 副本\Output\stm32f10x_can.crf, 17-10-19
-接收端 - 副本\Output\stm32f10x_can.d, -10-19
-接收端 - 副本\Output\stm32f10x_can.o, 17-10-19
-接收端 - 副本\Output\stm32f10x_cec.crf, 17-10-19
-接收端 - 副本\Output\stm32f10x_cec.d, -10-19
-接收端 - 副本\Output\stm32f10x_cec.o, 17-10-19
-接收端 - 副本\Output\stm32f10x_crc.crf, 17-10-19
-接收端 - 副本\Output\stm32f10x_crc.d, -10-19
-接收端 - 副本\Output\stm32f10x_crc.o, 17-10-19
-接收端 - 副本\Output\stm32f10x_dac.crf, 17-10-19
近期下载者:
相关文件:基于STM32和WiFi遥控小车实验报告_图文_百度文库
赠送免券下载特权
10W篇文档免费专享
部分付费文档8折起
每天抽奖多种福利
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
基于STM32和WiFi遥控小车实验报告
&&基于STM32和WiFi(MR08),设计遥控小车,遥控继电器
阅读已结束,下载本文需要
想免费下载本文?
定制HR最喜欢的简历
下载文档到电脑,同时保存到云知识,更方便管理
加入VIP
还剩30页未读,
定制HR最喜欢的简历
你可能喜欢

我要回帖

更多关于 stm32的程序怎么取出 的文章

 

随机推荐