SVG動(dòng)態(tài)讀取數(shù)據(jù)庫(kù)并實(shí)時(shí)顯示出來(lái)。該代碼以通過(guò)后臺(tái)讀取時(shí)間實(shí)時(shí)顯示出來(lái),如果你需要讀取數(shù)據(jù)庫(kù),請(qǐng)?jiān)?b>Default.aspx中處理即可。
標(biāo)簽: SVG 讀取 動(dòng)態(tài) 代碼
上傳時(shí)間: 2014-12-19
上傳用戶(hù):netwolf
JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer Homepage : http://sourceforge.net/project/?group_id=1344 ----------------------------------------------------- To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear then edit jlGui.bat (or jlGui.sh) script and setup JLGUI_HOME variable and launch the script. To play local file : Left click on "Eject" button. To play remote file/stream : Right click on "Eject" Button. To fill in playlist : Edit Default.m3u file before launching jlGui.
標(biāo)簽: jlgui Developer Homepage javazoom
上傳時(shí)間: 2016-11-16
上傳用戶(hù):wpwpwlxwlx
The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash breakpoints or hardware breakpoints. By Default, it is configured for flash breakpoints which allow you to set real-time breakpoints in your software. Using Flash breakpoints has also the benefit that no special handing for the shared interrupt vector is required, since the hardware break registers of the MSC1200 are not used at all.
標(biāo)簽: In-System-Debugger ISD the project
上傳時(shí)間: 2014-11-18
上傳用戶(hù):dongqiangqiang
準(zhǔn)備: 1、啟動(dòng)MS-SQL服務(wù)器; 2、運(yùn)行“DB\Create_MusicSky.bat”,安裝本項(xiàng)目所需的數(shù)據(jù)庫(kù) (如果安裝不成功,請(qǐng)直接打開(kāi)SQL,執(zhí)行"DB\db_MusicSky.sql"); 3、成功安裝數(shù)據(jù)庫(kù)后,運(yùn)行"odbcad32"建立ODBC數(shù)據(jù)源"MusicSky" 4、啟動(dòng)J2EE服務(wù)器 如果裝的是j2sdkee-1_2_1,則用此命令啟動(dòng):j2ee -verbose 如果裝的是j2eesdk-1_4_02_2005Q2,則在開(kāi)始菜單中打開(kāi)"Start Default Server" ===================================================================================== 注意事項(xiàng): 1、本網(wǎng)站采用框架制作,請(qǐng)用支持框架的游覽器打開(kāi)。(建議用騰訊TT2.21版) 2、由于時(shí)間和個(gè)人能力問(wèn)題,還不能實(shí)現(xiàn)在線放歌和購(gòu)物車(chē)功能,此功能將在以后的版本中實(shí)現(xiàn)。
標(biāo)簽: DBCreate_MusicSky MS-SQL bat 服務(wù)器
上傳時(shí)間: 2017-02-10
上傳用戶(hù):asasasas
Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the Default size may be used. The Default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.
標(biāo)簽: characters character buffering efficient
上傳時(shí)間: 2017-02-20
上傳用戶(hù):cjl42111
一個(gè)java實(shí)現(xiàn)的簡(jiǎn)單Web服務(wù)器,通過(guò)瀏覽器瀏覽網(wǎng)頁(yè),在目錄下添加Default.html文件
上傳時(shí)間: 2017-04-11
上傳用戶(hù):思琦琦
1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c
標(biāo)簽: EVT0 followings BSP support
上傳時(shí)間: 2014-01-27
上傳用戶(hù):fnhhs
OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By Default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.
標(biāo)簽: OTSU segmentation Gray-level segmented
上傳時(shí)間: 2017-04-24
上傳用戶(hù):yuzsu
SMC takes a state machine stored in a .sm file and generates a State pattern in twelve programming languages. Includes: Default transitions, transition args, transition guards, push/pop transitions and Entry/Exit actions. See User Manual for more info.
標(biāo)簽: programming generates machine pattern
上傳時(shí)間: 2013-12-25
上傳用戶(hù):gaome
This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND. * * Author(s): Ole Saether * * DESCRIPTION: * * Hello World program. Please note that this program runs the internal 8051 * on the Default power up frequency of 4MHz. See ex3c.c for an example on how * to switch to 16MHz. * * The functionality is the same as in ex1a.asm. * * COMPILER: * * This program has been tested with Keil V7.07a. * * $Revision: 3 $ *
標(biāo)簽: distributed WARRANTY WITHOUT useful
上傳時(shí)間: 2017-05-17
上傳用戶(hù):515414293
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1