LPC2106 实现LED DISPLAY的显示代码。 完整的工程文件。可以用PROTUES仿真
LPC2106 实现LED DISPLAY的显示代码。 完整的工程文件。可以用PROTUES仿真
number+display技术资料下载专区,收录366份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
LPC2106 实现LED DISPLAY的显示代码。 完整的工程文件。可以用PROTUES仿真
PIC单片机控制时钟芯片DS1302汇编程序 Display 秒/分/小时/日期/月/日/年
AVR单片机 LCD 12864 驱动程序 。A good sample code for learn lcd display .your can run it on me300 board . for more information ,...
display port接受芯片ANX9813的驱动代码。MCU使用LPC936FDH,内部包含AN9813寄存器设置,I2C驱动程序和串口驱动程序
来自澳大利亚Qeensland大学的计算机视觉Matlab工具箱。 This Toolbox provides a number of functions that are useful in computer vision, mach...
16×2点阵字符型LCD模块间接控制方式电路原理图及Keil C51驱动程序-display
switch fabric部分代码: fabric和table management 的数据交换. Mac address 从afifo输入, 查询的结果:output port number 存于pfifo中
keil c 与proteus环境下联合仿真开发嵌入式项目:Serially Interfaced, 8-Digit LED Display Drivers max7221驱动实例,包括c代码
该程序用以查找任意两个整数之间的所有素数。 Prime number finder can find all primes between a and b and will write the results to the file PRI...
输入数组(int[] number)作为sort的参数调用sort 即可实现排序(不减序排列) //或者利用重载的sort方法,输入参数是(int[] number, 0, number.length-1)