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

Search list

[Special EffectstemplateBEM

Description: 这是本人编写的二值边缘图象(BEM)人脸二值化提取方法.用该方法提取的人脸部件清晰,独立,用做人脸识别非常好-This is my prepared binary edge image (BEM) Face Binarization extraction. Extracted using this method were clear facial pieces, independence, used as a very good face recognition
Platform: | Size: 2048 | Author: 邱雪娜 | Hits:

[Graph programim2bw_ent

Description: 国外全新方法实现二值化This fucntion convert an intensity image to a binary image by using Entropy-based method-Foreign brand-new method Binarization This fucntion convert an intensity image to a binary image by using Entropy-based method
Platform: | Size: 1024 | Author: yemaoqiu | Hits:

[VC/MFCBSPTree

Description: Binary Space Partioning Trees and Polygon Removal in Real Time 3D Rendering-Binary Space Partioning Trees and PolygonRemoval in Real Time 3D Rendering
Platform: | Size: 763904 | Author: 邢远波 | Hits:

[Data structshuff

Description: 利用数据结构的二叉树概念编写的MATLAB程序实现HUFFMAN编码。-Binary tree data structure using the concept of the preparation of the MATLAB program Huffman coding.
Platform: | Size: 1024 | Author: 沈少云 | Hits:

[Mathimatics-Numerical algorithmstreebintree

Description: (1)输入字符序列,建立二叉链表。 (2)中序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)建立中序线索二叉树,并实现中序遍历。 (8)借助队列实现二叉树的层次遍历。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) input sequence of characters, the establishment of binary list. (2) traversal of binary tree: recursive algorithm. (3) in order binary tree traversal: Non-recursive algorithm (the best can achieve the first order, after the sequence of non-recursive algorithm). (4) for tree height. (5) for the number of tree leaves. (6) in order to establish clues to binary tree and traversal implementation. (8) through the queue to achieve the level of binary tree traversal. (9) in the main function in the design of a simple menu, respectively, the above algorithm debugging.
Platform: | Size: 322560 | Author: jack | Hits:

[Database systembinary_asif

Description: color image to greyscale image to binary image
Platform: | Size: 39936 | Author: Vo Van Nho | Hits:

[Program docNonbinary_LDPC_slides

Description: non-binary ldpc documents
Platform: | Size: 1006592 | Author: julia | Hits:

[Otheritoa

Description: 自己实现的,高效任意进制数字转成字符串的算法。-Themselves to achieve, high-performance digital arbitrary binary string into algorithms.
Platform: | Size: 6144 | Author: 章旌 | Hits:

[Compress-Decompress algrithmsS264_DM6437

Description: This site include optimized H.264 baseline codec, SF IP Box Binary. PC version and TI DM6437 version Package for DM6437-This site include optimized H.264 baseline codec, SF IP Box Binary. PC version and TI DM6437 versionPackage for DM6437
Platform: | Size: 7505920 | Author: 王光 | Hits:

[CSharpBinaryTree

Description: 使用二叉树的常见功能,在图形界面上画出二叉树的结构-The common use of binary tree functions in a graphical interface on the structure of painted tree
Platform: | Size: 571392 | Author: 陈国富 | Hits:

[OtherElite

Description: A MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code.
Platform: | Size: 70656 | Author: 阿斗 | Hits:

[Data structsBSTree

Description: 程序包括了平衡二叉树的查找,插入,删除,合并等操作-Procedures, including the balanced binary tree search, insert, delete, merge, such as operation
Platform: | Size: 3072 | Author: | Hits:

[Special EffectsContourMark

Description: VC6环境下的二值图像的连通域标记程序,程序中中文注释详细-VC6 environment connectivity binary image labeling procedures, the procedures detailed in the Chinese Notes
Platform: | Size: 62464 | Author: | Hits:

[Mathimatics-Numerical algorithmspso

Description: 二进制粒子群优化算法pso,主程序:swarmpso.m 它包括以下子程序: 1. 初始化:swarminit.m 2. 适应值计算函数:swarmeval.m; -Binary particle swarm optimization pso, the main program: swarmpso.m It includes the following subroutines: 1. Initialized: swarminit.m2. Adaptation value function: swarmeval.m
Platform: | Size: 2048 | Author: hj | Hits:

[Special EffectsLBPc++

Description: 输入为灰度图像,得到该幅图像的局部纹理图像(LOCAL BINARY PATTERN)。-Input gray-scale images, by the images of the local texture image (LOCAL BINARY PATTERN).
Platform: | Size: 3072 | Author: 张瑞娟 | Hits:

[File Operatechap7_2

Description: This program reads binary number from a file and convert it //into demical number, and then print both the binary number and //the demical number.
Platform: | Size: 388096 | Author: dinnalin | Hits:

[Data structsbtree

Description: 平衡二叉树操作的演示: 1、 操作界面给出查找、插入、删除、退出等操作选择。 2、 每种操作均要提示输入关键字。 3、 每次插入或删除一个节点后,应更新平衡二叉树的显示(以凹入表形式显示)。 -Balanced binary tree operations Demo: 1, Operator Interface given to find, insert, delete, withdraw from the operation of choice and so on. 2, each operation must be prompted to enter a keyword. 3, each insert or delete a node, it should update the display of a balanced binary tree (in the form of indentation shown).
Platform: | Size: 245760 | Author: | Hits:

[MiddleWaremscomm

Description: 串口调试工具,可以选择二进制,ASCII或16进制的数据,进行发送接收-Serial debugging tools, you can choose to binary, ASCII or 16 hexadecimal data to send to receive
Platform: | Size: 1949696 | Author: sam | Hits:

[Compress-Decompress algrithmsarith_encode

Description: 一个我自己整理打包好的自适应二进制算术编码程序,编码对象为文本文档,可以是任意数据,一般对预测或变换残差数据进行编码。输入输出均为文件。可以直接将文件加入到自己的工程中使用-A finishing packing my own good adaptive binary arithmetic coding procedures, coding for a text document, which can be arbitrary data, the general prediction or transformation of the residual data is encoded. Input and output are files. Documents can be directly added to the use of their own works
Platform: | Size: 5120 | Author: 王奎 | Hits:

[Mathimatics-Numerical algorithmsjueceshu

Description: 决策树 cart 二叉树代码,简要算法与说明-Decision tree cart binary tree code algorithm and briefly explain
Platform: | Size: 2048 | Author: and | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net