-
ServoControllerOfDoom
Example of using six servo motors controlled by AVR microprocessor.
- 2009-07-03 01:35:04下载
- 积分:1
-
sqlHelper
sql server数据库操作类,包括执行返回各种类型的存储过程的方法。(sql server database operations class, including the implementation of the method to return to the various types of stored procedures.)
- 2012-03-21 08:44:04下载
- 积分:1
-
worlds-greatest-dad_indonesian-670009
Analysis of Unified Power Flow Controller for Industrial and Educational Purposes
- 2014-08-29 22:42:22下载
- 积分:1
-
jisuan
进行电力网络的潮流计算
可以此进行无功优化等问题(electrical calculation)
- 2020-12-01 22:29:27下载
- 积分:1
-
1390
stm32f103读写ds1390时钟芯片程序(stm32f103ds1390 c aaaaa)
- 2021-03-31 17:29:09下载
- 积分:1
-
Memory_2005
介绍了关于memory的相关函数,对于大多数程序员有很大帮助,希望大家多多使用(the information about memory)
- 2013-10-11 11:26:50下载
- 积分:1
-
derivative
matlab数值分析计算源代码,供广大研究者学习(Numerical Analysis matlab source code, for the majority of researchers to learn)
- 2013-11-22 21:42:30下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
8051Pproteus-125
《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 03 篇 综合设计 25 用ADC0808设计的调温报警器(" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation," Case No. 03 compressed package integrated design 25 designed thermostat with alarm ADC0808)
- 2011-08-02 20:49:25下载
- 积分:1
-
哈夫曼编码
离散数学中的哈夫曼编码,用C语言实现,可以对较小的任意格式的文件进行编码,包括图片,文档,音频等。
- 2022-02-12 03:46:44下载
- 积分:1