-
反馈型神经元网络
反馈型神经元网络,添加了自适应算法,
- 2022-04-17 15:38:39下载
- 积分:1
-
SHT1X
/ * *
- 2022-08-19 16:53:58下载
- 积分:1
-
CsCallMatlab
C#调用Matlab2008b的两个例子,如果没有安装Matlab2008b,至少要安装MCRInstall.exe v7.9(C# call Matlab2008b example, if not installed Matlab2008b, at least to install MCRInstall.exe v7.9)
- 2009-04-09 04:09:02下载
- 积分:1
-
OpenCV
opencv例程,包含大部分opencv函数(opencv routines, including most of the opencv function)
- 2011-05-04 13:09:55下载
- 积分:1
-
hdlc
hdlc协议的封装与解析,fsc校验,完整的例程代码(Decode and Encode an HDLC packet ,using FCS16 calculation)
- 2015-09-21 11:20:55下载
- 积分:1
-
display
该程序为数码管静态显示程序。
每按一次 独立按键 中的 T0,数码管的值便会加一(The procedure for the digital static display program. Each time you press the button in the Independent, the value of the digital tube will add a T0)
- 2013-12-04 10:20:45下载
- 积分:1
-
NS
基于元胞自动机的交通流模型 ns模型 C++(ns model, C++)
- 2014-02-07 14:57:32下载
- 积分:1
-
44ASPnet跳转方法总结
说明: 这个跳转页面的方法跳转的速度不快,因为它要走2个来回(2次postback),但他可以跳 转到任何页面,没有站点页面限制(即可以由雅虎跳到新浪),同时不能跳过登录保护。但速度慢是其最大缺陷!redirect跳转机制:首先是发送一个http请求到客户端,通知需要跳转到新页面,然后客户端在发送跳转请求到服务器端。(Methods the jump page Jump speed is not fast, because it has to go back and forth 2 (2 postback), but he can jump to any page, no web page (which can be restricted by YAHOO at the same time, jump to Sina) can't skip the login protection. But slow speed is its biggest drawback! Redirect jump mechanism: first, send a HTTP request to the client, the notification needs to jump to the new page, and then the client sends the jump request to the server.)
- 2017-06-27 17:18:52下载
- 积分:1
-
智能小车蓝牙控制系统
//初始化PWM,定时器1
//RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void)
{ //比较匹配时清零OC1A/OC1B, OC1A/OC1B 在TOP 时置位
??TCCR1A??|= (1<<COM1A1)|(1<<COM1B1)|(1<<WGM11)|(1<<WGM10); //page117
??//快速PWM,预分频器64分频,page118 为4.1ms,243HZ
??TCCR1B??= (1<<WGM12)|(1<<CS11)|(1<<CS10);? ?
??OCR1A? ?= UPTIME;? ?? ?? ? //1.9ms
??OCR1B? ?= UPTIME;? ?? ?? ? //1.9ms(/RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void))
- 2020-06-18 09:00:01下载
- 积分:1
-
FDC采集
这是一个FDC2214电容传感器模块读取采集电容信号的程序模块,使用的C语言程序,板子是STM32F14系列(This is a program module of FDC2214 capacitance sensor module to read and collect capacitance signals. It uses C language program. The board is STM32F14 series.)
- 2020-06-18 01:00:01下载
- 积分:1