-
被动式红外传感器
许多字母数字液晶显示模块中所用的通用控制器芯片是 HD44780。控制器的目的是生成像素模式和驱动器单个
像素的液晶屏显示字符和符号。在这方法主要的单片机运行您的应用程序代码不需要生成像素模式,它只需要
告诉控制器芯片,其中的字符或符号显示,其它工作则由控制器,即HD44780。在许多不同大小的字母数字液
晶显示器使用相同的控制器芯片。因此连接示意图和驱动代码是相同的。
本文提出了人权的自动检测和节能 ro
- 2022-06-01 17:20:06下载
- 积分:1
-
Snake written by a small Java program can implement the basic functions of this...
用Java写的贪吃蛇的小程序,可以实现这个小游戏的基本功能。贪吃蛇我们都玩过,因此都程序功能不再多说-Snake written by a small Java program can implement the basic functions of this little game. Snake we all played, so all program features will not say
- 2022-08-23 18:05:51下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
Hamming 神经网络从功能上来看是最小Hamming 距离分类器.利用它能够完成不完整输入信息与所存储模式的最小汉明距离分类.
Hamming 网...
Hamming 神经网络从功能上来看是最小Hamming 距离分类器.利用它能够完成不完整输入信息与所存储模式的最小汉明距离分类.
Hamming 网络是一个双层神经网络,第一层网(即匹配子网络)是用来计算输入模式与该网络已经学习过的各样本之间的匹配测度.第二层网(即竞争子网络)接收从匹配子网络送来的未知模式与已存各样本的匹配测度,然后经过多次迭代运算就可以求得与输入模式相匹配的样本.-Hamming neural network from the functional point of view is the smallest Hamming distance classifier. Use it to complete incomplete input information storage model with the smallest Hamming distance classifier. Hamming network is a double neural network, the first network layer (ie matching sub-network) is used to calculate the input model and the network has been studied by the match between the sample test degrees. The second layer network (that is, competitive-network) from the receiver-matching network sent an unknown model has been deposited with the samples matching measure, Then after many iterative computation can be obtained with the input mode matching sample.
- 2023-07-07 13:35:03下载
- 积分:1
-
PIC16C54 开发的抽油烟机电路图,提供大家参考!
PIC16C54 开发的抽油烟机电路图,提供大家参考!-PIC16C54 development of the range hoods circuit diagrams for your reference!
- 2022-01-25 19:43:05下载
- 积分:1
-
psOD的应用,关于微粒群算法的仿真实现,可以直观的看到微粒的进化过程...
psOD的应用,关于微粒群算法的仿真实现,可以直观的看到微粒的进化过程-psOD applications, on the Particle Swarm Optimization Simulation realize, you can see the visual evolution of particles
- 2022-09-24 17:00:03下载
- 积分:1
-
ms SQL 和 sql anywhere 数据库管理实用工具源码
ms SQL 和 sql anywhere 数据库管理实用工具源码-sql anywhere SQL and database management tools usable source
- 2022-01-28 02:10:15下载
- 积分:1
-
mmnbvtrhgfhfgh
mmnbvtrhgfhfgh
- 2022-02-03 20:58:07下载
- 积分:1
-
操作系统的一些有用的题目
操作系统的一些有用的题目-operating system some useful topics
- 2022-02-22 05:19:10下载
- 积分:1
-
这是一个用vb.net编写的扫描条形码程序,在图书馆等利用它可是很方便的哦....
这是一个用vb.net编写的扫描条形码程序,在图书馆等利用它可是很方便的哦.-using vb.net prepared by the bar code scanning procedures, the use of the library, but it is very convenient oh.
- 2022-01-27 19:37:55下载
- 积分:1