源碼..C#開發(fā)的手機(jī)短信發(fā)送接收程序,有興趣朋友可以研究下-C# development of the SMS to send and receive proceedings, interested friends under study
標(biāo)簽: 源碼 手機(jī)短信 發(fā)送接收程序
上傳時(shí)間: 2014-01-24
上傳用戶:cc1
lcd驅(qū)動(dòng) 其中包括delay.c,key.c,LCD.c,main.c,usart.c
標(biāo)簽: delay lcd 驅(qū)動(dòng)
上傳時(shí)間: 2016-11-28
上傳用戶:songrui
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
標(biāo)簽: BlackBerry computing enhance mobile
上傳時(shí)間: 2016-12-07
上傳用戶:GavinNeko
加密算法實(shí)現(xiàn) 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.
標(biāo)簽: authentication encryption performing program
上傳時(shí)間: 2016-12-12
上傳用戶:franktu
[解決方法] 對(duì)上述程序改動(dòng)如下: 發(fā)送端: 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... 此方法適合傳送結(jié)構(gòu)體的實(shí)現(xiàn). 趕快試試看.
標(biāo)簽: SendBag ZeroMemory sizeof MMM
上傳時(shí)間: 2013-12-03
上傳用戶:三人用菜
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.
標(biāo)簽: worm duplicate catalogue WINNT
上傳時(shí)間: 2017-01-13
上傳用戶:aig85
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.
標(biāo)簽: catalogue starting produce WINDOWS
上傳時(shí)間: 2013-12-18
上傳用戶:wang5829
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.
標(biāo)簽: CAN configuring and transmit
上傳時(shí)間: 2013-12-11
上傳用戶:weiwolkt
uCOSII只提供了操作系統(tǒng)內(nèi)核,用戶要自己添加文件處理、人機(jī)界面、網(wǎng)絡(luò)接口等重要部分。其中Shell(人機(jī)界面)提供了人與機(jī)器交互的界面,是機(jī)器服務(wù)于人的體現(xiàn),是系統(tǒng)必不可少的重要組成部分。現(xiàn)代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人認(rèn)識(shí)OS都是從這里開始的。 由于Skyeye下的仿真串口USART已經(jīng)實(shí)現(xiàn)了中斷方式的接收(實(shí)際是從鍵盤接收輸入),而且串口輸出(實(shí)際上是輸出到終端屏幕)也已經(jīng)實(shí)現(xiàn),所以實(shí)現(xiàn)一個(gè)類似DOS或Bash的簡(jiǎn)化版Shell并不困難。其本質(zhì)思想就是:Shell作為一個(gè)uC/OSII下的任務(wù),接收用戶輸入的字符,存儲(chǔ)到緩沖區(qū),并回顯在屏幕上,以回車鍵為用戶輸入的結(jié)束信號(hào),隨后解析用戶輸入的命令名稱、參數(shù),調(diào)用相應(yīng)的命令函數(shù)。一直到這個(gè)命令函數(shù)運(yùn)行返回,才繼續(xù)Shell的人機(jī)交互界面。Shell作為一個(gè)任務(wù)工作于內(nèi)核之外,占用一個(gè)任務(wù)號(hào)。
標(biāo)簽: uCOSII 操作系統(tǒng) 內(nèi)核
上傳時(shí)間: 2014-01-22
上傳用戶:xc216
PIC18實(shí)作範(fàn)例,USART實(shí)作範(fàn)例,副pdf教學(xué)
上傳時(shí)間: 2017-02-11
上傳用戶:15736969615
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1