本文檔講解了OTA的概念,給出了如何發送“同步設置”的OTA短信的步驟,并附帶Java編寫的源代碼(http://www.cnblogs.com/Files/zhengyun_ustc/SyncSettingBuilder.rar)。 規范中定義了三種Setting: 瀏覽器設置 瀏覽器的書簽設置 SyncML設置 也就是說,你通過發送短信可以幫助用戶手機設置SyncSettings,從而可以讓手機與服務器同步信息(如電話本、日程和記事本等)。
上傳時間: 2013-12-18
上傳用戶:奇奇奔奔
DS18B20和PIC單片機通訊源程序 DS18B20和PIC單片機通訊源程序 -------------------------------------------------------------------------------- PIC單片機 www.pic16.com ORG PIC54 GOTO MAIN ORG 0
上傳時間: 2015-05-11
上傳用戶:515414293
用匯編語言編寫Windows驅動程序的工具,需要MASM32,到http://www.masm32.com下載
上傳時間: 2014-01-12
上傳用戶:gaojiao1999
企業管理系統軟件Compiere的安裝方法和技巧,from http://www.fgoo.com/ Allen編輯,整理)。
上傳時間: 2015-05-16
上傳用戶:lizhen9880
該計算器既有經典的GUI按鈕模式,也有類似于Matlab的命令行解釋執行模式,并且解釋模式基于XML配置構建,利用了Java語言強大的的反射機制,使得用戶根據需要添加自己的專用函數非常簡單和方便。 http://www.hugjava.com/projectDetail.do?id=3
上傳時間: 2015-05-18
上傳用戶:dyctj
這是一個代理服務器程序,它使用多線程,Semaphore, blocking-socket, an RFC in hand。其中有一個內嵌的Web服務器,使用一個自定義的計數器agCount.dll。內嵌Web服務器使用虛擬域名www.personalproxy.com。
上傳時間: 2015-05-19
上傳用戶:z1191176801
說明:8051單片機播放音樂,有三首歌:《揮著翅膀的女孩》、《同一首歌》、《兩只蝴蝶 》,此包還含有一個Proteus的電路仿真工程,可直接測試,里面說明文檔很詳細。 作者:蔣建軍 網站:http://www.jjjbbs.com 論壇:http://www.jjjbbs.com/bbs 日期:2005年09月17日
上傳時間: 2013-12-26
上傳用戶:jichenxi0730
該系統是一個使用Java語言開發,以國內開源Web MVC框架EasyJWeb作系統引擎的Java Web應用系統.系統主要實現的功能有訂單錄入、打印、銷售匯總、原料管理、客戶管理、生產配料計算、報表打印、匯總、系統數據管理及維護等功能,是一個使用非常簡單的編碼方式實現的Web開源應用系統。 系統采用面向對象的設計方法,頁面設計及系統邏輯分離,具有較好的擴展性。系統使用數據庫中間件技術,支持My SQL、MS SQL Server等多種數據庫系統平臺。系統涉及到復雜表單數據提交、AJAX無刷新數據提交、WEB打印等常用應用軟件中涉及到的技術。 系統在線演示地址:asp.easyjf.com 用戶名:test 密碼:test 源碼下載 安裝說明 技術交流 系統開發單位:EasyJF開源團隊 系統官方網址:www.easyjf.com
上傳時間: 2015-05-21
上傳用戶:xymbian
uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example
標簽: the provides required package
上傳時間: 2015-05-21
上傳用戶:ainimao
數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時間: 2015-05-21
上傳用戶:daguda