-
介绍了基于FPGA的多功能计程车计价器的电路设计。该设计采用了可编程逻辑器件FPGA的ASIC设计,并基于超高速硬件描述语言VHDL在Xilinx公司的Spar...
介绍了基于FPGA的多功能计程车计价器的电路设计。该设计采用了可编程逻辑器件FPGA的ASIC设计,并基于超高速硬件描述语言VHDL在Xilinx公司的SpartanⅡ系列的2sc200PQ208-5芯片上编程实现了整个系统的控制部分,整个自动控制系统由四个模块构成:秒分频模块、控制模块、计量模块和译码显示模块。该设计不仅仅实现了显示计程车计费的功能,其多功能表现在它可以通过选择键选择显示计程车累计走的总路程和乘客乘载的时间。计时、计程、计费准确可靠,应用于实际当中有较好的实用价值和较高的可行性。-introduced FPGA-based multifunctional taxi meter circuit design. The design using programmable logic device FPGA ASIC design, and for the super-high-speed VHDL hardware description language in the company Xilinx Spartan II Series 2 sc 200PQ208-5 chip programming of the control system as a whole, Automatic control the entire system from four modules : a seconds-frequency module, control module, metrology modules and decoding module. The design not only achieved a taxi showed Billing functions, Multifunctional its performance through its keypad revealed taxi taking the cumulative total journey of the passengers took the set time. Program, log, billing is accurate, reliable and practical application of them have good practical value and the
- 2022-01-22 15:10:54下载
- 积分:1
-
这是一款温度控制器的控制程序,能控制温度,时间,还有保温功能...
这是一款温度控制器的控制程序,能控制温度,时间,还有保温功能-This is a temperature controller of the control procedures, to control temperature and time, as well as thermal insulation function
- 2022-03-15 08:33:22下载
- 积分:1
-
交织器的一部分,可以生成交织索引函数,如果加上一个随即序列发生器就可以组成一个交织器 了!...
交织器的一部分,可以生成交织索引函数,如果加上一个随即序列发生器就可以组成一个交织器 了!-interleaver part of the index can be generated intertwined function, If coupled with a sequence generator immediately on the formation of a interleaver!
- 2022-11-26 00:00:03下载
- 积分:1
-
xp, office
xp,office风格的菜单,可以在你自己的pb程序中使用-xp, office-style menu, you can program your own use pb
- 2023-01-25 23:30:04下载
- 积分:1
-
OPC Client Demo.实现了OPC客户端。能有效连接SERVER
OPC Client Demo.实现了OPC客户端。能有效连接SERVER-OPC Client Demo. Realize the OPC client. Can effectively connect SERVER
- 2022-02-12 05:35:43下载
- 积分:1
-
有些PDF加密后,虽然能查看,但不能拷贝,这里给出了一个单文件的绿色密码去除软件...
有些PDF加密后,虽然能查看,但不能拷贝,这里给出了一个单文件的绿色密码去除软件-Some PDF encryption, though able to view, but you can not copy, here gives a green single-file password removal software
- 2023-04-25 02:45:02下载
- 积分:1
-
此程序是一个dos下日历.
此程序是一个dos下日历.-This program is a calendar under dos.
- 2022-07-06 15:11:55下载
- 积分:1
-
labview xie写的时钟,调用windows api
labview xie写的时钟,调用windows api-labview
- 2022-02-06 02:55:36下载
- 积分: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
-
Labwindows/CVI方面的例子程序实在太少了,放上一点给大家共享
Labwindows/CVI方面的例子程序实在太少了,放上一点给大家共享-Labwindows/CVI example of the procedure is too small, place in 1:00 to share! !
- 2022-03-24 09:36:44下载
- 积分:1