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

搜索资源列表

  1. dddgfgExpressidddon

    0下载:
  2. 输入一个算术表达式,求出其值,要求表达式输入正确,且数字为0到9之间.并且要以 # 结束。-importation of a math expression, calculated value, the correct expression input requirements and the number of between 0-9. And to the end #.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8653
    • 提供者:刘少人
  1. 200410610511675180

    0下载:
  2. XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。-XMathLib is a generic 3D graphics math. Which consists of two parts : XMathLib and
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:26083
    • 提供者:dexter
  1. atan

    0下载:
  2. 反正切函数C实现,一个简单的C语言函数的实现,以及两个math的头文件-Arc tangent function C implementation, a simple implementation of C-language function, and two math header file
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:6744
    • 提供者:张无忌
  1. BigNum

    0下载:
  2. 一个简单的大数运算头文件,包含了加减乘除模,BOOL,逆元,模幂等-A simple computation of large numbers header file, contains the Math module, BOOL, inverse, modular power, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3774
    • 提供者:shadow
  1. TranslateCalc

    0下载:
  2. 实现数据结构中的数学中序表达式转换为后继表达式. 并且运算出后序表达式的结果. 运算符号包括 + - * / & | ! ( ) 加 减 乘 除 与 或 非-Implementation data structure in the math expression in the sequence is converted to a subsequent expression. And after computing the result of the expression sequen
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:179802
    • 提供者:梁志铭
  1. clock

    0下载:
  2. 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1911991
    • 提供者:tmacq3
  1. Math_prs

    0下载:
  2. its a Math Parser. first it asks for a formula. F(x)=? then it analizes the string, makes it a mathematical function, and asks for x. it gives the value of f(c) in specified x.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:27290
    • 提供者:mat
  1. Stack

    0下载:
  2. 用栈编程实现计数器的功能,可以进行加减乘除,三角函数求解-Counter with a stack programming functions can be, Math, solving trigonometric functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1444
    • 提供者:李想
  1. mathlib_double

    0下载:
  2. 一个C++语言的数学库头文件 包含向量、矩阵等类及相关函数-a C++ head file on math,include vector,matrix class and some useful functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4419
    • 提供者:yaokun
  1. 1

    0下载:
  2. 八皇后问题的正确解法,数学问题,网上有具体的答案,但是那个答案太繁琐,而且计算出来的结果并不正确 这个源代码计算结果正确,而且思路简单 后面还附有了中文解释-The correct solution of the eight queens problem, math problems, the Internet has a specific answer, but that answer is too complicated, but the result of the incorrec
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:39440
    • 提供者:wang
  1. HugeInteger

    0下载:
  2. 这是一个大整数的四则运算的程序,主要是加减乘除-This is a large integer arithmetic procedures, mainly Math
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:379716
    • 提供者:panda
  1. 87

    0下载:
  2. this about a math problem which can be solved by this code written in c programming language. -this is about a math problem which can be solved by this code written in c programming language.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:567723
    • 提供者:mahfuz
  1. biaodashi

    0下载:
  2. 表达式求值,数据结构C语言版,加减乘除幂次方开方-Expression evaluation, data structures, C language version of a power of prescribing Math
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:120811
    • 提供者:韩士杰
  1. 1-1

    0下载:
  2. 用C语言编写的复数计算器,实现了加减乘除功能,用结构体存储实部和虚部,适合数据结构初学者-Complex with a calculator written in C, to achieve the Math functions, with the structure store the real and imaginary parts, the data structure suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1168
    • 提供者:zhangqianru
  1. paixu

    0下载:
  2. 输入10组数据,每组数据包括学号,姓名, 高等数学成绩(10学分),大学英语成绩(12学分), 模拟电路成绩(8学分),数字电路成绩(5学分), 信号与系统成绩(6学分),嵌入式系统成绩(5学分)。 然后输入“学号”,则按照学号大小依次输出各组数据; 输入“高数”,则按照高等数学成绩从高到低依次输出各组数据; 输入“高数”、“英语”、“信号”、“嵌入式”、“模电”、 “数电”时依次按照相应成绩从高到低依次输出各组数据; 输入“学分绩”,则按照学分绩从高到低依次输出
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1797
    • 提供者:yangliu
  1. abc

    0下载:
  2. 线性回归算法,用C语言实现,非常简单实用-this is a math funtion
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1041
    • 提供者:王伟峰
  1. BigNum

    0下载:
  2. 非常实用的一个高精度数据结构代码,同时也定义了一些其他重要的数学运算,适合密码学使用。-Very practical one high-precision data structure of the code, but also defines a number of other important math, for the use of cryptography.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1830423
    • 提供者:CZG
  1. StudentTest

    0下载:
  2. 学生类的C++程序。程序具有学生ID,姓名,数学英语计算机成绩,以及计算总分,平均分等其他功能。-Student class C++ program. Program has a student ID, name, computer math scores in English, as well as calculate the total score, the average grading other features.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2139184
    • 提供者:卡卡
  1. integral-power

    0下载:
  2. 小明是个小学五年级的学生,为了早点去看自己爱看的卡通,他想快点把作业做完。可是可恶的数学老师今天却布置了一道难题,小明想了很久也不知道该怎么做。你的任务就是帮小明解决掉这道数学题。 题目是这样子的,有一个整数a(-2^31<= a < 2^31-1),计算它的整数幂a^n,其中1<=n<=99。-Xiao Ming is a fifth-grade students, in order to see his early love to watch cartoons,
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:642
    • 提供者:clj
  1. math

    0下载:
  2. 算法,一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正实数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。-Algorithm, an arithmetic expression is made up of operands (operand), operator (operat
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:189439
    • 提供者:靳以2002
« 12 »
搜珍网 www.dssz.com