-
这是一个图论Gomory-Hu算法!!!
This is a Gomory Hu algorithm-This is a Gomory Hu algorithm!!!
- 2022-03-14 12:08:08下载
- 积分:1
-
RFID indoor location identification for construction projects
资源描述This paper presents a lowcost indoor location identification and material tracking methodology for construction
projects using Ultra High Frequency (UHF) passive Radio Frequency Identification (RFID) technology. Onsite
location aware information is an emerging area that focuses on automating delivery of spatial information
pertinent to location of materials, workforce, and equipment. This spatial information can be used to derive
knowledge about construction project status. A two-step algorithm is presented to automate the process of
location estimation and material tracking in near-real-time. In this methodology, a number of passive RFID
tags are distributed onsite where work is progressing, and a mobile RFID reader is carried by a worker onsite.
Each passive RFID tag is deployed as a reference point with a known location (landmark) within a predefined
zone. Reference tags of known locations are used to d
- 2022-03-02 08:24:10下载
- 积分:1
-
使用 c + + 静态霍夫曼 (包括说明进行操作)
-第一,该程序将扫描压缩的文件并将输入的字符保存在文件中,(nhapDuLieu 函数),然后按常规字符出现的顺序进行排序。-接下来,用来加密数据,以创建哈夫曼树由 taoCayHuffman 方法 ()。数据将存储在输出文件中。后来当解码使用所存储的数据来生成用于减压的哈夫曼树。-使用 ListNode 是双重链接列表 HuffmanNode 存储。每个 HuffmanNode 7 组件,包括光标,左、 右。 + 符号是字符。 + 频率是相匹配的字符个数。 + 码字是对应的二进制数字的十进制表示形式。例如码字的 A 为 3,它对应于二进制代码 011。 + CodewordLen 存储位码字数量,以避免与 0011 混淆或 11 011 或 00011......+ RunLen 长度的字符的编码 () 操作相同原则: 例如,在原始输入文件中包含的字符串 AAAB,AAA 和码字存储在 110," 包 " 将节省码字它作为 4 个字节 (32 位),万人......为 000110 (32 位)。然后 B 是在存储和处理,B 的码字是 01-> 保存到 " 包 " 通过添加左侧 " 包 " 以前-> 000 个。000 110 01 (也就是 32 位) — — 的运作原则解码 (): 解码 () 操作简单编码 ()。首次创建数组数据 [] 用方法 nhapDoThuongXuyen (),然后由 taoCayHuffman () 构造的哈夫曼树最后在函数中解码的树和原始字符串 () 扫描
- 2022-10-30 11:20:02下载
- 积分:1
-
公历转农历源代码前段时间做软件写了个公历转农历的函数,目前公开给大家参考,有兴趣的朋友可以在此基础上进一步完善其功能...
公历转农历源代码前段时间做软件写了个公历转农历的函数,目前公开给大家参考,有兴趣的朋友可以在此基础上进一步完善其功能 -Lunar calendar to do earlier source software was made to the Lunar calendar functions, currently open for your reference, interested friends on this basis to further improve its functions
- 2023-01-18 18:40:04下载
- 积分:1
-
《数学算法》原书光盘
里面有很多的经典算法,很不错
《数学算法》原书光盘
里面有很多的经典算法,很不错
- 2022-08-13 03:01:26下载
- 积分:1
-
《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);...
《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);-"computer algorithm based" on the choice of algorithm : k find small elements, time complexity of O (n);
- 2022-02-27 01:43:45下载
- 积分:1
-
text retrieval
text retrieval
- 2022-08-08 13:09:18下载
- 积分:1
-
这是一个用于生成等值线的源代码,程序根据输入的高程文本文件,自动跟踪等值点,并生成相应的等值线。
这是一个用于生成等值线的源代码,程序根据输入的高程文本文件,自动跟踪等值点,并生成相应的等值线。- This is uses in to produce the equivalent line the source code,
the elevation text documents which the procedure basis inputs,
automatic tracking equivalent spot, and production corresponding
equivalent line.
- 2022-09-03 23:25:03下载
- 积分:1
-
牛顿的插值分频差公式算法;
数值计算算法:牛顿的插值分频差公式算法由Pascal以得到插值的划分差系数 多项式P上的第(n +1)不同的数x(0)中,x(1),...中,x(n)的 对于函数f: 输入:数x(0)中,x(1),...中,x(n)的;值的f(x(0)),函数f(x(1)),..., 函数f(x(n))的作为第一列Q(0,0),Q(1,0),...,Q(N,O)问的, 如果函数f被提供,或者可以被计算出来。 输出:数字Q(0,0),Q(1,1),...,Q(N,N),其中 P(x)的= Q(0,0)+ Q(1,1)*(X - ×(0))+ Q(2,2)*(X - ×(0))*(X - ×(1 )) + ...+ Q(N,N)*(X - ×(0))*(X - ×(1))* ... *(X - ×(N - 1))。
- 2022-06-15 00:16:09下载
- 积分:1
-
解决线性规划优化问题,在lingo界面中得到广泛的运用
解决线性规划优化问题,在lingo界面中得到广泛的运用-solve linear programming optimization problems, the lingo interface widely used
- 2022-06-21 09:26:39下载
- 积分:1