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

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

go

go(又稱golang)是google的RobertGriesemer,RobPike及KenThompson開發(fā)的一種靜態(tài)強(qiáng)類型、編譯型語言。go語言語法與C相近,但功能上有:內(nèi)存安全,GC(垃圾回收),結(jié)構(gòu)形態(tài)及CSP-style并發(fā)計(jì)算。
  • 程序所在目錄:ex4_SCI 采用標(biāo)準(zhǔn)DB9 串口直連線將PC 串口和擴(kuò)展板串口相連。打開PC 上的串口調(diào)試軟件。默認(rèn)設(shè)置COM1,9600N,8,1。選擇按16 進(jìn)制接收和發(fā)送。 然后打開

    程序所在目錄:ex4_SCI 采用標(biāo)準(zhǔn)DB9 串口直連線將PC 串口和擴(kuò)展板串口相連。打開PC 上的串口調(diào)試軟件。默認(rèn)設(shè)置COM1,9600N,8,1。選擇按16 進(jìn)制接收和發(fā)送。 然后打開CC2000,進(jìn)行如下操作: 1.Project->Open ,打開該目錄中的工程文件。 2.Project->Rebuild ALL,編譯鏈接 3.File->Load Program 4.Debug->go Main 5.Debug->RUN (快捷鍵F5) 然后在串口調(diào)試助手中馬上可以看到上部的接收顯示區(qū)不斷接收到數(shù)據(jù)57(為16 進(jìn)制)。在串口助手的下部的發(fā)送區(qū)填入56,選中自動發(fā)送。數(shù)據(jù)即可通過串口發(fā)送到目標(biāo)板。 查看DSP 是否收到數(shù)據(jù),按如下操作:打開View->Watch window ,在下面剛彈出的Watch 區(qū)域中點(diǎn)右鍵,選擇Insert, 出現(xiàn)的信息框中填入SCI_RXDATA,x 即可按十六進(jìn)制方式顯示出變量SCI_RXDATA 的值。如果正常,應(yīng)可以看到該變量值為0x56。即說明RS232 雙向通訊正常。

    標(biāo)簽: 9600 串口 SCI DB9

    上傳時間: 2014-01-02

    上傳用戶:BIBI

  • 程序所在目錄:ex5_SPI D/A 轉(zhuǎn)換芯片選用的是SPI 接口的TLC5620,串行4 通道8 位DA 轉(zhuǎn)換。 打開CC2000,進(jìn)行如下操作: 1.Project->Open

    程序所在目錄:ex5_SPI D/A 轉(zhuǎn)換芯片選用的是SPI 接口的TLC5620,串行4 通道8 位DA 轉(zhuǎn)換。 打開CC2000,進(jìn)行如下操作: 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 輸出均由程序控制,用戶可參照程序中的注釋更改。

    標(biāo)簽: SPI Project 5620 2000

    上傳時間: 2017-04-26

    上傳用戶:zhanditian

  • This is a desktop application written in java which sends email using gmail smtp. You do not need to

    This is a desktop application written in java which sends email using gmail smtp. You do not need to go to the browser to send email. If you do not have a gmail account that is ok too because you can send email by a default account and of course by your own account. You need jdk 1.6 or higher to run it.

    標(biāo)簽: application desktop written email

    上傳時間: 2014-01-14

    上傳用戶:kernaling

  • USACO 1.1.1 美國信息學(xué)奧林匹克競賽第一題題解。 http://ace.delos.com/usacoprob2?a=tm4lT30HPme&S=ride 問題描述 科學(xué)家們在

    USACO 1.1.1 美國信息學(xué)奧林匹克競賽第一題題解。 http://ace.delos.com/usacoprob2?a=tm4lT30HPme&S=ride 問題描述 科學(xué)家們在研究彗星后驚訝地發(fā)現(xiàn),在每一個彗星后面都有一個不明飛行物UFO。 這些不明飛行物時常來帶走來自地球上的一些支持者。不幸地,他們的空間在每次旅行只能帶上一群支持者。 他們要做的是用一種聰明的方案讓某個支持彗星UFO的團(tuán)體都被彗星帶走。他們?yōu)槊總€彗星起了一個名字,通過這些名字來決定一個團(tuán)體是不是特定的彗星帶走。 那個相配方案的細(xì)節(jié)是這樣的: 所有團(tuán)體的名字和彗星的名字都以下列各項(xiàng)方式轉(zhuǎn)換成一個數(shù)字: 這個最后的數(shù)字代表名字中所有字母的信息,"A" 是 1 和 "Z" 是 26。 舉例來說,團(tuán)體 "USACO" 會是 21*19*1*3*15=17955 。 如果團(tuán)體的數(shù)字 mod 47 等于慧星的數(shù)字 mod 47,那么你要告訴這個團(tuán)體:準(zhǔn)備好行李,走吧 ! 現(xiàn)在,你要寫一個程序來通過團(tuán)體的名字和彗星的名字來決定一個組是否應(yīng)該與在那一顆彗星后面的不明飛行物搭配。 寫一個程序讀入彗星的名字和團(tuán)體的名字,如果搭配打印"go"否者打印"STAY" 團(tuán)體的名字和彗星的名字將會是沒有空格或標(biāo)點(diǎn)的一串大寫字母(不超過6個字母)。

    標(biāo)簽: usacoprob USACO delos HPme

    上傳時間: 2017-05-20

    上傳用戶:希醬大魔王

  • Game programmers, check out the only book on data structures written especially for you! Described i

    Game programmers, check out the only book on data structures written especially for you! Described in layman s terms, this book will explain all of the essential data structures that are used in video game programming. It will also go over some of the more advanced and specialized data structures, too. Data Structures for Game Programmers is written in C++, and any special skills required to understand the book will be explained within it. The CD will include source code of the book, compiled demo s of the source, graphical demo code, plus tools such as Visual C++ 5, SDL, STLPort, Paint Shop Pro, and an SDL Primer by Ernest Pazera.

    標(biāo)簽: programmers especially structures Described

    上傳時間: 2013-12-25

    上傳用戶:lixinxiang

  • This contribution provides functions for finding an optimum parameter set using the evolutionary alg

    This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output of the function, using this package is one possible way to go.

    標(biāo)簽: contribution evolutionary functions parameter

    上傳時間: 2017-06-03

    上傳用戶:海陸空653

  • Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. T

    Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. The idea is for engineers and technicians to share experiences and create a detailed checklist, which the individual designer can pare down to meet his or her specific needs. There are many details that go into the making of a first-run design success, and this checklist helps prevent Murphy s gremlins from marring an otherwise healthy design.

    標(biāo)簽: Electronics electronics Checklist checklist

    上傳時間: 2017-06-17

    上傳用戶:ddddddos

  • This book’s primary goal is to help you prepare to take and pass Microsoft’s exam number 70-290, Ma

    This book’s primary goal is to help you prepare to take and pass Microsoft’s exam number 70-290, Managing and Maintaining a Microsoft Windows Server 2003 Environment. Our secondary purpose in writing this book is to provide exam candidates with knowledge and skills that go beyond the minimum requirements for passing the exam, and help to prepare them to work in the real world of Microsoft computer networking.

    標(biāo)簽: Microsoft primary prepare number

    上傳時間: 2014-03-11

    上傳用戶:D&L37

  • What happens with your machine when you need to move away from the computer for 10 or more minutes?

    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.

    標(biāo)簽: computer happens machine minutes

    上傳時間: 2017-08-24

    上傳用戶:semi1981

  • As a general rule, PhD students and their supervisors tend to focus primarily, or even exclusively,

    As a general rule, PhD students and their supervisors tend to focus primarily, or even exclusively, on the content of the research that will go into the doctoral thesis. Other issues are often taken for granted: how to organize your work, give a presentation, work in a team, cope with your supervisor, and how to effectively manage your time.When asked, former PhD students usually claim that the general experience of being a graduate student, which includes learning how to solve complex problems and work well with others, was of greater value to their careers than the actual topic of their thesis.

    標(biāo)簽: exclusively supervisors primarily students

    上傳時間: 2013-12-16

    上傳用戶:qlpqlq

主站蜘蛛池模板: 新丰县| 卢氏县| 乐至县| 福安市| 原阳县| 斗六市| 永嘉县| 铜川市| 阿城市| 武川县| 澄迈县| 六盘水市| 长岭县| 长阳| 区。| 佳木斯市| 金乡县| 海安县| 宜宾县| 新平| 井冈山市| 日土县| 天水市| 江源县| 延边| 南陵县| 庐江县| 新沂市| 锡林郭勒盟| 罗山县| 视频| 佛冈县| 吉林市| 右玉县| 那坡县| 汪清县| 龙泉市| 丹棱县| 建宁县| 新田县| 青冈县|