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

Path

  • C++图论算法

    C++图论算法,dijistra shortest Path, floyd shortest Path等最短路算法

    标签: 图论 算法

    上传时间: 2014-01-03

    上传用户:笨小孩

  • 安装JDK 从java.sun.com/">http://java.sun.com/下载jdk-1_5_0_04-windows-i586-p.exe 安装到指定路径

    安装JDK 从java.sun.com/">http://java.sun.com/下载jdk-1_5_0_04-windows-i586-p.exe 安装到指定路径,我选择D:jdk1.5.0 配置环境变量: JAVA_HOME: D:jdk1.5.0 Path: D:jdk1.5.0 in CLASSPath: . D:jdk1.5.0lib ools.jar D:jdk1.5.0jrelib t.jar

    标签: java com sun windows-i

    上传时间: 2017-05-27

    上传用户:l254587896

  • A Bubble Sort - This is a sort that can be used on small numbers of records. Bubble Sorts file orig.

    A Bubble Sort - This is a sort that can be used on small numbers of records. Bubble Sorts file orig.txt in the application Path.

    标签: Bubble numbers records Sorts

    上传时间: 2017-06-25

    上传用户:黄华强

  • To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if

    To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if it is LL(1). A jar file containing the class files can be downloaded here. Place this jar file in your class Path before running the analyzer. LLAnalyze requires JDK 1.2. In the CSUGLAB, use g:\jdk1.2.2\bin\java (NT) or /usr/local/jdk1.2.1 (Solaris). You can also look at the source code for LLAnalyze. JLex is required to build it.

    标签: grammar developed determine analyze

    上传时间: 2013-12-24

    上传用户:thuyenvinh

  • Client/Server application. This application was written using RMI Java. It resolve "access to critic

    Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem. To use this program you should change in *.bat / *.sh files the java Path according in your computer

    标签: application resolve written Client

    上传时间: 2013-12-03

    上传用户:hxy200501

  • Because WDM networks are circuit switched loss networks blocking may occur because of lack of resour

    Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources. Also in circuit switched networks many Paths use the same links. This toolbox answers the question how different Paths with different loads influence on each other and what is the blocking on each of the defined Path. Toolbox is capable of computing blocking for three different WDM network types: with no wavelength conversion, with full wavelength conversion and with limited range wavelength conversion. It is worth noting that case for full conversion can be usefull for any circuit switched network without additional constraints (i.e. wavelength continuity constraint in WDM), for example telephone network. Toolbox contains also scripts for defining network structures (random networks, user defined networks) and traffic matrixes. Three graph algorithms for shortest Path computation are also in this toolbox (they are used for traffic matrix creation).

    标签: networks blocking switched Because

    上传时间: 2017-07-28

    上传用户:zhangzhenyu

  • 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/inc

    1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export Path=$Path:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)

    标签: local arm-linux usr makefile

    上传时间: 2017-08-03

    上传用户:zhouchang199

  • Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in

    Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in V, find the shortest Path from s to every other vertex

    标签: nonnegative weight source vertex

    上传时间: 2014-01-10

    上传用户:xuan‘nian

  • The task in this assignment is to implement an airline routing system. Your system should be able t

    The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between airports are represented as edges, take as input two airports and calculate the shortest route (ie Path) between them.

    标签: system assignment implement airline

    上传时间: 2017-09-07

    上传用户:kiklkook

  • Ajax实现的WEB下载,由于OA系统是基于WEB方式的

    Ajax实现的WEB下载,由于OA系统是基于WEB方式的,如果只判断用户是否点击“下载文件”,就来判断用户是否成功下载了文件。这种方式很显然行不通,怎么办呢?我想到的就是用一控件,然后用回调事件来处理数据库方面的问题(下载记录问题) 有兴趣的朋友可在 http://www.interdrp.com/ 下载分销系统 用测试帐号进系统后,点测试程序,再点WEB下载 可以看见效果 https://www.interdrp.com/software/ReYoWebDownLoad.zip(点击下载此控件) API说明 ReYoWebDL.copyright="锐洋软件拥有版权 http://www.interdrp.com/" //必须 ReYoWebDL.url="http://dl.baofeng.com/storm3/Storm2009-0504-1.exe" //下载文件的路径 ReYoWebDL.Path ="" //保存文件地址 ReYoWebDL.ReYoStartDownload() //下载动作 ReYoWebDL.ReYoStopDownload() //停止下载 ReYoWebDL.size //下载文件大小 ReYoWebDL.bytes//已下载大小 ReYoWebDL.speed //下载速度 KB/S ReYoWebDL.done //下载是否完成 ReYoWebDL.cancle=true //是否取消下载 ReYoWebDL.urlsource //下载文件名 ReYoWebDL.percent //下载百分比

    标签: WEB Ajax OA系统

    上传时间: 2017-09-14

    上传用户:lingzhichao