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

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

Multiple-Output

  • ACM試題Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5,

    ACM試題Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?

    標簽: Description divisible Problem integer

    上傳時間: 2015-08-23

    上傳用戶:zhenyushaw

  • 本文簡要介紹了集成電路MAX038的性能

    本文簡要介紹了集成電路MAX038的性能,并給出了以MAX038波形產生器為核心具有四種輸出波形的函數 信號發生器的設計方案。用這種方法設計的信號發生器具有結構簡單、成本低、體積小等特點,很好地滿足 了一般的實驗要求。 關鍵詞:集成電路 信號發生器 頻率 Abstract:The performance ofIC_MAX038 was introduced briefly in this paper.At the sa/ne time,a signal generator design making with integrated circuit MAX038 is provided,which can produce four kinds of waveforms output.The signal generator was of characters such as simple structur,cheap expense,small volume and SO on.The signal generator contents the demand of general experiments very wel1. Key words:Integrated circuit Signal generator Frequency

    標簽: MAX 038 集成電路 性能

    上傳時間: 2013-12-12

    上傳用戶:四只眼

  • 王小平《遺傳算法——理論、應用與軟件實現》隨書光盤

    王小平《遺傳算法——理論、應用與軟件實現》隨書光盤,內容有: \GA 本書中所附源程序C或C++代碼文件及其可執行文件 Scs.cpp 基本分類算法源程序,輸入數據文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遺傳算法源程序, 輸入數據文件input,輸出文件output A_life.c 基于遺傳算法的人工生命模擬源程序, 輸入數據文件world GA_nn.c 基于遺傳算法優化神經網絡結構源程序,輸入數據文件sample Patmat.c 基于遺傳算法提取基元圖形源程序 \Sources 遺傳算法相關自由軟件及代碼

    標簽: 算法 光盤 軟件實現

    上傳時間: 2013-12-14

    上傳用戶:sz_hjbf

  • initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard

    initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard handling, sub-hierarchical expansion, and multiple cursors (similar to the concept found in moonedit). The author respectfully requests your compliance with the GPL

    標簽: multicasting featuring advanced keyboard

    上傳時間: 2015-08-27

    上傳用戶:invtnewer

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    標簽: project implement developed Database

    上傳時間: 2013-12-25

    上傳用戶:semi1981

  • 帶進度條的文件上傳(java+ajax源碼) 在寫代碼的時候

    帶進度條的文件上傳(java+ajax源碼) 在寫代碼的時候,還要用到關于servlet的包servlet-api.jar。   寫完后調試的過程中,老報錯:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后來一查才知道少了commons-io-1.2.jar,加上后,就ok了。   關于獲取及顯示進度部分,用了我原來自己寫的一個ajax的應用架構,從中抽取了部分代碼出來,注意,js文件只適用于UTF-8編碼的頁面,因為現在我只寫UTF-8編碼的頁面了,國際化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,還包含一個屬性文件,里面是一些默認配置,可根據自己的需要修改。   由于有源碼,怎么用可以自己看源碼,此外,那個例子中也寫了,在此不再贅述。例子中只取到了FileItem,再將item保存一下就ok了,示例代碼: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上傳成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上傳失敗.") }

    標簽: java ajax 文件上傳 代碼

    上傳時間: 2015-09-01

    上傳用戶:ccclll

  • 這是Small RTOS 51 在DP-51下載仿真實驗儀上使用CAT24WC02驅動程序的例子。本例程序按照相應的的通訊協議接收一個數據

    這是Small RTOS 51 在DP-51下載仿真實驗儀上使用CAT24WC02驅動程序的例子。本例程序按照相應的的通訊協議接收一個數據,并將接收到的數據顯示到LED數碼顯示器上。然后將接收到的數據寫入Cat24Wc02中,再在同一位置將數據讀出,并將讀出的數據通過串口發送回來。通訊協議參考rtos隨想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已經把輸出文件目錄設在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點擊Select Folder for Objects...和Listing頁點擊Select Folder for Listing...改變. (2)編譯時會有4個警告,可以忽略. (3)DP-51下載仿真實驗儀的所有跳線選取默認值。

    標簽: Small RTOS CAT 51

    上傳時間: 2015-09-03

    上傳用戶:wweqas

  • 這是Small RTOS 51 DP-51下載仿真實驗儀上實現一個鬧鐘的源代碼。它可以使用k1~k4調整時間

    這是Small RTOS 51 DP-51下載仿真實驗儀上實現一個鬧鐘的源代碼。它可以使用k1~k4調整時間,使用串口設置一個報警時間。由于僅僅是一個例子而非產品,有一些細節沒有完善。如調整完時間后第一次顯示的時間是錯誤的(由于共享TimeData引起);沒有使用串行eeprom存儲多個報警時間等;刪除報警代碼沒有編寫。不過,程序已經可以使用,讀者可以自行完善它。通訊協議參考rtos隨想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已經把輸出文件目錄設在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點擊Select Folder for Objects...和Listing頁點擊Select Folder for Listing...改變. (2)編譯時會有6個警告,可以忽略. (3)除與pcf8563相關的跳線和蜂鳴器的跳線外,DP-51下載仿真實驗儀的所有跳線選取默認值。

    標簽: Small RTOS 51

    上傳時間: 2015-09-03

    上傳用戶:jyycc

  • 這是Small RTOS 51 DP-51下載仿真實驗儀上編寫的一個鍵盤驅動例子。在DP-51下載仿真實驗儀上運行本程序后

    這是Small RTOS 51 DP-51下載仿真實驗儀上編寫的一個鍵盤驅動例子。在DP-51下載仿真實驗儀上運行本程序后,有兩個發光二極管每秒閃動一次。當按下某個按鍵時,LED數碼顯示器會顯示相應的鍵值。 注意:(1)在KEIL C51 工程中,我已經把輸出文件目錄設在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點擊Select Folder for Objects...和Listing頁點擊Select Folder for Listing...改變. (2)編譯時會有4個警告,可以忽略. (3)DP-51下載仿真實驗儀的所有跳線選取默認值。

    標簽: Small RTOS 仿真

    上傳時間: 2014-11-30

    上傳用戶:561596

  • This paper addresses the issues relating to the enforcement of robust stability when implementing t

    This paper addresses the issues relating to the enforcement of robust stability when implementing the Adaptive Inverse Control (AIC) scheme. In this scheme, an adaptive FIR filter is added to a closed-loop system in order to reduce the output error caused by external disturbances, enhancing the performance achieved by linear time-invariant controllers alone.

    標簽: implementing enforcement addresses the

    上傳時間: 2013-12-23

    上傳用戶:佳期如夢

主站蜘蛛池模板: 临湘市| 和硕县| 辛集市| 中江县| 孟津县| 晋江市| 沐川县| 南靖县| 房产| 湾仔区| 建始县| 怀来县| 贵溪市| 辽阳市| 阿坝| 行唐县| 光泽县| 子洲县| 葫芦岛市| 若羌县| 密云县| 佛教| 射阳县| 沁水县| 定西市| 县级市| 革吉县| 绥宁县| 韶关市| 池州市| 奉化市| 永登县| 汽车| 衡南县| 连南| 莎车县| 泸溪县| 怀集县| 伊川县| 休宁县| 曲阳县|