Java 程序編碼規范 所有的程序開發手冊都包含了各種規則。一些習慣自由程序人員可能對這些規則很不適應,但是在多個開發人員共同寫作的情況下,這些規則是必需的。這不僅僅是為了開發效率來考慮,而且也是為了后期維護考慮。 內容: 命名慣例 、Java文件樣式 、代碼編寫格式 、程序編寫 、編程技巧 、Swing 、調試 、性能 、可移植性 1) 命名規范 定義這個規范的目的是讓項目中所有的文檔都看起來像一個人寫的,增加可讀性,減少項目組中因為換人而帶來的損失。(這些規范并不是一定要絕對遵守,但是一定要讓程序有良好的可讀性) l Package名:Package名應該都是由一個小寫單詞組成。 l Class名:Class名必須由大寫字母開頭而其他字母都小寫的單詞組成 l Class 變量名:變量名用一個小寫字母開頭。后面的單詞用大寫字母開頭。 l Static Final 變量名:Static Final 變量名應該都大寫,并且指出完整含義。 l 參數名:參數的名字必須和變量的命名規范一致。 l 數組名:數組應該總是用下面的方式來命名: byte[] buffer 而不是:byte buffer[] l 方法的參數:使用有意義的參數命名,如果可能的話,使用和要賦值的字段一樣的名字:
上傳時間: 2013-11-28
上傳用戶:lxm
Java 程序編碼規范 所有的程序開發手冊都包含了各種規則。一些習慣自由程序人員可能對這些規則很不適應,但是在多個開發人員共同寫作的情況下,這些規則是必需的。這不僅僅是為了開發效率來考慮,而且也是為了后期維護考慮。 內容: 命名慣例 、Java文件樣式 、代碼編寫格式 、程序編寫 、編程技巧 、Swing 、調試 、性能 、可移植性 1) 命名規范 定義這個規范的目的是讓項目中所有的文檔都看起來像一個人寫的,增加可讀性,減少項目組中因為換人而帶來的損失。(這些規范并不是一定要絕對遵守,但是一定要讓程序有良好的可讀性) l Package名:Package名應該都是由一個小寫單詞組成。 l Class名:Class名必須由大寫字母開頭而其他字母都小寫的單詞組成 l Class 變量名:變量名用一個小寫字母開頭。后面的單詞用大寫字母開頭。 l Static Final 變量名:Static Final 變量名應該都大寫,并且指出完整含義。 l 參數名:參數的名字必須和變量的命名規范一致。 l 數組名:數組應該總是用下面的方式來命名: byte[] buffer 而不是:byte buffer[] l 方法的參數:使用有意義的參數命名,如果可能的話,使用和要賦值的字段一樣的名字:
上傳時間: 2017-05-31
上傳用戶:zxc23456789
生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l log file, default c:\tricktest.log example: tricktest -f 黑鷹行動.mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動.mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a
標簽: TrickTest tricktest command source
上傳時間: 2014-01-23
上傳用戶:水口鴻勝電器
MTK flash TOOL源程序代碼 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size. 2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM. New features: 1. [DA] Supports new NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P [TOSHIBA] TV00560002DDGB 2. [DA] Supports OTP driver for below NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P Enhancements: 1. [DA] Provide Customized FlashTest_AllInOne_DA.bin. 2. [DA] NFB can auto format after first download. 3. [DA] Improve DA download algorithm: next sector will be erased only when a sector is fully programmed. 4. [DA] Improve DA download algorithm: enable recovery mechanism when press STOP button. 5. [DA] Improve MT6223 Download Speed.
上傳時間: 2014-01-04
上傳用戶:xg262122
3 MATLAB functions for simulation of OFDM signal in Rayleigh fading channel. Including models for OFDM frame generating, cyclic prefix, pramble, as well as model for Rayleigh channel, QAM modulation function and a example of test process.
標簽: simulation Including functions for
上傳時間: 2017-07-14
上傳用戶:417313137
I used MFC. that code is not perfect and have some problem. But its function is Ok. You just fix and use array of display buffer. That is about How to play RAW graphic file. rotate, mirr, plus, divide ... etc
標簽: function perfect problem used
上傳時間: 2017-07-30
上傳用戶:皇族傳媒
Abstract - A fl exible multiscale and directional representation for images is proposed. The scheme combines directional fi lter banks with the Laplacian pyramid to provides a sparse representation for two- dimensional piecewise smooth signals resembling images. The underlying expansion is a frame and can be designed to be a tight frame. Pyramidal directional fi lter banks provide an effective method to implement the digital curvelet transform. The regularity issue of the iterated fi lters in the directional fi lter bank is examined.
標簽: representation directional multiscale Abstract
上傳時間: 2013-12-15
上傳用戶:zxc23456789
EVC下的小錄音程序,不保存文件的,只放BUFFER里面
上傳時間: 2013-12-22
上傳用戶:thuyenvinh
這是用VHDL設計的十進制計數器,兩個VHDL程序分別說明了out和buffer的區別
上傳時間: 2014-01-22
上傳用戶:tfyt
GIS的Arcengine編程,實現了屬性查詢,空間查詢,字段統計,Buffer生成,和最鄰近點查詢等功能
上傳時間: 2014-09-04
上傳用戶:lepoke