S3c2410的串口编程,根据S3C2410串口的寄存器设置串口波特率为57600,maIn函数从串口接收数据后,判断其是否数字或子母,若是则加1后输出
上传时间: 2014-03-06
上传用户:gundan
T-kernel 的extension源代码,是日本最著名的T-kernel所独有的,适合开发T-kernel的朋友们使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the maIn portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz maIn source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)
上传时间: 2014-01-20
上传用户:czl10052678
While resting-state fMRI is drawing more and more attention, there has not been a software for its data analysis. Based on MATLAB, we developed a package named REST. Currently REST has three maIn functions: function connectivity, ReHo and ALFF.
标签: more resting-state attention software
上传时间: 2016-07-19
上传用户:cmc_68289287
词法分析器 对输入一个函数,并对其分析maIn() { int a,b a = 10 b = a + 20 }
上传时间: 2013-12-20
上传用户:hfmm633
AES在AVR单片机上的实现 资源要求 Program: 4492 bytes (6.9% Full) (.text + .data + .bootloader) Data: 745 bytes (9.1% Full) (.data + .bss + .noinit) 可以在AVR Studio中模拟运行 AES加密和解密 在AVR Studio 中模拟运行 Ctrl+F7 后,模拟执行到maIn入口处 按F5后, 知道到加密完成 可以看出加密的结果 再按F10,执行解密, 可以看出input数组恢复了 原来的结果
标签: bootloader Program bytes 4492
上传时间: 2016-07-30
上传用户:363186
EBD9260开发板的测试程序,用ADS打开,通过增加和删除maIn()的注释可以测试多个开发板上的设备,希望对大家有用!
上传时间: 2014-01-09
上传用户:bcjtao
关于 ZFC 框架的自述文件 2003.6.18 ====================================================================== 如何在PowerBuilder 开发环境中运行ZFC 框架。 1、文件 app.pbl 常用应用库; controls.pbl zfc 控件库; maIn.pbl 主要对象库; demo.pbl 演示程序库; 2、目录 DB 演示数据库; PSR 演示PB报表; 3、基于 ZFC 框架编写程序需要哪些文件和表: 引用maIn.pbl、controls.pbl、app.pbl 三个库 演示数据库中的Employee,EmployeeToFunction,Function,Profile 四个表; 演示数据库中的usp_DateGet,usp_EmployeeGet,usp_FunctionGet,usp_ProfileGet,usp_ProfileSet 五个存储过程; 如果您使用其他数据库,请移植表和存储过程。 4、PowerBuilder 9.0,Adaptive Server Anywhere 7 必须;
上传时间: 2016-08-13
上传用户:003030
es\Dice.ico This an icon file, which is used as the application s icon. This icon is included by the maIn resource file Dice.rc. res\Dice.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file.
标签: icon This application included
上传时间: 2013-12-23
上传用户:hwl453472107
LCD显示电子计价秤方案 1. 该方案使用的传感器为20KG,灵敏度约为0.5mv/v,选用新传感器线性较好的一段(100g-15Kg),直接处理,没有做非线性修正,称重可能会有偏差. 2. 软件基于KEILC开发,使用单片机的型号为AT89S52,在maIn.c文件中有详细说明。
上传时间: 2013-12-29
上传用户:helmos
程序名称: 数码管显示与键盘管理芯片ZLG7289的标准驱动程序(C51) 文件名: ZLG7289.h ZLG7289.C 说明: 本程序已经调试通过 程序的可移植性很好,仅做少量修改就可以直接包含使用 程序占用资源少,仅使用4根必须I/O口线,不占用定时器等其它资源 所有全局性的标识符都以ZLG7289_开头,不必担心命名冲突问题 程序结构清晰,思路明确,结合ZLG7289的数据手册很容易理解 用法: 1、重新定义I/O接口 2、如果CPU的主频比较高,则要适当调整延时,详见ZLG7289_Delay()函数 3、在用户程序中包含本头文件 4、在maIn()函数的开始处添加初始化函数ZLG7289_Init() 5、以后在程序中可以直接使用ZLG7289的用户指令集 6、读取键盘扫描码使用函数ZLG7289_Key(),查询方式、中断方式皆可
上传时间: 2013-12-09
上传用户:zhangzhenyu