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

搜索资源列表

  1. 科银

    0下载:
  2. 科银是做嵌入式操作系统DELTAOS的公司,该文档说明该系统的结构和程序设计,以及一些例子。-Branch Bank is doing DELTAOS embedded operating system companies, the document shows that the system is the design structure and procedures, and some examples.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:4494348
    • 提供者:ql
  1. 邮局支局信息管理vc

    0下载:
  2. 邮局支局信息管理vc.是一个学生写的邮局信息管理系统,功能一般。-Postoffice branch information management VC, a postoffice information managment system writed by a student, with simple function.
  3. 所属分类:Email服务器

    • 发布日期:2008-10-13
    • 文件大小:122966
    • 提供者:何永平
  1. 新科库存管理系统

    1下载:
  2. 新科库存管理系统~1、问题描述(功能要求): 新科公司现有以下设备:普通电视机、DVD、带DVD的电视机,带DVD的电视机的售价为普通电视机和DVD单价之和的80%,要求对所有的库存设备都能按照品名进行显示、查找、增加和删除、保存的功能。 -new branch inventory management system to a problem descr iption (functional requirements) : existing and new companies the fo
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12530
    • 提供者:simo
  1. 黑白棋游戏

    0下载:
  2. 这个程序也是对编程基本功的一个训练,对于初学C语言的人,将分支,循环,数组,函数综合应用.-the process of programming is a basic skills training for the C language learning, to branch cycle, arrays, function integrated application.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:3120
    • 提供者:詹少
  1. 用分枝定界法求解TSP

    2下载:
  2. 分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9840
    • 提供者:yy
  1. 改写的分行程序

    0下载:
  2. 这是分行用于图像压缩的经典的程序,在正常的情况下可达到7:1左右的压缩比.-This is a branch for the classic image compression procedures, in normal circumstances can reach about 7:1 compression ratio.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:76173
    • 提供者:郑英
  1. jl-444

    0下载:
  2. 在vc环境下对koch雪花算法,mandlbrot分行算法的实现,可以交互选择迭代次数.-in vc environment right koch snowflakes algorithm, the algorithm mandlbrot branch realization can choose interactive iteration number.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:57440
    • 提供者:jl
  1. 分支限界算法求解TSP问题

    3下载:
  2. 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23761
    • 提供者:chen
  1. short_path

    0下载:
  2. 图遍历找两点最短路径的多中方法:贪心 回朔 分支界限-map traverse the shortest path to find two more of the methods : greed back Schomburg branch Limits
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15070
    • 提供者:王可
  1. 货郎担分枝限界图形演示

    0下载:
  2. 货郎担分枝限界图形演示 问题描述:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman Branch and Bound graphic demonstration Problem descr iption : A salesman to a number of cities to sell commodities, the known distance
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4253
    • 提供者:林周
  1. BinPacking

    0下载:
  2. 这是最难的一个程序了,算法是运筹学里的branch band的集装箱问题的最优动态规划解法,当年我的头都大了才实现的,绝得数学加实践的程序-this is the most difficult of a process, the algorithm is tacticians band's branch of the container optimal dynamic programming solution, for the first time, I have to get bigg
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18899
    • 提供者:彭宇
  1. ARMzhiling

    0下载:
  2. ARM 指令集寄存器和处理器模式(26-bit 体系) 寄存器和处理器模式(32-bit 体系) 程序状态寄存器和操纵它的指令 寄存器装载和存储指令 算术和逻辑指令 移位操作 乘法指令 比较指令 分支指令 条件执行 软件中断指令-ARM instruction set processor registers and model (26-bit system) and the processor registers mode (32-bi
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:147770
    • 提供者:阿炳
  1. 01背包问题

    0下载:
  2. 采用分枝限界法解决0/1背包问题! 本人上机实习作业,通过老师验收,合格! 针对部分上机实习的同学可以来下~-used Branch and Bound France 0 / 1 knapsack problem! I practice on the machine operations, acceptance by the teachers, qualified! In view of the attachment on the machine for students to the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:张锐
  1. 51+ch375读写U盘超精简原程序(啊雨)

    0下载:
  2. 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版本的C源 程序兼容性更好。 下 欢测试以下U盘通过:郎
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3834
    • 提供者:梁波
  1. 费尔防火墙源代码

    0下载:
  2. Xfilter.dll 的安装过程实际是一个操作注册表的过程。 操作的注册表为:HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\WinSock2 下的内容 建议在安装Xfilter之前首先备份这个注册表分支的内容。-Xfilter.dll the actual installation process is a process of operating the registry. Operation of the regi
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:1040265
    • 提供者:测试
  1. Traveling-Salesman-Problem-with-Branch-and-Bound-

    0下载:
  2. branch and bound for solve travel salse man problem
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:24433
    • 提供者:momomana
  1. bxcnch-branch

    0下载:
  2. Branch and bound appearance simulation branch and bound branch and bound, branch and bound can be very good
  3. 所属分类:组合框控件

    • 发布日期:2017-12-29
    • 文件大小:106496
    • 提供者:torakknu
  1. 分支定界法

    0下载:
  2. 分支定界法,可以求解线性规划问题,用matlab解决,感觉不错(Branch and bound method can be used to solve linear programming problems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:longzhe
  1. code_branch_s3vm

    2下载:
  2. 分支定界的半监督支持向量机,将分支定界与半监督SVM完美的结合(semi-supervised support vector machine based on branch and bound)
  3. 所属分类:其他

  1. PhaseNoise

    1下载:
  2. 用速率方程,数值计算SG-DBR半导体激光器和Y-Branch激光器的相位噪声,并将结果与理论公式对比,结果符合良好。(By using the rate equation, the relative intensity noise and phase noise of the ordinary single mode semiconductor laser are calculated, and the results are compared with the theoretical for
  3. 所属分类:光学技术

    • 发布日期:2018-05-06
    • 文件大小:11264
    • 提供者:chenda
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com