自制51編程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy, often and fast. You need only 1 or 2 devices in low cost plastic case for developing. In contrast you need 10 or more high cost windowed devices if you must develop with EPROM devices (e.g. Phillips 87C751).
標(biāo)簽: programmer program device build
上傳時(shí)間: 2015-05-11
上傳用戶:sdq_123
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
關(guān)閉系統(tǒng)服務(wù) @echo off @net share ipc$ /delete @net share admin$ /delete @net share c$ /delete @net share d$ /delete @net share e$ /delete @net share f$ /delete @net share g$ /delete pause
標(biāo)簽: delete share net admin
上傳時(shí)間: 2014-01-08
上傳用戶:xg262122
參考了JAVA方面MIS系統(tǒng)開(kāi)發(fā)的書(shū)籍做的一個(gè) 電力收費(fèi)的系統(tǒng),包里面是可以直接運(yùn)行的JAR文件了...SRC是源文件可一些需要的包...數(shù)據(jù)庫(kù)是用的MSQLserver2000,"java程序數(shù)據(jù)源.BAK"如果安裝不到SQLserver就按照在SSQL2000里面的提示做,或者在G盤下安裝(我原來(lái)的數(shù)據(jù)庫(kù)是安裝在G盤的)一個(gè)數(shù)據(jù)庫(kù),再在里面安裝(恢復(fù))這個(gè)備份
標(biāo)簽: MSQLserver JAVA 2000 java
上傳時(shí)間: 2015-05-16
上傳用戶:zhouli
軟件測(cè)試方便的入門書(shū),比較全,我這里ebook有好多,編程設(shè)計(jì)的收集了好幾個(gè)G
標(biāo)簽: 軟件測(cè)試
上傳時(shí)間: 2014-12-07
上傳用戶:561596
The Audio File Library provides a uniform programming interface to standard digital audio file formats. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). The library also supports compression (currently G.711 mu-law and A-law and IMA and MS ADPCM) as well as PCM formats of all flavors (signed and unsigned integer, single- and double-precision floating point).
標(biāo)簽: programming interface provides standard
上傳時(shí)間: 2014-12-06
上傳用戶:a6697238
This comprehensive clear screen tutorial using Java native interface. Teaches you from A-Z how you go about clearing the windows dos console.
標(biāo)簽: comprehensive interface you tutorial
上傳時(shí)間: 2015-05-28
上傳用戶:qlpqlq
Appliction => rs232測(cè)試 應(yīng)用程式 Driver => usb to rs232 驅(qū)動(dòng)程式(wdm ddk) DLL => 應(yīng)用程式 Firmware => USBtoRS232 硬體韌體
標(biāo)簽: Appliction 232 gt Firmware
上傳時(shí)間: 2015-06-03
上傳用戶:yimoney
做到在互連網(wǎng)的語(yǔ)音通信功能,使用g.729壓縮,在 北京 -------- 重慶 間測(cè)試過(guò),一端是長(zhǎng)城寬帶。一端是56k modem 撥號(hào)上網(wǎng)。語(yǔ)音比較清晰,但有一點(diǎn)停噸現(xiàn)象。
標(biāo)簽: 互連網(wǎng) 語(yǔ)音 通信功能
上傳時(shí)間: 2013-12-26
上傳用戶:cursor
魔王語(yǔ)言解釋 [問(wèn)題描述] 有一個(gè)魔王總是使用自己的一種非常精練而又抽象的語(yǔ)言講話,沒(méi)有人能聽(tīng)得懂,但他的語(yǔ)言是可以逐步解釋成人能聽(tīng)懂的語(yǔ)言,因?yàn)樗恼Z(yǔ)言是由以下兩種形式的規(guī)則由人的語(yǔ)言逐步抽象上去的: (1) α 轉(zhuǎn)換為 β1β2…βm (2) (θδ1δ2…δn) 轉(zhuǎn)換為 θδnθδn-1… θδ1θ 在這兩種形式重,從左到右均表示解釋。試寫(xiě)一個(gè)魔王語(yǔ)言的解釋兄,把他的話解釋成人能聽(tīng)得懂的話。 [基本要求] 用下述兩條具體規(guī)則和上述規(guī)則形式(2)實(shí)現(xiàn)。設(shè)大寫(xiě)字母表示魔王語(yǔ)言的詞匯;小寫(xiě)字母表示人的語(yǔ)言詞匯;希臘字母表示可以用大寫(xiě)字母或小寫(xiě)字母代換的變量。魔王語(yǔ)言可含人的詞匯。 (1)B 轉(zhuǎn)換為 tAdA (2)A 轉(zhuǎn)換為 sae [測(cè)試數(shù)據(jù)] B(exnxgz)B解釋成tsaedsaeezegexenehetsaedsae 若將小寫(xiě)字母與漢字建立下表所示的對(duì)應(yīng)關(guān)系,則魔王說(shuō)的話是:“天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一直鵝地上一只鵝”。 t d s a e z g x n h 天 地 上 一只 鵝 追 趕 下 蛋 恨
上傳時(shí)間: 2014-12-21
上傳用戶:大三三
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1