用Java寫的報表.功能如下: 0.內建網絡打印,網絡預覽功能! 1.文件操作。包括url 指定的文件。 2.全功能打印支持。包括打印預覽。 3.Undo 和 redo。 4.合并單元格。 5.Cell selection using the mouse or keyboards(快捷鍵支持)。 6.單元格高寬調整 。 7.豐富的前景刷支持,前景可以是單色,雙色漸變,JPG,PNG,GIF圖形 。 8.背景刷支持,前景可以是單色,雙色漸變,JPG,PNG,GIF圖形 。 9.每個單元格支持空心字體,各其他一般字體。 10.每個單元格可設置為只讀。 11.每個單元格上下左右可分別高設置邊框,邊框線的寬度,顏色可調。 12.拖放操作??稍谝粋€應用中的不同單元格拖放,也可在兩個應用的之間進行拖放。支持剪切和COPY兩種方式。 13.剪貼板功能。支持文本方式和全格式兩種方式。剪貼也允許在兩個應用之間進行??梢詮腅XCELL單元格中復制到本應用中。 14.單元格線,滾動條,行頭,列頭顯示可選. 15.支持公式定義,公式定義采用?作標記,如?sum(A1:B1)。 16.數字格式可自由定義,如 12345678, 可自動化為 12,345,678.00 。 17.豐富的頁腳頁眉屬性。具有以上3,4,5,6?,8,9,10,11,12,13,15,16,17各項功能。
上傳時間: 2015-03-15
上傳用戶:熊少鋒
自適應(Adaptive)神經網絡源程序 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of neural networks: 1) Adaptive Linear Network (ADALINE) 2) Multilayer Layer Perceptron with Extended Backpropagation algorithm (EBPA) 3) Radial Basis Functions (RBF) Networks 4) RBF Networks with Extended Minimal Resource Allocating algorithm (EMRAN) 5) RBF and Piecewise Linear Networks with Dynamic Cell Structure (DCS) algorithm A simulink example regarding the approximation of a scalar nonlinear function of 4 variables
標簽: collection implement Adaptive adaptive
上傳時間: 2015-04-09
上傳用戶:ywqaxiwang
SelectionDemo also has code (not included in the preceding snippet) that changes the table s selection orientation. By changing a couple of boolean values, you can make the table allow either column selections or individual cell selections, instead of row selections.
標簽: SelectionDemo the preceding included
上傳時間: 2015-05-04
上傳用戶:gut1234567
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of neural networks: 1) Adaptive Linear Network (ADALINE) 2) Multilayer Layer Perceptron with Extended Backpropagation algorithm (EBPA) 3) Radial Basis Functions (RBF) Networks 4) RBF Networks with Extended Minimal Resource Allocating algorithm (EMRAN) 5) RBF and Piecewise Linear Networks with Dynamic Cell Structure (DCS) algorithm A simulink example regarding the approximation of a scalar nonlinear function of 4 variables is included
標簽: Neural collection implement Adaptive
上傳時間: 2013-12-23
上傳用戶:teddysha
獲取指定文件夾下的所有文件的例表,儲存在cell里。獲取的例表名稱包括擴展名
標簽:
上傳時間: 2015-05-21
上傳用戶:363186
三階迎風格式來求解驅動方腔流場,MARKER AND CELL 方法
標簽: 驅動
上傳時間: 2014-07-29
上傳用戶:aix008
Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分說明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"
標簽: International Copyright Borland S_IREAD
上傳時間: 2013-12-26
上傳用戶:llandlu
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" #define MSGLOMEM "Not enough memory to allocate cell."
標簽: define Demonstration MSGKEYPRESS MSGHEADER
上傳時間: 2015-07-22
上傳用戶:xinzhch
LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monotonic and 2D plaid as % produced by MESHGRID. X, Y, U, and V must all be the same size.
標簽: LINEINTRGAL Integral computes integral
上傳時間: 2014-01-13
上傳用戶:hwl453472107
· Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.
標簽: well-documented well-designed Programming Language
上傳時間: 2015-08-16
上傳用戶:yuchunhai1990