资源列表
stop
- 由于停车场是一个狭窄通道,问题要求汽车“到达”或“离去”信息。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,又每个汽车的车牌号都不一样,这样一来可以根据车牌号准确找到汽车位置,所以堆栈里的数据元素我设计成汽车的车牌号。当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车车牌号。当
code
- 实现FPGA对总线的读写操作,能够直接移植到FPGA上进行实验-The FPGA to read and write operations on the bus, can be directly ported to the FPGA experiment
seedoctor
- 医院就诊(队列应用)——排队,就诊,查看排队下班,不排队余下就诊等功能-Hospital (Queues application)- queue, treatment, see the line work, do not line up features such as the remaining treatment
zhan
- 栈的顺序算法实现,如初始化,判断是否为空,入栈,出栈等-The order of the stack algorithm, such as initialization, to determine whether the air, stack, stack, etc.
24C01
- 2401存储器的使用,c语言编写,简单实用-2401 memory usage, c language, simple and practical
24CXXX
- 适用于24c系列单片机的编程。。。。。简单实用-For 24c series microcontroller programming. . . . .
93C46
- 93c46汇编语言,简单实用,效果不错。-93c46 assembly language, simple and practical, good results.
93c46c
- 93c46c语言,简单实用,效果不错大家可以看看。-93c46c language, simple and practical, good people.
Student-directory-management-system-
- A,添加: 系统将提示用户输入新添加人员信息,输入到文件中,人员信息数据包括姓名(name),街道(street),城市(city),邮编(eip),国家(state). B,删除: 首先由用户输入要删除的人员的姓名,然后调用删除函数,删除该人员的所有相关资料. C,显示所有人员信息: 该功能将显示已经保存的所有人员的姓名,街道,城市,邮编及国家. D,查询: 可由用户输入要查找的人员姓名,然后系统用查找函数查找,接着系统使用相关文件命令输出所查找的人员的全部信息.
spi
- 主要完成DSP28系列SPI接口应用,SPI接口DAC(SPI_DAC5617)、SPI_DAC_ADC、SPI存储器扩展(SPI_EEPROM)。对DSP编程必不可少-Mainly to complete the DSP28 series SPI interface applications, SPI interface DAC (SPI_DAC5617), SPI_DAC_ADC, SPI memory expansion (SPI_EEPROM). Essential for DSP pr
LCD1602
- 4x4按键,lcd104显示程序,适用于1602系列,下载时请看清,-4x4 button, lcd12864 display program for JRM series, download, please see,
SCI
- 主要是281X系列DSP的编程应用,关于SCI应用,包括终中断模式(SCI_interrupt)和状态查询模式(SCI_status)两种代码都提供了-Mainly 281X series DSP application programming on SCI applications, including the end of interrupt mode (SCI_interrupt) and status query mode (SCI_status) provides two types
