CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - binary arithmetic

搜索资源列表

  1. n2b

    0下载:
  2. 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.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2569
    • 提供者:Tom
  1. Twoforktrees

    0下载:
  2. 二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator variables, binary tree structure, a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1247
    • 提供者:林静
  1. AI_GA_matlab

    2下载:
  2. 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13300
    • 提供者:胡朋
  1. arithmetic_edwardversion

    1下载:
  2. 本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、—、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8754
    • 提供者:李军
  1. EJF

    0下载:
  2. 八位2进制相加 就是2进制数的加法 是8位的-the code realized the plus arithmetic between 8 bit binary numbers.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:127436
    • 提供者:华庆
  1. genalg

    0下载:
  2. The simple class for real-numbers genetic algorithm. The main advantage of this realisation is a lot of crossover functions. Simple, Arithmetic, Geometry, Discrete, Binary Crossover, Blend Crossover (BLX) are implemented. Class useful for numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4454
    • 提供者:luckydevil
  1. suanshubianma

    0下载:
  2. 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1215
    • 提供者:张继红
  1. tree

    0下载:
  2. 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-Arithmetic expressions with binary tree there is a correlation between the preparation of the form to enter the legitimate prefix arithmetic expression conversion infix expression, and t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1532
    • 提供者:ty
  1. comprsnMapImgs

    0下载:
  2. Digital maps can best stored and distributed electronically using compressed raster image formats.We introduce as to rage system for the map images that supports compact storage size,decompression of partial image,and smooth transitions between var
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:823104
    • 提供者:arun
  1. 1

    0下载:
  2. 1)使用先序遍历序列构造算法,使用二叉链表,表示算术表达式2*3+6/3的标识符树; 2)求标识符树的先序、中序、后序序列,各存入数组中并显示结果; 3) 求树中叶子结点的个数 附加:3)使用后序序列求表达式的值(使用栈实现); -1) Use a preorder traversal sequence construction algorithm, using the linked list of binary, indicating that the arithmetic
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1102
    • 提供者:zhongren
  1. ShowJFrame

    1下载:
  2. 整数位运算及二进制显示。指定整数类型(byte,short,char,int)输入若干整数,选择位运算(&、|、^),显示位运算结果及整数二进制形式-The integer bitwise operations and binary display. Specified integer types (byte, short, char, int) Enter the number of integer bit arithmetic (& , |, ^), showing the resul
  3. 所属分类:Algorithm

    • 发布日期:2015-11-13
    • 文件大小:1024
    • 提供者:邵小帅
  1. BST

    0下载:
  2. 用二叉链表实现二叉排序树的各个基本运算的算法,包括建表、查找,插入,删除,树的输出表示等-Binary sort tree binary list basic arithmetic algorithms, including the construction of the table, find, insert, delete, output representation of the tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:143868
    • 提供者:朱晓建
  1. shujujiegou

    0下载:
  2. 数据结构实验,包含多个程序:二叉排序树,二叉树,哈夫曼编译码器,哈希表,马踏棋盘,魔王语言,树的遍历,双循环链表,顺序队列,图的遍历,一元稀疏多项式运算器,约瑟夫杯,折半查找,综合实验-Experimental data structure that contains more than one program: binary sort tree, binary tree, Huffman codec, hash tables, horse riding board, devil languag
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:75087
    • 提供者:高君
  1. Texpression

    0下载:
  2. 一个表达式和一棵二叉树之间存在着自然的对应关系,写一个程序,实现基于二叉树表示的算术表达式Expression的操作-An expression and a binary tree between there is a natural correspondence between write a program based on binary tree arithmetic expression Expression operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:2139
    • 提供者:艾超
  1. xingtaixuechuli

    0下载:
  2. 介绍了二值图像的几种函数处理操作,分别有膨胀操作,腐蚀操作,开运算、闭运算操作。-Introduced several functions of the binary image processing operations, expansion of operations, corrosion operation, operations, closing arithmetic operations.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1239
    • 提供者:张文
  1. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to so
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:3720
    • 提供者:
  1. jisuanqi

    1下载:
  2. 计算器编写,该科学计算器具有以下功能: ①运算功能:加、减、乘、除、求模、位异或、位与、位或、位非、正弦、反正弦、余弦、反余弦、正切、反正切、开方、开三次方、平方、倒数、均值、平方和、方差、标准差、阶乘、log2(x)、lg(x)、ln(x)、10x、2x、ex、(1+…+n)、xy、x(1/y)。 ②进制转换功能:要求能在二进制、八进制、十进制、十六进制之间进行任意的转换;能在任意进制下进行正数的加、减、乘、除、求模、位异或、位与、位或、位非运算。 ③输入功能:可清零、退格,可一键
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:18510
    • 提供者:周雷
  1. SoftFloat.tar

    0下载:
  2. 用整形进行32位及64位浮点运算,对CPU不支持浮点运算的码农特别有用。-This is a software implementation of floating-point that conforms to the IEC/IEEE Standard for Binary Floating-Point Arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:164320
    • 提供者:pudnfan
  1. Lychee02120012

    0下载:
  2. 二进制算术编码与解码 打包成终端应用程序 有源码 java编写-Arithmetic coding binary & decoding with being packaged into .exe file java including source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:396430
    • 提供者:Li Yicheng
« 1 2»
搜珍网 www.dssz.com