Welcome![Sign In][Sign Up]
Location:
Search - binary

Search list

[Mathimatics-Numerical algorithmszgfbpso

Description: 离散二进制粒子群优化算法,非常热门的新算法,给出几个函数实例,供大家参考-discrete binary PSO algorithm, a very popular new algorithm, gave a few examples of function, for your reference
Platform: | Size: 209920 | Author: | Hits:

[AI-NN-PRdpso_ccpzgf

Description: 二维二进制离散粒子群求解agent联盟问题的源代码,按c键迭代开始执行-two-dimensional discrete binary PSO Union agent for the source code, according to c Key iteration started
Platform: | Size: 231424 | Author: | Hits:

[Special Effectshough_circles

Description: Detect circles with specified radius in a binary image. Resolve their center positions and show them in the original image.-Detect circles with in a specified radius b inary image. Resolve their center positions an d show them in the original image.
Platform: | Size: 30720 | Author: 袁晔 | Hits:

[Software Engineeringshujujiegou-erchashu

Description: 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and balanced binary tree order to achieve the basic operation of the binary tree used for the storage structure (1), carriage return ( \ n) to mark the end of the importation, importation of L series, generate binary tree Sort T; (2) Ranking of two forks to make the tree T preorder, and the output results; (3) Calculations binary tree T ranking on the average search length, output; (4) Input elements x, find two tree fork Sort T, if x exists with the node, then remove the nodes, and make the preorder (execution 2); Otherwise output "node x"; (5) to determine the order of two trees T fork whether balanced binary tree, and the output message "OK!"/"NO!" ;
Platform: | Size: 2048 | Author: 胡图 | Hits:

[MPIrank_sort

Description: 并行算法实践,经典排序,查找,二叉树相关算法的并行源代码实现-parallel algorithm practice, the classical sort, search, the binary tree algorithms to achieve parallel source code
Platform: | Size: 2048 | Author: vivid | Hits:

[Otherbin2num

Description: 二进制到浮点数的转换程序,二进制数存放在txt文件中,输出的浮点数能用matlab读取-binary conversion of the float process, the binary number stored in txt document, Float output can be used to read Matlab
Platform: | Size: 23552 | Author: ggg | Hits:

[Post-TeleCom sofeware systemsqpsk_mod_transmiter

Description: QPSK发送机,信号源为随机二进制序列,经串并变换后,转换成双极性信号发送-QPSK transmitter, the signal source for random binary sequence, series and transform, change the polarity signal sent in pairs
Platform: | Size: 10240 | Author: lk | Hits:

[Multimedia Developsip_scenario.v1.2.7

Description: The SIP Scenario Generator Software License, Version 1.1 Redistribution and use in source and binary forms-The SIP Scenario Generator Software Licen se, Version 1.1 Redistribution and use in source an d binary forms
Platform: | Size: 708608 | Author: lxm | Hits:

[source in ebookthinning

Description: 该代码为二值图像进行细化,为学习图像目标识别及,目标边界细化方面很有帮助-code for the binary image thinning, as a learning object recognition and image, target border helpful Refinement
Platform: | Size: 63488 | Author: kai | Hits:

[JSP/JavaReadAndSaveHugeData(binary)File

Description: 读存大块资料(二进制)文件,Java编程可编译运行-time deposit bulk data (binary) files, Java Programming compiler can run
Platform: | Size: 22528 | Author: 刘超 | Hits:

[Algorithmn2b

Description: Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed. -Two functions, num2bin and bin2num are provided. Num2bin takes a double and converts it to a binary string representation. Bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
Platform: | Size: 2048 | Author: Tom | Hits:

[Linux-UnixoptimalBinarySeachTree

Description: Build an optimal binary search tree using dynamic programming.-Build an optimal binary search tree using d ynamic programming.
Platform: | Size: 538624 | Author: zhoushusen | Hits:

[Education soft systembin_search

Description: c code for binary search
Platform: | Size: 1024 | Author: 学学 | Hits:

[AI-NN-PRAI_GA_matlab

Description: 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子 roulette.m 轮盘选择算子 normGeomSelect.m 标准化几何分布排序选择算子 maxGenTerm.m 以最大进化代数为判别条件的进化终止函数 calcbits.m 计算二进制编码染色体串长度的函数 f2b.m 由浮点表达到二进制表达的转换函数 b2f.m 由二进制表达到浮点表达的转换函数 parse.m 字符串识别函数 delta.m 非均匀变异的变异量计算函数 exampleFn 一个二元函数 startup.m 进行路径设置-Genetic Algorithm main proceedings ga.m GA BinaryExample core program. m binary floating-point applications FloatExample.m coding applications relevant operator and function initializega.m Stocks initialization function for binary series simpleXover.m Codes simple crossover operator arithXover.m for floating-point arithmetic coding crossover operator binaryM utation for binary coding mutation operator nonMutation.m float for the non-coding Uniform mutation operator roulette.m roulette selection operator normGeomSelect.m standards Sort of geometric distribution maxGenTerm.m selection operator algebras with the greatest evolutionary criterion for the evolution of termination calcbits.m calculation function binary coding chromosome length of the string from the floating-point functions f2b.m
Platform: | Size: 13312 | Author: 胡朋 | Hits:

[ARM-PowerPC-ColdFire-MIPSLRC-check-function

Description: LRC校验函数说明及程序源码, 错误校验用于 ASCII 模式。这个错误校验码是一个 8 位二进制数,可作为 2 个 ASCII 十六进制字节传送。计算 LRC 码时,仅设备地址、功能代码、数据块字节参加-LRC calibration function descriptions and program source code, check for errors in ASCII mode. This error check code is a binary number eight, as two ASCII hexadecimal byte transmission. LRC calculation code, the only equipment addresses the functional code bytes in the data block
Platform: | Size: 1024 | Author: wuxixi | Hits:

[File OperateMot2Bin

Description: 将摩托罗拉的s19记录文件转化为二进制格式的程序,注意文件大小不能超过16M-s19 of Motorola's record of documents into binary format procedures, attention to the file size can not exceed 16 M
Platform: | Size: 50176 | Author: 黄国钧 | Hits:

[Data structsLowestBit

Description: Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary form as 1011000, so the lowest bit of A is 1000, so the output should be 8. -positive integer A (1
Platform: | Size: 1024 | Author: shao | Hits:

[Data structsmanytrees

Description: 常用树数据结构集合,包括二叉树、二叉查找树、AA树、红黑树、伸展树的一整套实现,自带包装器、异常处理类,方便使用-common pool tree data structure, including the binary tree, binary search tree, AA tree, a red, black tree extend to achieve a set of trees, bringing their wrapper, abnormal class, user-friendly
Platform: | Size: 13312 | Author: esonic | Hits:

[Graph programAnti_binarization

Description: H.264的 CAVLC的反二进制化的verilog code-H.264 CAVLC anti-binary code of verilog
Platform: | Size: 4096 | Author: 程玉兰 | Hits:

[OtherE64_0230

Description: 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。 -balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Insert the available balance transform inverse transform.
Platform: | Size: 40960 | Author: 苏言暖 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net