-
Heart_Rate_Display_Arduino
说明: 显示心率波形,基于arduino串口显示,非常方便。硬件支持 ad8232(Display heart rate waveform)
- 2020-04-08 14:55:52下载
- 积分:1
-
mesg
说明: linux中busybox的mesg的代码实现,源码(linux busybox mesg function)
- 2011-03-24 19:00:42下载
- 积分:1
-
fuzzy
模糊控制的算法设计,本程序已经经过调试,程序中有中文解析;
(Fuzzy control algorithm design, this process has been debugging the program in Chinese analysis )
- 2021-01-13 20:58:47下载
- 积分:1
-
lab25-AD
说明: TMS320F28335 片上有 1 个 12 位 A/D 转换器,其前端为 2 个 8 选 1 多路切换器和 2 路
同时采样/保持器,构成 16 个模拟输入通道,模拟通道的切换由硬件自动控制,并将各
模拟通道的转换结果顺序存入 16 个结果寄存器中(DSP28335 AD TI example)
- 2020-06-17 01:40:02下载
- 积分:1
-
基于MSP430F2553恒流源程序设计
恒流源是电子仪器和设备中常用的一种电源。一般的恒流源往往存在调节范围小、稳定性差等缺点。本文设计的数控直流电流源能够很好地降低因元器件老化、温漂等原因造成的输出误差,电流源支持0-20mA,0-2mA,0-200uA三个档可调、输出电流可预置、输出电流信号可直接显示等功能。硬件电路采用MSP430F5529低功耗单片机为控制核心,利用闭环控制原理,电路组成闭环负反馈进行稳流,最终实现精度高、稳定性好、输出范围宽的要求。
- 2022-03-26 02:24:15下载
- 积分:1
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
PLS-regression
王惠文-(book)偏最小二乘回归方法及应用1 (Wang Huiwen- (book) and application of partial least squares regression method 1)
- 2021-01-26 15:48:41下载
- 积分:1
-
c++与SQL Server的宾馆酒店管理系统
比较完整的系统管理,希望大家喜欢,一起提高
- 2022-03-03 21:02:41下载
- 积分:1
-
Synopsys-RTLSystemC
synopsys的systemc和RTl书籍清晰电子版,专业权威的EDA公司的培训资料(synopsys of systemc and RTl clear electronic version of books, professional authority of the EDA company' s training materials)
- 2010-08-11 11:49:49下载
- 积分:1
-
nearest-point-two-dimensional-space
本代码实现了算法导论中二维空间下的最近点对查找的算法。(Find the nearest point on the two-dimensional space under)
- 2014-01-15 09:25:57下载
- 积分:1