CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - branch

搜索资源列表

  1. CTD

    0下载:
  2. 中国电信广东分公司宽乐声讯平台CTD振铃呼叫测试代码类库-China Telecom Guangdong Branch CTD wide platform music ringing voice call test code library
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1293141
    • 提供者:zhangyan770904
  1. LinOrd

    0下载:
  2. branch and cut 代码实现及说明-branch and cut
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3634
    • 提供者:leilei
  1. google-maps-api-json

    0下载:
  2. google maps api的应用,数据采用惊悚保存,是一个小型的管理软件,可以查看本公司的所有的地区分布的分公司-google maps api applications, data Save with horror, is a small management software, you can view all of the geographical distribution of the company' s branch
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:969605
    • 提供者:薛宝
  1. ok

    0下载:
  2. branch and bound for flowshop problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:8218
    • 提供者:anis
  1. SquareRoot

    0下载:
  2. import java.io.* public class SquareRoot { public static void main ( String [ ] args ) { System.out.print("Enter a positive value: ") double value = 0 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine
  3. 所属分类:JavaScript

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:何俊乐
  1. 3

    0下载:
  2. 启航机电设备企业建站系统,该系统做到企业站动态模版化,代码界面分离,是一套为网站用户提供无技术门坎、操作简单、维护方便、功能强大、 安全可靠的建站工具。网站模版丰富,可任您满意选择,让您在几分钟内快速掌握并拥有自己理想的网站。 更新内容 对模板引擎进行大的优化,去除table分行效果,改用(ul+li或div+div) 修正模板引擎的工作流程,加入对IF语句支持-Sail mechanical and electrical equipment enterprise Statio
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-16
    • 文件大小:212110
    • 提供者:李军
  1. ArbolAVL

    0下载:
  2. The AVL tree is named after the initials of the surnames of its inventors, Adelson-Velskii and Landis. He came forward in the publication of an article in 1962: "An algorithm for the organization of information" ("An algorithm for the organization of
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:20533
    • 提供者:ivan
  1. Wikka-v1.3.3

    0下载:
  2. Wikka是一个用PHP语言编写的轻量级维基引擎,后台数据使用MySQL数据库存储。Wikka是Wakka维基引擎的一个分支变体,主要特点是高速、可伸缩性和安全。这个引擎符合GNU公共许可协议GPL。-Wikka is a lightweight wiki engine written in PHP language, and background data using the MySQL database storage. Wikka is a branch of the Wakka Wiki
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-09
    • 文件大小:1583131
    • 提供者:nicolas
  1. WireRouter

    0下载:
  2. 用队列式分支界限法来求解布线问题. 从起始点a开始将它作为第一个扩展结点,把与该扩展结点相邻的可行的活结点加入到活结点队列,并把这些方格标记为1,表示从起始方格到这些方格的距离为1。接着从活结点队列中取出对列首结点作为下一个扩展结点,并把与当前结点相邻的且未标记的方格标记为2,并存入活结点队列。这个过程一直持续到搜索到目标方格b或活结点队列为空为止-With queue-type branch boundaries method for solving routing problem. From
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1925
    • 提供者:原价
  1. js-DOM-programming-

    0下载:
  2. js DOM编程就像棵树一张网,只要你得到这个树的一个节点,跟着这个树枝的脉络.就能找到整颗树-DOM programming like tree a net, as long as you get the tree of a node, follow the branch of choroid. Can find the whole tree
  3. 所属分类:JavaScript

    • 发布日期:2017-11-22
    • 文件大小:71843
    • 提供者:zhoushanshan
  1. TestTabHost

    0下载:
  2. 使用tabHost之demo,前途一片光芒-Being the Vatican s way is justice style of each of the three each branch of the national defense students more comfortable just hair of three triple kill the sense of time
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:111992
    • 提供者:Kevin
  1. fluxbb-1.5.1

    0下载:
  2. FluxBB是个快速、轻量级基于PHP开发的论坛系统。页面符合XHTML与CSS标准。支持MySQL、PostgreSQL、SQLite等数据库。支持通过插件扩展增强其功能。FluxBB是PunBB的一个分支。-FluxBB is a fast, lightweight PHP-based forum for the development system. The page is valid XHTML and CSS standards. Support for MySQL, PostgreS
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-10
    • 文件大小:411660
    • 提供者:刘少卿
  1. solution-of-knapsack-problem

    0下载:
  2. 回溯法、分支限界法的原理,并能够按其原理编程实现解决0-1背包问题,以加深对回溯法、分支限界法的理解。 -Backtracking, branch and bound method principle, and can according to the principle of programming to realize solving knapsack problem, in order to deepen our understanding of the backtracking, bra
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:90598
    • 提供者:
  1. JtreeExample

    0下载:
  2. 主要是展示java 树形结构的实例程序,借着不同的按钮,实现对java树形分支组件的可触发状态的改变. 个人认为是一个较好的学习java(c/s)树形处理菜单模式的样例。不防看一个。-Is mainly to show the the java tree structure instance procedures, the state the java tree branch components can trigger changes through the different buttons
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:13676
    • 提供者:xuhuaifeng
  1. quokka-0.3

    0下载:
  2. Quokka为Java开发者提供了基于ANT向Maven的转换,对于Maven用户,看到并行比较建立一个web应用和Quokka和Quokka VS Maven指南。 主要新特性包括: 模块构建:构建像汇编或源代码格式的项目可以打包成插件。 扩展性:使用Ant文件来增加特设的目标。另外,增加的目标可以通过脚本插件用多种脚本语言编写。 细粒度属性管理:Quokka允许在一个项目内可以定义多个独立路径。选定的路径还可以导出其他项目库内进行复用。如果您的项目依赖于另一个项目
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:2547473
    • 提供者:pudn
  1. dynamic-prediction

    0下载:
  2. CPU对系统分支的预测 动态预测模拟 计算预测正确率-CPU system branch prediction dynamic forecast simulation to predict the correct rate
  3. 所属分类:Java Develop

    • 发布日期:2017-11-17
    • 文件大小:1062
    • 提供者:han
  1. qktourl

    0下载:
  2.   启科短网址、网址缩短程序,自动生成短网址,支持手工定义生成短网址以及还原短网址。短网址的功能目前在微播中很常见,PHP版的短网址程序已有几款了,启科短网址程序是免费提供,并且未加密源代码。-Kai Branch short URL, URL shortening program automatically generate short URLs, to support handmade custom build short URL and restore short URL. Short U
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-06
    • 文件大小:52456
    • 提供者:hpudn55
  1. Knapsack

    0下载:
  2. 用java实现的01背包问题的有分支限界的回溯算法,注释非常详细,是我作业的一部分。伪代码可以参考《计算机算法与数据结构》这本书-Using java to achieve 01 knapsack problem branch-and-bound backtracking algorithm and very detailed notes, is part of my job. The pseudo-code can refer to this book of computer algorith
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:1588
    • 提供者:xuchao
  1. mochila_BB

    0下载:
  2. Branch and Bound program for the backpack problem
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:1674
    • 提供者:japi
  1. qktaokea5

    0下载:
  2. 启科PHP淘宝客系统 v1.4 因系统需要,请使用LINUX服务器并apache作为WEB服务器,后台登录地址为:www.xx.com/qkadmin/login-Kai Branch System v1.4 PHP Taobao off because the system needs, please use the LINUX server and apache as WEB server, background login address is: www.xx.com/qkadmin/lo
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-09
    • 文件大小:12375618
    • 提供者:ruochangfeng
« 1 2 34 5 6 »
搜珍网 www.dssz.com