搜索资源列表

  1. numt_convert

    0下载:
  2. 十进制、八进制、二进制、十六进制的相互转换-Decimal, octal, binary, hexadecimal conversion
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:32768
    • 提供者:
  1. VB.NET - WebService - How To Transfer Binary Data.

    0下载:
  2. Tutorial on transfer binary data using vb .net
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:212992
    • 提供者:er
  1. 源代码(vc++)

    0下载:
  2. 里面装有 5 个小程序,分别是:0-1背包问题、二叉树遍历、链式表的实现、迷宫路径、资源最优配置算法。每个程序都有详细的说明,是我这两个学期所做的实验的一部分。-containing five small programs, namely : 0-2-1 knapsack problem, the binary tree traversal and the chain table and that the realization of
  3. 所属分类:技术管理

    • 发布日期:2024-05-19
    • 文件大小:199680
    • 提供者:葛兴高
  1. 二进制编辑

    0下载:
  2. 二进制编辑是可以读写及编辑-binary editor can read and write and edit
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:43008
    • 提供者:孙长江
  1. avl

    0下载:
  2. Addison-Velski 和 Landis (AVL-Tree s)的二叉树,可以在对数时间内进行标准的操作,如插入、搜索和删除。-Addison-Velski and Landis (AVL- Tree s) of the binary tree, the right time for a few of the standard operation, such as insert, delete and search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:969728
    • 提供者:倪玲
  1. BiTree分割视图版

    0下载:
  2. 将视图分割成两部分,左边为显示取,右边为数据录入区,每录入一个节点数据,立即在左边显示节点图形,能实现二叉树的插入、删除、前序遍历、中序遍历、后序遍历。-View will be divided into two parts, shown from left to right for the data entry areas, each node a data entry immediately on the left shows no
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:60416
    • 提供者:编程浪子
  1. 折半查找-c++

    0下载:
  2. 折半查找算法,实现对于一组数据的查找操作,利用折半查找法进行查找-binary search algorithm, to achieve a set of data for the search operation, the use of binary search method you
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:218112
    • 提供者:陈钊
  1. BinClock

    0下载:
  2. 用VC写的二进制时钟程序。通过方块的亮暗来模拟二进制中的1和0-VC write a binary clock procedures.- Through the dark squares to simulate the binary 1 and 0
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:刘怀国
  1. binary

    0下载:
  2. 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2*** x2 x3 x3 another 2 ~ 2 on the minimum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:陈仕林
  1. 非常完美的二叉树模板

    0下载:
  2. 非常完美地二叉搜索树模板~~~~ 希望大家能够喜欢,并且提出宝贵意见和建议-perfectly Binary Search Tree template ~ ~ ~ ~ hope that we can love and made valuable suggestions and recommendations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:297984
    • 提供者:*
  1. fun

    0下载:
  2. 可以使十进制的数转换成二进制的数,非常的简单方便-to convert the decimal value to binary value, extremely easy using
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:47104
    • 提供者:张力
  1. 遍历二叉树的4个非递归算法

    0下载:
  2. 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non- recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitable
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:337920
    • 提供者:赵麟
  1. serach

    0下载:
  2. 二叉排序树的查找算法,用非递归做的,查找删除节点等操作-Binary Tree Search ranking algorithm, the use of non- recursive so that you delete nodes, etc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:163840
    • 提供者:苗建新
  1. HTK-3.3

    0下载:
  2. Hidden Markov Toolkit (HTK) 3.2.1 HTK is a toolkit for use in research into automatic speech recognition and has been developed by the Speech Vision Robotics Group at the Cambridge University Engineering Department (ht
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2229248
    • 提供者:mesu
  1. Binary_Brower

    0下载:
  2. 二进制浏览器,将数据类型解析成二进制数据,仅供学习使用-binary browser, the type of analytical data into binary data, only learning to use
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:倪超武
  1. binary-trans

    0下载:
  2. 一个二值化的简单工程,初学者可以参考,真的不错哦-a value of two simple, beginners can refer to, oh really good
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:2899968
    • 提供者:wang
  1. NeticaAPI_Win

    0下载:
  2. Netica.dll --- ---- The Netica library (binary file) Netica.lib ---------------- For the linker to link Netica.dll Netica.h ------------------ Header file for Netica API NeticaEx.c ---------------- Extra C sourc
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:446464
    • 提供者:王梅
  1. BestBST

    0下载:
  2. 该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:205824
    • 提供者:杨锐
  1. binary

    0下载:
  2. 将文件转化成2进制形式,并且二进制的形式显示-The document into 2 hexadecimal form, and binary form
  3. 所属分类:文件操作

    • 发布日期:2024-05-19
    • 文件大小:1949696
    • 提供者:luandayong
  1. Linary-Binary-the

    0下载:
  2. Binary clock program written in VC, through the squares of light in the dark to simulate the binary 1 s and 0 s
  3. 所属分类:组合框控件

    • 发布日期:2024-05-19
    • 文件大小:19456
    • 提供者:shakinl
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org