虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

default

  • SVG动态读取数据库并实时显示出来。该代码以通过后台读取时间实时显示出来

    SVG动态读取数据库并实时显示出来。该代码以通过后台读取时间实时显示出来,如果你需要读取数据库,请在default.aspx中处理即可。

    标签: SVG 读取 动态 代码

    上传时间: 2014-12-19

    上传用户:netwolf

  • JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer

    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.

    标签: jlgui Developer Homepage javazoom

    上传时间: 2016-11-16

    上传用户:wpwpwlxwlx

  • The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash bre

    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.

    标签: In-System-Debugger ISD the project

    上传时间: 2014-11-18

    上传用户:dongqiangqiang

  • 准备: 1、启动MS-SQL服务器; 2、运行“DBCreate_MusicSky.bat”,安装本项目所需的数据库 (如果安装不成功

    准备: 1、启动MS-SQL服务器; 2、运行“DB\Create_MusicSky.bat”,安装本项目所需的数据库 (如果安装不成功,请直接打开SQL,执行"DB\db_MusicSky.sql"); 3、成功安装数据库后,运行"odbcad32"建立ODBC数据源"MusicSky" 4、启动J2EE服务器 如果装的是j2sdkee-1_2_1,则用此命令启动:j2ee -verbose 如果装的是j2eesdk-1_4_02_2005Q2,则在开始菜单中打开"Start default Server" ===================================================================================== 注意事项: 1、本网站采用框架制作,请用支持框架的游览器打开。(建议用腾讯TT2.21版) 2、由于时间和个人能力问题,还不能实现在线放歌和购物车功能,此功能将在以后的版本中实现。

    标签: DBCreate_MusicSky MS-SQL bat 服务器

    上传时间: 2017-02-10

    上传用户:asasasas

  • Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea

    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.

    标签: characters character buffering efficient

    上传时间: 2017-02-20

    上传用户:cjl42111

  • 一个java实现的简单Web服务器

    一个java实现的简单Web服务器,通过浏览器浏览网页,在目录下添加default.html文件

    标签: java Web 服务器

    上传时间: 2017-04-11

    上传用户:思琦琦

  • 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

    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

    标签: EVT0 followings BSP support

    上传时间: 2014-01-27

    上传用户:fnhhs

  • OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented i

    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.

    标签: OTSU segmentation Gray-level segmented

    上传时间: 2017-04-24

    上传用户:yuzsu

  • SMC takes a state machine stored in a .sm file and generates a State pattern in twelve programming l

    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.

    标签: programming generates machine pattern

    上传时间: 2013-12-25

    上传用户:gaome

  • This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND.

    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 $ *

    标签: distributed WARRANTY WITHOUT useful

    上传时间: 2017-05-17

    上传用户:515414293