2005-7-13 10:03 前幾天要做一個短信收發的小軟件,于是按照習慣Box尋找例程和控件,可惜沒有找到! 于是,大幅翁、Google!!!終于找到了好幾個,不是要收費就是不能用!氣憤??! 這又不是什么高新尖端科技,俺們不是做不出來,俺們只是秉承RAD的精神而已! 于是這個短消息控件誕生了!雖然還很簡陋,起碼胳膊腿都有了,剩下就看它怎么跑了! 使用標準AT指令 現在只能支持PDU模式(Text模式太簡陋)! 支持7_Bit 和 UCS2 編碼 集成了串口(spcomm) 只需要簡單的配置幾個參數就可以收發短信了
上傳時間: 2015-12-19
上傳用戶:wxhwjf
t112 參考文件,使用KEIL C51編譯器。AU 7寸模擬屏幕資料。
標簽: t112
上傳時間: 2016-01-02
上傳用戶:hakim
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標簽: converts Toolbox complex logical
上傳時間: 2016-02-12
上傳用戶:a673761058
追敢法,主要是n階線形方程組Ax=b的列主元高斯消去法的一個特殊情況,為上三角矩陣,通用程序如附件所示
標簽:
上傳時間: 2016-05-16
上傳用戶:coeus
完成在S3C2410處理器上移植μC/OS-II內核,然后實現以下多任務: a) 控制實驗箱核心板上4盞LED燈輪流亮滅; b) 將LED1連接到ARM9-2410EP增強型實驗箱擴展口的DA OUT端口,通過實驗箱上的鍵盤(比如“↑”、“↓”鍵)控制LED1亮暗變化,同時在超級終端顯示該控制值; c) 將LED2連接到擴展口的I/O輸出口,通過超級終端按鍵控制LED2亮滅,即按一下PC的超級終端某個鍵(比如回車鍵)LED2滅,再按LED2亮,反復循環。
上傳時間: 2016-09-17
上傳用戶:開懷常笑
MSP430F149串口行實驗程序 //使用ADC12采集實驗,將采集到數據送向PC.(序列單次采集,采用定時器A作為時鐘源) //P3.4為發送,P3.5為接收 晶體使32768HZ/8MHZ. 串行波特率B/S //使用SMCLK作為波特率發器時,不能使用LPM2,LPM3!
上傳時間: 2013-12-18
上傳用戶:D&L37
成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) { printf("成績為B\n") } else if(gread>=0&&gread<60) { printf("成績為C\n") } else { printf("分數輸入錯誤\n") } system("pause") return 0 }
標簽: include stdlib float gread
上傳時間: 2014-01-15
上傳用戶:waizhang
ZLG7290鍵盤驅動程序。按下按鍵,在串口調試助手中輸入b,在窗口中立即出現按鍵所對應的數值。比官方程序多一段芯片初始化代碼。
上傳時間: 2014-01-15
上傳用戶:busterman
板上資源: LM2576電源,MAX3232電平轉換芯片,11.0592M有源晶振,ATMEGA128L,FM32256(鐵電),滑槽式SIM卡座,40PZIF接插件,通信 模塊支持CM320,TC35i,MC35i,MC39i,GTM900A/B等模塊。 使用方法:1、不焊接M128和FM32256以及晶振,將橋接電阻R29,R30,R31焊上,就是標準串口無線MODEM,根據模塊不同可以支持GPRS和CDMA, 當然也可以作為GSM貓或者短信貓來使用。 2、焊上M128芯片,FM32256可以根據實際需要決定是否使用,除了支持上面的應用模式外,還能做成不需要上位機的透明傳輸模塊, 實現單片機或者一些非計算機設備無線上網傳輸數據的要求。
上傳時間: 2017-01-19
上傳用戶:ukuk