虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Problems

  • Code Craft: the practice of writing excellent code

    This book addresses programmer attitudes, but it’s not some kind of psychology textbook. We’ll investigate many topics, including: Source code presentation Defensive coding techniques How to debug programs effectively Good teamworking skills Managing your source code Take a quick glance through the table of contents to see exactly what’s covered. What is the rationale behind my selection of topics? I’ve been mentor- ing trainee programmers for many years, and these are the topics that have come up time and time again. I’ve also worked in the software factory for long enough to have seen the recurring Problems—I address these too. If you can conquer all of these programming demons, you’ll progress from an apprentice coder to a real code craftsman.

    标签: excellent practice writing Craft Code code the of

    上传时间: 2021-11-09

    上传用户:danix800

  • 基于2.4G的双电机遥控船模控制系统设计

    以STC12C5A60S2单片机为控制核心,采用2.4G(JF24D)无线遥控模块进行无线发射与接收,设计了一种双电机遥控船模控制系统.该系统通过切换档杆实现前进后退,方向盘左右转动、暂停按钮等控制直流电机的正转、反转、暂停,使得电机驱动的遥控船模实现前进后退、左右转向、暂停等功能,有效解决了驱动功率小和船模之间相互干扰等问题,可广泛应用于遥控船模领域.Using STC12C5A60S2 single-chip microcomputer as the controller and 2.4 G(JF24D)wireless remote control module for wireless transmission and reception, a dual-motor remote control ship model control system is designed. The system realizes forward and backward by switching the gear lever. The steering wheel rotates left and right and the pause button controls the forward, reverse and pause of the dc motor. The remote controller of ship model driven by the motor realizes forward and backward, left and right steering, pause and other functions. The ship model control system can effectively solve the Problems of small driving power and mutual interference between ship models, and can be widely used in the field of remote controller of ship model.

    标签: 电机 遥控船模 控制系统

    上传时间: 2022-03-27

    上传用户:

  • 基于LM339电压比较器的交流过零检测电路设计

    针对交流电路过零检测电路存在结构复杂、过零点检测不准确、编程繁琐等问题,设计了一种基于LM339的硬件结构简单的过零检测电路。通过仿真软件Mulisim对该设计电路进行了仿真,实验证明了该方案过零检测的可行性、稳定性和可靠性,可直接作为交流电路中CPU的过零信号。Aiming at the Problems of AC cilsuit zero crossing detection circuit such as complex structure, zero crossing detection and cumbersome programming, a zero crossing detection circuit with simple hardware structure based on LM339 was designed. The design circuit was simulated by simulation software Mulisim, and the feasibility, stability and reliability of zero crossing detection were proved by experiments, which can be used as zero crossing signal of CPU in AC circuit directly.

    标签: lm339 电压比较器

    上传时间: 2022-05-03

    上传用户:

  • 浅析卡尔曼滤波器

    在信号的产生、传输、接收过程当中,必定会遭受外部环境扰动和内部设备噪声的影响,为获得需求信号或状态的最有效估计,要排除无用干扰,这就叫做滤波。“滤波”的术语在无线电领域首先出现。由于随机信号功率谱的确定性,有用信号和无用信号必定不同,从而可以根据其差异来设计滤波器。1960年,卡尔曼发表了用递归方法解决离散数据线性滤波问题的论文(A New Approach to Linear Filtering and Prediction Problems)。在这篇文章里,一种克服了维纳滤波缺点的新方法被提出来,这就是我们今天称之为卡尔曼滤波的方法。卡尔曼滤波应用广泛且功能强大,它可以估计信号的过去和当前状态,甚至能估计将来的状态,即使并不知道模型的确切性质。其基本思想是:以最小均方误差为最佳估计准则,采用信号与噪声的状态空间模型,利用前一时刻的估计值和当前时刻的观测值来更新对状态变量的估计,求出当前时刻的估计值,算法根据建立的系统方程和观测方程对需要处理的信号做出满足最小均方误差的估计。

    标签: 卡尔曼滤波器

    上传时间: 2022-07-04

    上传用户:

  • 卡尔曼滤波算法及C语言实现资料分享

    近来发现有些问题很多人都很感兴趣。所以在这里希望能尽自己能力跟大家讨论一些力所能及的算法。现在先讨论一下卡尔曼滤波器,如果时间和能力允许,我还希望能够写写其他的算法,例如遗传算法,傅立叶变换,数字滤波,神经网络,图像处理等等。 因为这里不能写复杂的数学公式,所以也只能形象的描述。希望如果哪位是这方面的专家,欢迎讨论更正。 卡尔曼滤波器 – Kalman Filter 1.    什么是卡尔曼滤波器 (What is the Kalman Filter?) 在学习卡尔曼滤波器之前,首先看看为什么叫“卡尔曼”。跟其他著名的理论(例如傅立叶变换,泰勒级数等等)一样,卡尔曼也是一个人的名字,而跟他们不同的是,他是个现代人! 卡尔曼全名Rudolf Emil Kalman,匈牙利数学家,1930年出生于匈牙利首都布达佩斯。1953,1954年于麻省理工学院分别获得电机工程学士及硕士学位。1957年于哥伦比亚大学获得博士学位。我们现在要学习的卡尔曼滤波器,正是源于他的博士论文和1960年发表的论文《A New Approach to Linear Filtering and Prediction Problems》(线性滤波与预测问题的新方法)。如果对这编论文有兴趣

    标签: 卡尔曼滤波算法 C语言

    上传时间: 2022-07-23

    上传用户:qdxqdxqdxqdx