此類主要功能為生成在“顏色選擇對話框”中位于“顏色顯示區”右邊的“顏色按鈕選擇區” * 中的按鈕所關聯的Action對象,當相應的按鈕被點擊后,此Action關聯動作將會對對相應 * 的滑動條以及其相關的文本輸入框的可使用狀態進行設定,同時設定滑動條及其相關的文本 * 框所顯示的相應的值為所點擊按鈕所代表的R,G,B顏色值。
上傳時間: 2014-01-20
上傳用戶:xcy122677
《數據庫設計》課程設計 一、 設計目的 數據庫設計是一門應用性很強的學科,在學習時必須使理論與實踐相結合。課程設計的目的是通過實踐使同學們經歷到一次綜合訓練,以便能較全面地理解、掌握和綜合運用所學的知識。 二、 設計任務與要求 (1) 對實際系統進行分析,寫出需求分析說明(數據需求和事務需求)。 (2) 概念結構設計 說明本數據庫將反映的現實世界中的實體、屬性和它們之間的關系等(E-R圖,可以用基本E-R圖或擴展E-R圖)。 (3) 邏輯結構設計 將概念結構映射為數據庫全局邏輯結構(關系模型),包括所確定的關鍵字和屬性、重新確定的記錄結構和所建立的各個表文件之間的相互關系。 三、 設計環境與工具 要求使用輔助設計工具,如Power Designer或者ERWin等,轉換為:SQL Server、Access或其它的DBMS數據庫(不作統一要求)。 四、 設計步驟 參考《數據庫設計實例指導書》 五、 設計題 教材P58面:3.8課程設計A、B、C任選一題 六、 設計成果 設計結果以書面形式于17周交付。 七、 成績評定 (1) 獨立完成 (2) 文檔完整 (3) 滿足用戶需求 這是研究生數據庫課程設計
標簽: 數據庫設計
上傳時間: 2015-03-03
上傳用戶:498732662
JAV實現BMP文件的讀取及提取R\G\B chanel
上傳時間: 2013-12-16
上傳用戶:er1219
本程序是對一幅圖像進行變灰度、旋轉、銳化、在圖像上畫圓或橢圓、直線等操作的程序。 說明:要實現相應功能的操作,需要在輸入框內輸入正確的表達式。舉例如下: 畫直線:x1=20,y1=15,x2=150,y2=100 畫圓:x=100,y=100,r=20 畫橢圓:x=100,y=100,r=20,a=16,b=9 旋轉:x=30(度數),ax=100,ay=90 銳化:x=80
上傳時間: 2013-12-24
上傳用戶:songrui
算法ebook(10部算法經典著作的合集) 算法ebook> 10部算法經典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to Priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles
標簽: ebook Fundamentals Structures Ellis
上傳時間: 2015-04-04
上傳用戶:tfyt
1.能實現不同的個數的矩陣連乘. 2.最后矩陣大小是8X8. 3是最優的矩陣相乘. 描 述:給定n 個矩陣{A1, A2,...,An},其中Ai與Ai+1是可乘的,i=1,2…,n-1。考察這n個矩陣的連乘積A1A2...An。矩陣A 和B 可乘的條件是矩陣A的列數等于矩陣B 的行數。若A 是一個p x q矩陣,B是一個q * r矩陣,則其乘積C=AB是一個p * r矩陣,需要pqr次數乘。
上傳時間: 2013-12-04
上傳用戶:wang5829
program kehuji uses Forms, Unit1 in ..\zxc\Unit1.pas {Form1}, Unit2 in ..\zxc\Unit2.pas {Form2}, Unit3 in ..\zxc\Unit3.pas {Form3}, Unit4 in ..\zxc\Unit4.pas {Form4} // Unit3 in C:\Program Files\Borland\Delphi7\Projects\Unit3.pas {Form3}, // Unit4 in C:\Program Files\Borland\Delphi7\Projects\Unit4.pas {Form4} {$R *.res} begin Application.Initialize Application.CreateForm(TForm1, Form1) Application.CreateForm(TForm2, Form2) Application.CreateForm(TForm3, Form3) Application.CreateForm(TForm4, Form4) // Application.CreateForm(TForm3, Form3) // Application.CreateForm(TForm4, Form4) Application.Run end.
標簽: zxcUnit pas program kehuji
上傳時間: 2014-01-16
上傳用戶:jing911003
本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網絡協議, Wi n s o c k是訪問它們的首選接口。而且在每個Wi n 3 2平臺上,Wi n s o c k都以不同的形式存在著。 Wi n s o c k是網絡編程接口,而不是協議。它從U n i x平臺的B e r k e l e y(B S D)套接字方案借鑒了 許多東西,后者能訪問多種網絡協議。在Wi n 3 2環境中,Wi n s o c k接口最終成為一個真正的 “與協議無關”接口,尤其是在Winsock 2發布之后。
上傳時間: 2015-07-08
上傳用戶:thinode
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標簽: Cryptographic Primitives generate Library
上傳時間: 2015-07-16
上傳用戶:wqxstar
空間后方交匯求解相機外方位元素,變量如下 % x,y 控制點像點坐標 % X,Y,Z 控制點空間坐標 %f焦距 %X0,Y0,Z0,a,b,c六個外方位元素 %x0,y0,-f內方位元素:光心坐標 %cha,chb,chc:外方位角元素改正數 %count 記錄迭代次數 %R 旋轉矩陣 %A 線性化的偏導系數矩陣 %L 常數項矩陣 %M0 外方位元素矩陣 %M1 外方位元素改正數矩陣
上傳時間: 2014-01-10
上傳用戶:saharawalker