-
In the de2 on the file system using niosii to achieve fat source code, the file...
在de2上用niosii实现fat文件系统源代码,可以实现文件的读写操作,介质为sd卡。-In the de2 on the file system using niosii to achieve fat source code, the file read and write operations can be achieved, the medium for the sd card.
- 2022-04-23 19:57:13下载
- 积分:1
-
几个嵌入式MYSQL编程示例,包含了MYSQL带的动态库
几个嵌入式MYSQL编程示例,包含了MYSQL带的动态库-Several programming examples embedded MYSQL, MYSQL belt contains the dynamic libraries
- 2022-05-07 14:47:20下载
- 积分:1
-
液晶12864显示
LCD12864串行-检测----带中文字库的128X64 是一种具有4 位/8 位并行、2 线或3 线串行多种接口方式,内部含有国标一级、二级简体 中文字库的点阵图形液晶显示模块;其显示分辨率为128×64, 内置8192 个16*16 点汉字,和128 个16*8 点ASCII 字符 集.利用该模块灵活的接口方式和简单、方便的操作指令,可构成全中文人机交互图形界面。可以显示8×4 行16×16 点 阵的汉字. 也可完成图形显示.低电压低功耗是其又一显著特点。由该模块构成的液晶显示方案与同类型的图形点阵液晶 显示模块相比,不论硬件电路结构或显示程序都要简洁得多,且该模块的价格也略低于相同点阵的图形液晶模块
- 2023-04-16 16:45:03下载
- 积分:1
-
Mitsubishi PLC
三菱PLC的学习的入学的一参考课件
供大家学习参考-Mitsubishi PLC-learning courseware for admission to one reference for everyone learning reference
- 2023-01-28 21:50:04下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
一个嵌入式电子钟的程序
一个嵌入式电子钟的程序-an embedded electronic clock procedures
- 2022-02-05 23:06:24下载
- 积分:1
-
华邦CPU编程器仿真器设计
华邦CPU编程器仿真器设计-Winbond CPU Programming Design Simulation
- 2022-02-21 13:45:55下载
- 积分:1
-
44b0开发板试验代码ucos实验MP3.rar
44b0开发板试验代码ucos实验MP3.rar-Development board 44b0 experimental test code uCOS MP3.rar
- 2022-10-10 10:05:04下载
- 积分:1
-
使用8051个样本旋律
Sample Melody using 8051
- 2023-02-12 22:50:04下载
- 积分:1
-
DE2 练习源码2-4
Part IV
In part II we discussed the conversion of binary numbers into decimal digits. It is sometimes useful to build
circuits that use this method of representing decimal numbers, in which each decimal digit is represented using
four bits. This scheme is known as the binary coded decimal (BCD) representation. As an example, the decimal
value 59 is encoded in BCD form as 0101 1001.
You are to design a circuit that adds two BCD digits. The inputs to the circuit are BCD numbers A and B,
plus a carry-in, cin. The output should be a two-digit BCD sum S1S0. Note that the largest sum that needs to be
handled by this circuit is S
- 2022-03-18 00:20:50下载
- 积分:1