搜索资源列表
BranchAndBound
- 本程序是用分支定界法求最短路径的程序,用C++编写。采取的基本思想是:使用最小优先队列分支界限法来构建程序,细节是对于每个节点,包含三个变量:当前走过的路径长度、当前的花费和该节点对应的实际城市的编号。关于确定节点优先级,我们规定首先以“当前走过的路径长度”来确定优先级,当路径长度相等时,以“当前的花费”来确定优先级。同时,我们还定义两个数组dist[i]和pric[i]保存当前求得的从源城市到每个城市的最短距离和花费,用于剪枝时的评判标准。-This procedure is to use b
p01
- 1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。 2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数dist,用于计算一个点到直线的距离。点与直线之间的距离计算公式
Lexer
- 该任务需要你为数学表达式构建一个单纯的语法分析程序lexer,它将一段输入的字符串转变为token(值),token(值)里每个字符都属于数学表达式的组成部分。我们想将token(值)定义为如下几种(1)计算符号,+,-.(2)字母和下划线 (3)数字,这三者先不需要仔细区分。-In this assignment, you will build a simple lexer for arithmetic expressions. A lexer breaks an put str g to
dist
- This a OGRE Engine file, you cann nnansnadnsandsnadnsuandusnadusnuadnsudnuasndusnaudns uandusnaudns audnsuandus nadus andusnadunsaud nsuandus naduns audnusand usand usnadundsuadn sau-This is a OGRE Engine file, you cann nnansnadnsandsnadnsuandusnadus
lda-c-dist
- 资料为LDA实现过程,包括具体的源文件以及文档材料-this describes the process of LDA programming
a-real-app.-of-possion-dist.
- 泊松分布在现实中的一个应用~matlab实现~-Poisson distribution in reality an application ~ matlab achieve to
dist
- 计算任意两点(给定经纬度)的球面距离,并画出轨迹图。-Calculating any two points (given the latitude and longitude) of the spherical distance, and draw trajectories.
xsser-master
- # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] # C extensions *.so # Distribution / packaging .Python env/ bin/ build/ develop-eggs/ dist/ eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .i
c
- 迪杰斯特拉算法主要是采用了一个dist一维数组,来存储源点到其它顶点的最短路径,然后不断更新。-Dijkstra algorithm is used mainly in a dist one-dimensional array to store the point vertices of the shortest path to other sources, and constantly updated.
pdfjs-1.7.225-dist
- PDF.js是一个由html5建立的PDF阅读器。依托开源社区驱动和Mozilla实验室的技术支持。目标是建立一个通用的,基于web的解析和渲染PDF文件的平台。(PDF.js is a Portable Document Format(PDF) viewer that is built with HTML5.PDF.js is community-driven and supportedby Mozilla Labs. Our goal is to create a general-purpo
bootstrap-3.3.7-dist
- boottrap for build php website
jodconverter-core-3.0-beta-4-dist
- 开源 LibreOffice 在线转换,Jodconverter 3.0 beta 4,类库(Open source LibreOffice online conversion)
spring-framework-4.3.0.RELEASE-dist
- spring 框架全部的jar包,()
bootstrap-3.3.0-dist
- JQUERY 前端框架很好的前端框架适合学习(Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff)
ZeroNet-win-dist
- golang文件读写,高性能库,主要负责功能模块(golang writter and reader)
bootstrap-4.0.0-beta.2-dist
- Frequent item mining algorithm FP Growth
Bootstrap-中文(完整版)-API
- bootstrap-API中文描述完整版本(bootstrap-API full version of the Chinese descr iption)
bootstrap-datepicker-1.6.4-dist
- feature selection for matlab2
dist
- 用最短路径算法算出特定两点之间的距离 输入:直接读取net.in文件 第一行为四个整数N,M,S,T,每两个整数之间用一个空格隔开,分别表示网络的节点(编号为1到N),网络线段数,以及起点终点编号 接下来M行,每行三个整数U,V,D,每个整数之间用空格隔开,表示节点U和V之间有一条线路相连,距离是D,(两个节点可能有多条线路) 输出:直接写入到net.out文件,输出只有一行,表示从S点到T点的最短距离(如果不通则输出-1) (N<=100,M<=N*N,D<=100
ZeroNet-win-dist
- Zero-net Brower and LocalHost version. this version is 2017-06-21
