匯編程序所在目錄ex2_asm 。 C 語言程序所在目錄ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打開該目錄中的工程文件。 2. Project->Rebuild ALL, 編譯鏈接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷鍵F5) 即可看到最邊上一個LED 周期性的閃亮。燈的閃爍頻率由軟件中的定時器Timer1 設置。這兩個程序執行的功能是完全一樣的。用戶可以參考這兩個文件作為其開發應用程序的模板。
上傳時間: 2017-04-26
上傳用戶:璇珠官人
匯編程序所在目錄ex2_asm 。 C 語言程序所在目錄ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打開該目錄中的工程文件。 2. Project->Rebuild ALL, 編譯鏈接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷鍵F5) 即可看到最邊上一個LED 周期性的閃亮。燈的閃爍頻率由軟件中的定時器Timer1 設置。這兩個程序執行的功能是完全一樣的。用戶可以參考這兩個文件作為其開發應用程序的模板。
上傳時間: 2017-04-26
上傳用戶:hopy
程序所在目錄:ex3_LED 打開CC2000,進行如下操作: 1. Project->Open ,打開該目錄中的工程文件。 2. Project->Rebuild ALL, 編譯鏈接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷鍵F5) 可以看到的現象為:最邊上一個LED 不斷閃爍(這個LED 在后面其他的程序中都被定義成在定時器中斷中閃爍)。其余的4 個LED 均處于熄滅狀態。 現在將按鍵輕按一下,只有LED1 閃爍; 按第二下,只有LED2 閃爍; 按第三下,只有LED3 閃爍; 按第四下,只有LED4 閃爍; 按第五下,四個LED 循環依次閃爍。 若再按鍵,則如此反復循環。
上傳時間: 2014-10-28
上傳用戶:我們的船長
程序所在目錄:ex4_SCI 采用標準DB9 串口直連線將PC 串口和擴展板串口相連。打開PC 上的串口調試軟件。默認設置COM1,9600N,8,1。選擇按16 進制接收和發送。 然后打開CC2000,進行如下操作: 1.Project->Open ,打開該目錄中的工程文件。 2.Project->Rebuild ALL,編譯鏈接 3.File->Load Program 4.Debug->GO Main 5.Debug->RUN (快捷鍵F5) 然后在串口調試助手中馬上可以看到上部的接收顯示區不斷接收到數據57(為16 進制)。在串口助手的下部的發送區填入56,選中自動發送。數據即可通過串口發送到目標板。 查看DSP 是否收到數據,按如下操作:打開View->Watch window ,在下面剛彈出的Watch 區域中點右鍵,選擇Insert, 出現的信息框中填入SCI_RXDATA,x 即可按十六進制方式顯示出變量SCI_RXDATA 的值。如果正常,應可以看到該變量值為0x56。即說明RS232 雙向通訊正常。
上傳時間: 2014-01-02
上傳用戶:BIBI
程序所在目錄:ex5_SPI D/A 轉換芯片選用的是SPI 接口的TLC5620,串行4 通道8 位DA 轉換。 打開CC2000,進行如下操作: 1.Project->Open ,打開該目錄中的工程文件。 2.Project->Rebuild ALL,編譯鏈接 3.File->Load Program 4.Debug->GO Main 5.Debug->RUN (快捷鍵F5) 用示波器可以看到DA_OUT1 接口輸出三角波 DA_OUT2 輸出三角波 用萬用表可以測到DA_OUT3 輸出2.475V DA_OUT4 輸出1.65V 各路的DA 輸出均由程序控制,用戶可參照程序中的注釋更改。
上傳時間: 2017-04-26
上傳用戶:zhanditian
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of Main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB Main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security
標簽: microcontroller programmable in-system W78E58B
上傳時間: 2017-04-27
上傳用戶:yiwen213
2007年全國大學生電子設計大賽,A題音頻信號分析儀的全部源程序。 單片機為c8051f120,系統時鐘倍頻至96MHZ。 Main.c是一個包含五級菜單的主函數。 FFT.C是進行fft變換,將時域信號變換成頻域信號。 flash.c是讀寫片外flash存儲器的程序,可以將分析結果保存,以備調用. z7290.c是周立功7290鍵盤芯片的驅動程序. FFT_xgjis.c是對變換后的頻譜進行分析和運算. FFT_CodeTable.c是一個正弦表,在FFT的時候調用. LCD320240.c是320*240的液晶驅動程序,液晶的控制器是SED1335. 所有的.h文件提供了子函數的定義. 本程序用KEIL3 802版本編譯通過,將所有的.C文件添加到工程中,并編譯Main.c 注意兩點:1.器件選擇c8051f120. 2.在target中將時鐘設為96M.同時必須將Memory Model 改成large--XDATA.默認的是small. 因為本設計占用的資源是非常大的. Program Size: data=81.3 xdata=6811 code=43056
上傳時間: 2014-01-05
上傳用戶:manlian
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two Main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.
標簽: well-known algorithm AdaBoost Adaptive
上傳時間: 2014-01-15
上傳用戶:qiaoyue
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two Main files
標簽: well-known algorithm AdaBoost Adaptive
上傳時間: 2013-12-31
上傳用戶:jiahao131
Watermarking schemes evaluation Abstract鈥擠igital watermarking has been presented as a solution to copy protection of multimedia objects and dozens of schemes and algorithms have been proposed. Two Main problems seriously darken the future of this technology though. Firstly, the large number of attacks and weaknesses which appear as fast as new algorithms are proposed, emphasizes the limits of this technology and in particu-lar the fact that it may not match users expectations. Secondly, the requirements, tools and methodologies to assess the current technologies are almost non-existent. The lack of benchmarking of current algorithms is bla-tant. This confuses rights holders as well as software and hardware manufacturers and prevents them from using the solution appropriate to their needs. Indeed basing long-lived protection schemes on badly tested watermarking technology does not make sense.
標簽: Watermarking watermarking evaluation presented
上傳時間: 2013-12-04
上傳用戶:thinode