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

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

USART-SEND

  • 源碼..C#開發的手機短信發送接收程序

    源碼..C#開發的手機短信發送接收程序,有興趣朋友可以研究下-C# development of the SMS to send and receive proceedings, interested friends under study

    標簽: 源碼 手機短信 發送接收程序

    上傳時間: 2014-01-24

    上傳用戶:cc1

  • lcd驅動 其中包括delay.c

    lcd驅動 其中包括delay.c,key.c,LCD.c,main.c,usart.c

    標簽: delay lcd 驅動

    上傳時間: 2016-11-28

    上傳用戶:songrui

  • BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that th

    BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that the BlackBerry is capable of things you never thought possible, and you ll learn how to make it an even better email and web workhorse: Get the most out of the built-in applications Take control of email with filters, searches, and more Rev up your mobile gaming--whether you re an arcade addict or poker pro Browse the web, chat over IM, and keep up with news and weblogs Work with office documents, spell check your messages, and send faxes Become more secure, lock down your BlackBerry and stash secure information somewhere safe Manage and monitor the BlackBerry Enterprise Server (BES) and Mobile Data System (MDS) Create web sites that look great on a BlackBerry Develop and deploy BlackBerry applications

    標簽: BlackBerry computing enhance mobile

    上傳時間: 2016-12-07

    上傳用戶:GavinNeko

  • 加密算法實現 Pegwit is a program for performing public key file encryption and authentication. Encr

    加密算法實現 Pegwit is a program for performing public key file encryption and authentication. Encryption means that pegwit allows you to keep the information in files you send by email (or other means) confidential. Eavesdroppers will not be able to read the email. Authentication allows you to check that a file has not been tampered with (changed) since it was signed.

    標簽: authentication encryption performing program

    上傳時間: 2016-12-12

    上傳用戶:franktu

  • [解決方法] 對上述程序改動如下: 發送端: MMM SendBag ZeroMemory(&SendBag,sizeof(SendBag)) .............

    [解決方法] 對上述程序改動如下: 發送端: MMM SendBag ZeroMemory(&SendBag,sizeof(SendBag)) ............. int send = 0 while(send<sizeof(MMM)) { int nCharSend=send(m_hSocket,(char*)(&SendBag+send),sizeof(MMM)-send,0) send+=nCharSend } 接收端: MMM RecvBag ZeroMemory(&RecvBag,sizeof(RecvBag)) recv寫法同上while... 此方法適合傳送結構體的實現. 趕快試試看.

    標簽: SendBag ZeroMemory sizeof MMM

    上傳時間: 2013-12-03

    上傳用戶:三人用菜

  • The worm will duplicate to WINNT catalogue , put worm shelf adult.exe into C: , in zip file under C:

    The worm will duplicate to WINNT catalogue , put worm shelf adult.exe into C: \, in zip file under C:\WINNT , C:\WINNT\system32 , these three catalogues ,. The worm will falsely use the person who sends one name and send the addressee for this mail of worm s mail automatically, the worm will open the selfish calculations constantly too.

    標簽: worm duplicate catalogue WINNT

    上傳時間: 2017-01-13

    上傳用戶:aig85

  • The worm will produce Arod.exe and " get to C: WINDOWS catalogue . After starting the machine again

    The worm will produce Arod.exe and " get to C: \WINDOWS catalogue . After starting the machine again , will put worm shelf Arod.exe into C: \, C:\WINDOWS,In zip file under WINDOWS \system32 , these three catalogues ,. As the user opens Outlook Express, the worm will search Outlook Express and accept a mail while inserting , and falsely use the person who sends one name and send the addressee for this mail of worm s mail automatically.

    標簽: catalogue starting produce WINDOWS

    上傳時間: 2013-12-18

    上傳用戶:wang5829

  • CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data o

    CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 button is depressed/released, with a 0x11 to indicate the button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.

    標簽: CAN configuring and transmit

    上傳時間: 2013-12-11

    上傳用戶:weiwolkt

  • uCOSII只提供了操作系統內核

    uCOSII只提供了操作系統內核,用戶要自己添加文件處理、人機界面、網絡接口等重要部分。其中Shell(人機界面)提供了人與機器交互的界面,是機器服務于人的體現,是系統必不可少的重要組成部分。現代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人認識OS都是從這里開始的。 由于Skyeye下的仿真串口USART已經實現了中斷方式的接收(實際是從鍵盤接收輸入),而且串口輸出(實際上是輸出到終端屏幕)也已經實現,所以實現一個類似DOS或Bash的簡化版Shell并不困難。其本質思想就是:Shell作為一個uC/OSII下的任務,接收用戶輸入的字符,存儲到緩沖區,并回顯在屏幕上,以回車鍵為用戶輸入的結束信號,隨后解析用戶輸入的命令名稱、參數,調用相應的命令函數。一直到這個命令函數運行返回,才繼續Shell的人機交互界面。Shell作為一個任務工作于內核之外,占用一個任務號。

    標簽: uCOSII 操作系統 內核

    上傳時間: 2014-01-22

    上傳用戶:xc216

  • PIC18實作範例

    PIC18實作範例,USART實作範例,副pdf教學

    標簽: PIC 18

    上傳時間: 2017-02-11

    上傳用戶:15736969615

主站蜘蛛池模板: 珲春市| 彭州市| 礼泉县| 苍溪县| 大厂| 张家口市| 胶南市| 古交市| 屏南县| 德钦县| 金山区| 定边县| 万荣县| 赫章县| 灵石县| 福安市| 广水市| 白朗县| 育儿| 九龙城区| 土默特右旗| 余姚市| 德惠市| 大名县| 湘西| 桃源县| 城固县| 乐昌市| 瓦房店市| 平定县| 中山市| 长汀县| 达孜县| 沭阳县| 砀山县| 池州市| 新巴尔虎左旗| 河西区| 永年县| 曲沃县| 德安县|