/* System Clocks Configuration */ RCC_Configuration() /* NVIC configuration */ NVIC_Configuration() /* Configure the GPIO ports */ GPIO_Configuration()
标签: RCC_Configuration Configuration configuration System
上传时间: 2017-08-08
上传用户:tedo811
Ctoex内核的LM3S1138的例子,包括GPIO、串口等的操作,很容易上手的
上传时间: 2017-08-16
上传用户:jqy_china
In the planning stage of a GNSS-measurement campaign it is useful to compute several design para-meters in order to decide how, when and where to carry out the measurements. The MATLAB user interface VISUAL.M enables you to compute the design parameters for any system design.
标签: GNSS-measurement planning campaign para-met
上传时间: 2014-01-23
上传用户:tuilp1a
程序:防止输入抖动程序。 作者:赵相如 语言:C 日期:2009-04-03 联系:zhao-xiangru@163.com 备注:注意:对单片机的输入点都要求有防止抖动程序。 ------------------------------------------------- 程序介绍: K1、K2为按钮,OUT为输出灯。 按下k1,经过延时子程序,判断是否抖动, 灯OUT点亮。 按下K2,经过延时子程序,判断是否抖动, 灯OUT熄灭。
标签: zhao-xiangru 2009 程序 163
上传时间: 2013-12-14
上传用户:yuchunhai1990
这是用VHDL设计的十进制计数器,两个VHDL程序分别说明了out和buffer的区别
上传时间: 2014-01-22
上传用户:tfyt
檔案傳輸協定(FTP)為目前相當普遍與廣泛使用之網路 應用。然而在傳統檔案傳輸協定之設計下,資料 傳輸透過Out-of-Band(OOB)之機制,意即透過控制頻道(control channel)傳輸指令 ,而實際資料 傳輸則另外透過特定之通訊埠以及TCP連 線,進行 傳送。如此一來 可確保資料 傳輸之可靠與穩定性,但另一方面則會造成傳輸率 (throughput)效能低落 。因此,在本計劃中,我們透過使用SCTP協定並利 用多重串 流 (multi-stream)機制,達到以In-Band機制達成Out-of-Band傳輸之相同效果。在本研究之最後亦透過於開放原始碼系統實作並實際量 測,証
上传时间: 2013-12-10
上传用户:2467478207
face detection Face detection can be regarded as a more general case of face localization In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this additional information. Early face-detection algorithms focused on the detection of frontal human faces, whereas newer algorithms attempt to solve the more general and difficult problem of multi-view face detection. That is, the detection of faces that are either rotated along the axis from the face to the observer (in-plane rotation), or rotated along the vertical or left-right axis (out-of-plane rotation),or both.
标签: detection face localization regarded
上传时间: 2014-01-10
上传用户:wfeel
What happens with your machine when you need to move away from the computer for 10 or more minutes? How secure is your data? Can someone sit on your chair while you are at a coworkers office and play with your data? Maybe you need a computer locking tool that is small and easy to use yet powerful enough to make sure your machine is locked when you need to go out for a break.
标签: computer happens machine minutes
上传时间: 2017-08-24
上传用户:semi1981
Abstract-In this paper, simple autonomous chaotic circuits coupled by resistors are investigated. By carrying out computer calculations and circuit experiments, irregular self-switching phenomenon of three spatial patterns characterized by the phase states of quasi-synchronization of chaos can be observed from only four simple chaotic circuits. This is the same phenomenon as chaotic wandering of spatial patterns observed very often from systems with a large number of degrees of freedom. Namely, one of spatial-temporal chaos observed from systems of large size can be also generated in the proposed system consisting of only four chaotic circuits. A six subcircuits case and a coupled chaotic circuits networks are also studied, and such systems are confirmed to produce more complicated spatio-temporal phenomena.
标签: investigated Abstract-In autonomous resistors
上传时间: 2014-06-09
上传用户:h886166
是控制LED闪烁发光的简单例程。该程序实际上是实用工程模板Demo的一个应用,直接从main( )函数开始编写。 在main( )函数的前面,定义了LED所在的GPIO端口和管脚。在main( )里,首先定义了一个变量ulClock,在调用函数clockInit( )时被初始化为当前的系统时钟频率,在后面对库函数SysCtlDelay( )调用时会用到该变量。 控制LED分3步走:调用函数SysCtlPeriEnable( )使能LED所在的GPIO模块,调用函数GPIOPinTypeOut( )配置LED所在的GPIO管脚为推挽输出,调用GPIOPinWrite( )对LED所在的GPIO管脚写0和写1实现LED闪烁发光的效果。
上传时间: 2014-01-27
上传用户:klin3139