亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

continuous-time

  • 日歷時(shí)鐘 按AN3,依次進(jìn)入鬧鐘功能

    日歷時(shí)鐘 按AN3,依次進(jìn)入鬧鐘功能,鬧鐘時(shí)間,年,月,日和時(shí),分,秒模式,直致退出設(shè)置狀態(tài) 按AN4,調(diào)整是否起用鬧鐘和調(diào)節(jié)鬧鐘時(shí),分,秒,年,月,日,時(shí)間的時(shí),分,秒的數(shù)字 鬧鐘響時(shí),按AN4即可停止鬧鐘的聲響 正常狀態(tài),上排最前面顯示一自定義字符,下排最前面閃動(dòng)"willar" 設(shè)置狀態(tài),LCD上排最前面顯示"P",下排最前面設(shè)置鬧鐘時(shí)顯示"alarm:",其他顯示"time:" 鬧鐘啟用時(shí),在LCD下排中間顯示一小喇叭,鬧鐘禁用時(shí),無此小喇叭 年代變化2000--2099,星期自動(dòng)轉(zhuǎn)換

    標(biāo)簽: AN 時(shí)鐘 鬧鐘

    上傳時(shí)間: 2014-01-10

    上傳用戶:wendy15

  • The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, s

    The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.

    標(biāo)簽: KEIL_IODemo allocation routines project

    上傳時(shí)間: 2013-12-08

    上傳用戶:ve3344

  • UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory alloc

    UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.

    標(biāo)簽: Allocation GNU_IODemo Example project

    上傳時(shí)間: 2015-05-04

    上傳用戶:Amygdala

  • he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with on

    he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one period divided by the period. It can also be calculated as the average value during a particular period. That means after low pass filtering, (e.g. RC circuit) the signal becomes analog, with an actual value controlled by the microcontroller. The PWM functionality enables the LPC932 to control for example the speed of DC motors or the brightness of electric lighting.

    標(biāo)簽: signal Modulated analog create

    上傳時(shí)間: 2015-05-14

    上傳用戶:CHINA526

  • Easy installation Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Multi-languages(E

    Easy installation Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Multi-languages(English/Chinese...) Support RSS 2.0 RSS syndication Unlimited XML news source Customizable fetch time interval Customizable max entry count Customizable max content size

    標(biāo)簽: Multi-languages installation WebSphere WebLogic

    上傳時(shí)間: 2014-01-03

    上傳用戶:懶龍1988

  • 10分鐘學(xué)會(huì)SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for

    10分鐘學(xué)會(huì)SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta s examples are clear and his writing style is crisp and concise. As with earlier editions, this revision includes coverage of current versions of all major commercial SQL platforms. New this time around is coverage of MySQL, and PostgreSQL. All examples have been tested against each SQL platform, with incompatibilities or platform distinctives called out and explained.

    標(biāo)簽: established Yourself standard Minutes

    上傳時(shí)間: 2014-07-07

    上傳用戶:Pzj

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    標(biāo)簽: available libraries Although nearly

    上傳時(shí)間: 2014-01-22

    上傳用戶:zhoujunzhen

  • 解決時(shí)鐘問題

    解決時(shí)鐘問題,acm競(jìng)賽題 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to find the minimum number of d-coins needed to turn the minute hand back to 0.

    標(biāo)簽: 時(shí)鐘

    上傳時(shí)間: 2015-05-21

    上傳用戶:rishian

  • c8051單片機(jī)源程序

    c8051單片機(jī)源程序,包括adc。time等

    標(biāo)簽: c8051 單片機(jī)源程序

    上傳時(shí)間: 2013-12-08

    上傳用戶:tedo811

  • his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Repor

    his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Report-Final.doc: This is the final report of the channel modeling sub-committee. 2. cmx_imr.csv (x=1, 2, 3, and 4) represent the files containing the actual 100 channel realizations for CM1, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp,...) 3. cmx_imr_np.csv (x=1, 2, 3, and 4) represent the files containing the number of paths in each of the 100 multipath realizations. 4. cmx_imr.mat (x=1, 2, 3, and 4) are the .mat files that can be loaded directly into Matlab (TM). 5. *.m files are the Matlab (TM) files used to generate the various channel realizations.

    標(biāo)簽: a-Channel-Modeling-Subcommittee-R following contains folder

    上傳時(shí)間: 2013-12-21

    上傳用戶:hxy200501

主站蜘蛛池模板: 襄城县| 扎赉特旗| 绵阳市| 肇东市| 梅州市| 稷山县| 玉林市| 竹山县| 壶关县| 许昌市| 平安县| 兰坪| 白水县| 磐安县| 定结县| 成安县| 长汀县| 郁南县| 普兰县| 类乌齐县| 根河市| 中牟县| 十堰市| 盱眙县| 文登市| 沭阳县| 武平县| 临洮县| 兴文县| 淳化县| 沾化县| 广平县| 寻乌县| 虹口区| 崇左市| 萨嘎县| 从江县| 绥化市| 延津县| 永胜县| 山东|