搜索资源列表

  1. Octal-binary-conversion

    0下载:
  2. 输入二进制数并以#结尾即可得出所转换的十进制数-Enter the number of binary and decimal numbers can be derived# ending the converted
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:郭帅
  1. hex-to-binary

    0下载:
  2. hex to binary hex to binary-hex to binary hex to binary hex to binary
  3. 所属分类:LabView

    • 发布日期:2024-05-13
    • 文件大小:7168
    • 提供者:xuxiangyi
  1. Insert-and-delete-binary-sort-tree

    0下载:
  2. 用c/c++写的二叉排序树的插入与删除,有兴趣的朋友可以看一下-Insertions and deletions using c/c++ to write binary sort tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:5298176
    • 提供者:陈晚林
  1. binary-tree

    0下载:
  2. 由c/c++写的二叉树的常见操作,比如:树的建立、计算树的深度、计算树的叶子节点-Storage and realization of a binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:5393408
    • 提供者:陈晚林
  1. Ordered-binary-search-table

    0下载:
  2. 用c/c++写的有序表的折半查找,有兴趣的朋友可以看一下-Binary search using c/c++ to write the sorted list
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:5175296
    • 提供者:陈晚林
  1. binary-lms

    0下载:
  2. designing of fir filter by adaptive algorithm like binary lms algorithm
  3. 所属分类:编程文档

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:dvln sastry
  1. Binary-tree-instant-code

    0下载:
  2. 给定任意一组(N 个)码长(x1,x2...) ,根据克拉夫特不等式判断是否能够得到二元即时码。如果能,利用二叉树编制二元即时码-According to the Kraft to judge whether it can be coding as a binary instantaneous code. If it does,using binary tree to coding it as a binary instant code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:400384
    • 提供者:胡永恒
  1. binary-video

    0下载:
  2. 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化
  3. 所属分类:OpenCV

    • 发布日期:2024-05-13
    • 文件大小:5449728
    • 提供者:chenyingshu
  1. Binary-Genetic--Algorithm

    0下载:
  2. A Genetic Algorithm-Based Feature Selection on binary image
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1433600
    • 提供者:fatemeh
  1. write-binary-file-advanced

    0下载:
  2. write binary file advanced
  3. 所属分类:LabView

    • 发布日期:2024-05-13
    • 文件大小:25600
    • 提供者:Scott
  1. binary-search

    0下载:
  2. 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:tjl
  1. binary

    0下载:
  2. binary search that returns a negative one if the number is not found This code does a bubble sort and then proforms the binary search
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:sawa66
  1. binary

    0下载:
  2. this is for low power dsp for wireless nodes (binary tree computation)
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:kirubadoni
  1. binary

    0下载:
  2. C program of binary search
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:8192
    • 提供者:hare
  1. Binary-Tree

    0下载:
  2. 关于二叉树先、中、后三种遍历的算法,以及对两棵二叉树进行判等的算法用c语言加以实现-About binary tree first, middle and last three traversal algorithms, and sentenced to two trees and other binary tree algorithm to be implemented in c language
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:
  1. binary-tree

    0下载:
  2. 二叉树是每个节点最多有两个子树的树结构。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。-Enhanced JFS2 uses a binary tree representation while performing inode searches, which is a much better method than the linear metho
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:yangpeng
  1. HookScout-Proactive-Binary-Centric-Hook-Detection

    0下载:
  2. HookScout Proactive Binary-Centric Hook Detection
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-13
    • 文件大小:474112
    • 提供者:AuraFawkes
  1. binary-tree

    0下载:
  2. Binary tree implementation in C
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:Misty
  1. Matlab-binary

    0下载:
  2. Matlab binary是基于matlab软件开发的应用于图像二值化处理的源码,使用简单易懂。-Matlab binary is based on the Matlab software is applied to image binarization processing of source code, using a simple and easy to understand.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:16384
    • 提供者:hu
  1. non-recursive-of-binary-tree

    0下载:
  2. 二叉树的非递归遍历,运用栈的思想实现二叉树非递归遍历-Non-recursive binary tree traversal, using stacks of thinking non-recursive binary tree traversal
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:359424
    • 提供者:liwei
« 1 2 ... 43 44 45 46 47 4849 50 »

源码中国 www.ymcn.org