搜索资源列表
What-energy-functions-can-be-m
- 本文首先介绍了需要通过graph cut最小化的能量函数的特性。虽然是二进制变量但是很容易推广到其他方面。我们详细描述了通过graphcut最小化的能量函数。并提供了最小化能量函数的通用构建。最后给出了最小化二进制能量函数的必要条件。,In this paper, we give a characterization of the energy functions that can be minimized by graph cuts. Our results are restricted to
svmBTA
- 一個基於二元樹為結構的svm分多類分類器svm-BTA,將分多類問題是為多個分二類問題,並結合二元樹的構造來達成分類功能。-A new approch for multi-classfication to employ binary tree architecture.
Binary2Text
- 把二进制文件内容转换为文本文件 附件为vc++源代码-binary to text
dashugangjingyunsuan
- 大数高精运算-----乘法 建议用二进制来完成。毕竟计算机用的是二进制运算。-High-precision computation of large numbers----- binary multiplication is proposed to complete. After all, the computer is used in binary computing.
cnc-iz-mdf
- Cnc router from MDF -Cnc router from MDF
Binarytreedemoprogram
- 本程序设计实现抽象数据类型二叉树的演示程序-Design and Implementation of the program abstract data types binary tree demo program
PExcel2007BinaryFileFormat(xlsb)Specification
- excel 2007 binary format
CGLGrassfire
- OpenCV function that finds BLOBS in a binary image with the help of the Grassfire algorithm. It is not recursive, but call the function Grassfire each time a white pixel is found in the image. Input: 8bit Unsigned Char binary image. Output: Ch
bflt
- 文件格式是一种二进制执行文件格式有许多,如elf、coff、aout和flat等,flat格式主要应用在嵌入式uClinux系统中,该文章描述了flat文件格式的具体细节。-uClinux uses a Binary Flat format commonly known as BFLT. It is a relatively simple and lightweight executable format based on the original a.out format.
dada
- 以递归方式按先序序列建立二叉树的二叉链表结构,再分别输出先序、中序、后序的遍历结果-Recursively by first-order sequence of the establishment of a binary tree binary linked list structure, each with output of the first sequence, in order, postorder traversal of the results of
FOURBITRIPPLECARRYADDER
- four bit ripple carry adder implented in 3 models of vhdl-four bit ripple carry adder implented in 3 models of vhdl
binaryalphadigs
- Matlab binary digits for handwritten character recognition
c
- 二分法(折半)插入排序:在已排好序的序列中使用二分法查找插入位置,找到后移动其后记录插入新记录。-Dichotomy (binary) insertion sort:In the series have been sequenced use dichotomy search into position,after finding a new record record insertion by moving.
2zhihuajieshaodoc
- 关于二值化的一些介绍文档,里面包含相应的代码,肯定有用-Some on the binary descr iption document, which contains the corresponding code, certainly a useful ~ ~
digitalimageprocess
- FINDING THE GLOBAL MINIMUM FOR BINARY IMAGE RESTORATION
pso-binary
- pso binary code with cost function
Win32-Binary-PE-File-Resource-Formats
- Win32 Binary Resource Formats, Floyd Rogers It describes the binary format of resources in Win32.
optimal-binary-tree
- 这个程序通过dp来构建最优的二叉树,使得效率更好,将高概率的结点放在高处。通过o(n^2)实现。-To build this program by dp optimal binary tree, making better efficiency, the high probability of the node on the height. O (n ^ 2).
RealtekRTL8111-Binary
- Mac Realtek LAN driver binary
Quicksort-and-binary-search
- 实现了快速排序和二分查找算法,经典简单,并有测试截图-Quicksort and binary search algorithm