我一般用于制作和整理(文件搜索方式)編程技術文檔和各類源代碼, 可以如編程工具一樣分色顯示程序(C++, Delphi , java, Vb, SQL ……)(用算法實現), 主要用于查找相應的類和函數的應用。 同樣可以用它來制作電子書籍。(制作出《諸子百家》) 考慮到兼容問題: 在發布時刪除了皮膚組件.所以運行出來的效果不美觀. 平臺: delphi7 本軟件為開源軟件. 所有人都可以使用其源碼.請注明出處就OK了 有任何問題,都可以向我發送Email. 設計者: 薛朝文 Email:xcwen@sina.com
上傳時間: 2014-01-24
上傳用戶:lht618
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
《數字圖像處理與分析》光盤使用說明 本光盤主要包括兩部分內容: 1、 作者編制的基于MATLAB和基于VC++實現的數字圖像處理軟件,分別對應于本書各章節。該軟件既可作為教學演示和實驗工具,也可在實際圖像處理中應用。 2、 電子課件和圖稿的電子版,電子課件按章編排,共9個文件。 本課件制作和使用的軟件環境為PowerPoint 2003,在不同版本軟件環境下可能會出現排版偏差。 歡迎讀者提出寶貴意見和建議,以幫助我們改進。聯系方式為: 通信地址:北京市航空航天大學圖像處理中心(100083) EMAIL:dmrzhang@sina.com
上傳時間: 2016-12-08
上傳用戶:123456wh
【概要】 名稱:DK的《貪吃蛇》-附源代碼 版本:1.0.0.0 運行環境:Win9X/Me/NT/2000/XP/2003/Vista 開發環境:WinXp+VC6 軟件開發者:FanSin Studio 開發商網站:暫無 作者:棼紫|DKink QQ:8566427 EMAIL:dkink@qq.com 【介紹】 基于像素移動的貪吃蛇,沒有記分,懶得寫。 背景音樂無,懶得寫。 有人想看背景音樂如何實現的,請看DKG12里面的實現。 【操作指南】 鍵盤操作,Enter開始,方向移動。
上傳時間: 2014-02-11
上傳用戶:ma1301115706
加密算法實現 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
利用61板、SPR模組、SPLC501液晶模組和4×4鍵盤建立手機通訊錄模型,要求通訊錄具有下述功能: 1. 通訊錄條目的錄入。可以通過4×4按鍵模擬手機鍵盤,實現中英文輸入。通訊錄條目至少應包括姓名、兩組以上電話號碼、Email等信息。 2. 通訊錄查詢和搜索。通訊錄以一定規則排序,可翻頁查看。提供通訊錄搜索功能,輸入姓名的一部分,可搜索到匹配的條目。 3. 語音識別功能。可將通訊錄中的指定條目設定為“可語音撥號”,并加以訓練。當進入語音撥號模式后,可利用之前訓練的語音命令快速找到所需的通訊錄條目。
上傳時間: 2013-12-21
上傳用戶:windwolf2000
The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile without too much difficulty. * The source files for the AVRcam had the author name and copyright information added back into them after the judging of the project, since it states in the competition rules that the author s name can not be present during their inspection. * The included source files are the ones that were submitted for the entry into the Circuit Cellar contest. I have continued to develop the AVRcam, and have added several new features (such as ignoring objects that aren t larger than a minimum size, removing tracked objects that overlap with each, and some general optimizations). If you are interested in the latest source, email me at john@jrobot.net * For more info about the AVRcam, check out http://www.jrobot.net John Orlando August 20, 2004
標簽: distribution version AVRcam source
上傳時間: 2016-12-30
上傳用戶:GavinNeko
dd1壓縮包里面是驅動源碼 console壓縮包里面是控制臺源碼 hide.exe是最終產品 使用方法: 1、將hide.exe復制到系統目錄 2、運行cmd 3、hide -h 查看幫助 hide -i 安裝驅動 hide -u 卸載驅動 hide -f -a filename 添加一個隱藏文件 by boywhp 07/09/03 Email:boywhp@126.com
上傳時間: 2013-12-19
上傳用戶:lanwei
計算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshift(Fa) Am=abs(Fs) % amplitude Ph=angle(Fs) % phase s=11 % 這表示邊長嗎? cgh=zeros(64*s) th=max(max(abs(Fs)))
上傳時間: 2014-10-13
上傳用戶:wweqas
// pica客戶端J2ME源碼,100%可運行可修改,J2ME逆向工程經典作品 // 作者:fangji999 // QQ:57979471 Email:fangji999@163.com // 博客:http://hi.baidu.com/ccall_net // QQ群:51719370 // 如用此源碼重新改寫的軟件或轉載,請保留本人聯系方式,作品原創作者 這個反編譯的作品是我去年完成,有點時間啦,因人常看很多學習j2me技術各位朋友常為思考為什么別人的軟件怎么做出來,比如界面,網絡技術啊,軟件結構啊等等,pica0.942版,原用老版的結構,增改多次,性能有點差,不過在對于學習就用j2me開發的學習很有用,基本上看懂了此版代碼,j2me肯定是入門啦。 通過代碼可以學到如下技術: 1,j2me界面繪制,pica的界面有眾多IM手機軟件中算好的。 2,j2me網絡編程,處理。 3,j2me事件。 4,IM手機應用技術,和客戶端結構設計(學習后可以其它語言實現)。 5,IM移動,XMPP協議等商業就用的設計。 6,完全重新編譯修改調試可以運行和聊天,100%實現了原版功能。
上傳時間: 2013-12-26
上傳用戶:xuanjie