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
本代碼包為本人的一篇文章<一個占用內存極少的菜單系統的實現>在在PC上的測試移植代碼。 ------------------------------ Menu_Src目錄為Menu的源代碼 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函數為最底層的顯示函數。 該函數調用LCD模擬函數來完成顯示。 KeyScan.C的unsigned char KeyScan(void)函數為鍵盤模擬函數。 void DelayMs( WORD time ) 延時 ------------------------------ GUI_SIM.exe為編譯后的文件,可以直觀看到這個GUI的效果. PC鍵盤的4個按鍵控制菜單周轉: PC按鍵 菜單中功能 up 向上鍵 確定鍵 進入子菜單 down向下鍵 取消鍵 返回父菜單 left向左鍵 向上鍵 菜單項上一項 right向右鍵 向下鍵 菜單項下一項 有興趣自己編譯VC工程:\Project\Menu.dsw <一個占用內存極少的菜單系統的實現>相關PDF文檔和其他資料在以下鏈接: http://www.ouravr.com/bbs/bbs_content.jsp?bbs_sn=798580&bbs_page_no=3&bbs_id=9999
上傳時間: 2014-06-24
上傳用戶:stvnash
C++編程思想 C++入門書籍,不多介紹 http://www.laixp.cn/soft/sort01/sort02/down-12215.html
上傳時間: 2013-12-25
上傳用戶:gut1234567
Effevtive_STL 本書是對STL的一些原理和一些使用STL過程中經常放的一些錯誤進行分析,講解,很不錯的一本書,推薦看 http://www.laixp.cn/soft/sort01/sort02/down-11235.html http://www.laixp.cn/soft/sort01/sort02/down-12267.html
標簽: Effevtive_STL STL 過程 分
上傳時間: 2013-12-16
上傳用戶:zhangyi99104144
matlab實現最優化選擇的一個算法,大家可以下下來參考,我也是從別處down的,謝謝原作者
上傳時間: 2013-12-15
上傳用戶:685
關于extjs詳細開發的文檔,我也是從網絡上down下來的,好東西不敢一個人獨享,分享出來給大家,
上傳時間: 2016-12-24
上傳用戶:小草123
FileEdit can edit file ,save file ,open file ,have basic simple functions for file .INSERT, BACKSPACE ,TAB,PGUP,PGDOWN,UP,DOWN,LEFT,RIGHT AND SO ON
標簽: file functions FileEdit BACKSPAC
上傳時間: 2017-01-02
上傳用戶:風之驕子
xl系列單片機實驗儀演示程序 DS18B20溫度控制數碼管 。 DS18B20溫度控制數碼管顯示 : 1、K3 → 進入設定溫度報警值 TL 狀態: L--20 2、K3 → 進入設定溫度報警值 TH 狀態: H--28 3、K3 → 返回 4、設定過程: K1 →加鍵 (UP), K2 →減鍵 (DOWN),可快速調。
上傳時間: 2013-12-11
上傳用戶:Altman
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //down Knight(i-1,j+2) // board[i][j]=0 step-- }
上傳時間: 2014-01-17
上傳用戶:cxl274287265
CYPRESS專門針對電動自行車開發的產品CY8C24533。該產品為內部編號,數據手冊和參考資料在CYPRESS公開網站上DOWN不到。這份資料是該產品的參考手冊。
上傳時間: 2017-02-06
上傳用戶:TF2015