搜索资源列表

  1. DSP_MPY32

    0下载:
  2. 算术运算在我们普通的计算机上很容易实现!但是在我们的DSP上,由于其没有相对应的程序支持,实现就比较麻烦!那么究竟该怎么做呢!就看看吧!-The arithmetic operation is very easy on our ordinary computer to realize! But on ours DSP, because it has not corresponded the procedure support, t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3865
    • 提供者:胡龙
  1. VendorsEdit.aspx

    0下载:
  2. Rhino支持javascr ipt标准的所有特性,如赋值、运算、判断语句、循环语句、甚至简单的io操作。Rhino很简单易用,我以一个例子来说明,这个例子就是允许用户设定一个使用x,y两个变量进行一定逻辑算术运算(运算规则用户用javascr ipt定义),并允许用户对x,y赋值,然后运行得出计算结果-Rhino support all standard features, such as assignment, calculatio
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:15904
    • 提供者:yz
  1. 递归下降法整数运算

    0下载:
  2. 该程序使用了递归下降算法进行算术表达式的计算-The program uses recursive descent algorithm arithmetic expressions for the calculation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3271
    • 提供者:陈如山
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, suppo
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22808
    • 提供者:大山
  1. 6502asm

    0下载:
  2. 6502汇编 算术运算库.rar 8bit乘以8bit.asm 8bit除以8bit.asm 16bit乘以16bit.asm-6502 compilation for arithmetic operations. Rar 8bit.asm 8bit 8bit multiply by dividing 8 bit.asm 16bit multiply 16bit.asm
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:4829
    • 提供者:sd
  1. jisuanqigaga

    0下载:
  2. 本例制作计算器,运行效果如图100-1所示。执行本例实例后,将创建一个计算器,可以进行常用的加减乘除算术运算。本实例的知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应 。-the cases produced calculator, operating results shown in Figure 100-1. Examples of the implementation of the cases, will c
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19164
    • 提供者:邓拓
  1. 算术表达式解析器

    0下载:
  2. 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expre
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:49554
    • 提供者:曲贵增
  1. calculatemenu

    0下载:
  2. 一个有算术运算及清除功能的菜单,从键盘上输入两个数,利用菜单命令求出它们的和、差、乘积和商-an arithmetic operation and removal functions of the menu, keyboard input from the two few, the use menu commands and get them, and poor, and the commercial product
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:1760
    • 提供者:liuynm
  1. CAL_exp

    0下载:
  2. 简易VC计算器,除简单算术运算外还可以计算表达式-simple calculator, in addition to simple arithmetic operations, also can calculate the expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:85849
    • 提供者:Norman
  1. S3C9488AGG

    0下载:
  2. s3c9488算术运算程序,算法简单,不可多得的例程,开发平台OPNICE 5-s3c9488 arithmetic operation procedure, the algorithm is simple, a rare routines, Development Platform OPNICE 5
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2042
    • 提供者:kevinliu
  1. danpianjihuibian

    0下载:
  2. 单片机实用子程序库,关于进制转化,算术运算等等(汇编程序)-SCM practical subroutine library, on the 229 conversion, arithmetic operations, etc. (Assembler)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:26226
    • 提供者:凉鞋
  1. ys

    1下载:
  2. 用栈实现算术运算- Operates with the stack realization arithmetic
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1733
    • 提供者:zhao
  1. 算术表达式解析器

    0下载:
  2. 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expre
  3. 所属分类:Windows编程

    • 发布日期:2024-05-25
    • 文件大小:49152
    • 提供者:曲贵增
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, suppo
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-25
    • 文件大小:22528
    • 提供者:大山
  1. ImagePaintingProgramBasedonHalftoning

    0下载:
  2. 本实验要求编写一个能够完成两幅图像之间的四种算术运算的通用程序,还要求对于两幅图像的乘法,所编写的乘法程序能够完成一幅图像乘以一个常数的功能。图像中的算术操作主要以像素为基础在两幅和多幅图像间进行。在四种算术操作中,减法和加法在图像增强处理中最有用,两幅图像相除可以看成是一幅图像的取反与另一幅图像相乘,图像与一个常数相乘以增加其平均灰度,图像的乘法主要用于处理更广泛的模板操作的增强处理。实验中编写的程序实现了图像之间的四种算术运算,也可
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:773120
    • 提供者:jhm
  1. alu

    0下载:
  2. 算术运算单元ALU的设计,才用VHDL语言编写,有仿真波形-vhdl alu
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-25
    • 文件大小:94208
    • 提供者:wer
  1. work

    0下载:
  2. 运算器设计,实现了加减等算术运算,以及相关的逻辑运算-Computing for the design, implementation of the addition and subtraction and other arithmetic and logic operations associated
  3. 所属分类:汇编语言

    • 发布日期:2024-05-25
    • 文件大小:1049600
    • 提供者:周石
  1. suanshu

    0下载:
  2. 自动生成word版本加减乘除运算,可以确定最大值、题目数量等(The automatic generation of word version can determine the maximum value of add, subtract, multiply and divide operations, such as the number of topics)
  3. 所属分类:C#编程

  1. EM图像分割

    0下载:
  2. 进行0-100以内的算术运算,里面具有很强的逻辑,时间复杂度低(An arithmetic operation within 0-100, which has a strong logic and a low time complexity.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:macchiatostar
  1. 浮点数运算

    1下载:
  2. 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:547840
    • 提供者:游哉
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org