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

搜索资源列表

  1. jisuanqi

    0下载:
  2. 计算器,通过用栈和队列的思想,进行简单的计算,识别能力完整对错误的输入会自动报错,其显示计算过程中,入栈出栈的详细过程-Calculator, by using stacks and queues of ideas, simple in calculation, the full recognition of the input the error will automatically error, its display in the calculation process, stack a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:340616
    • 提供者:云浮
  1. Rootsimp

    0下载:
  2. 简单的迭代法求解方程组,代码简单,计算快,可以自由设置迭代步数,方便的显示方程的根,何逼近情况-Simple iteration method for solving equations, the code is simple, fast computation, are free to set the number of iterative steps to facilitate the display of roots of the equation, what approach the s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:692
    • 提供者:s
  1. nongli

    0下载:
  2. 显示农历日期,优化了算法,精简了代码 公历农历转换-Display Chinese date, optimization algorithm, to streamline the code to convert lunar calendar
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3291
    • 提供者:william
  1. xianshi

    0下载:
  2. 牛顿插值算法的显示算法,适用于牛顿差值公式的计算-Newton interpolation algorithm display algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:848
    • 提供者:郑卿吾
  1. equation_solver

    0下载:
  2. 如文件名所示,该软件能够计算一元二次方程,并且支持不同的显示形式。在输入时请将方程化为ax^2+bx+c=0的形式。-As the file name shows, the software is able to calculate a quadratic equation, and supports different display forms. Please input into the equation ax^2+bx+c=0 form.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:22115
    • 提供者:曾宪文
  1. PolySolver

    0下载:
  2. Polynomial solver with graph display (requires qt and qwt libraries to compile).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:4994
    • 提供者:Lockal
  1. max-min

    0下载:
  2. 编写一个程序,读入5个整数,然后确定并显示这组数中的最大整数和最小整数。-Write a program that reads five integers, then determine and display this group of the number of the biggest integer and smallest integer.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2360
    • 提供者:孙丹丹
  1. pmifst

    0下载:
  2. 转动光谱的计算画图程序,用于计算转动惯量,并可以看到三维转到结构-Graphical molecule display program tailored to the needs of rotational spectroscopy- the name comes from calculation of Principal Moments of Inertia from STRucture
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:31946
    • 提供者:红袖
  1. HeapMergeSort

    0下载:
  2. Sorting by Heapsort and Mergesort algorithms. =================================== Input file:H01dat.txt ---------------------------- 包含第一列為n a b 第二列以後為a1 a2 a3 a4 ...... an n:要排序的輸入資料數。 ai:要排序的資料,以space 或換行隔開,程式要能自行判斷資料輸入到n筆為止。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:7396
    • 提供者:cjwang
  1. 013

    0下载:
  2. 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:174903
    • 提供者:zhu
  1. 20112922249995

    0下载:
  2. 显示解题过程和步骤,还有说明。 多行显示。 可以解一元二次,一元三次方程组。二元一次,三元一次方程组。 实用啊! 就是不要做数学题,用这个程序替你做啊!抄答案外加抄过程可学不好数学。 -Display problem solving process and the steps, as well as instructions. More lines. Possible solutions to the quadratic, cubic equations. Dual time,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:14240
    • 提供者:htxqq2011
  1. nqueen

    0下载:
  2. 我自己编写的一款关于n后问题解决的图形版源码,运行的时候会有图形显示的。-I have written to solve a problem on the n graphics version after the source, when there will be running graphical display.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3607393
    • 提供者:justin
  1. matrix

    0下载:
  2. //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(double *A,double *B,double *C ,i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1725
    • 提供者:heu
  1. LCD1602

    0下载:
  2. 1602显示,而且还有计算器功能,能进行加减乘除,不过只有整除-1602 display, but also the calculator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:12140
    • 提供者:jhf
  1. ODE20110306

    0下载:
  2. 常系数差分方程、微分方程、时滞方程求解程序,可以自动识别用户输入方程的系数和运算关系,用户可以设置多种求解条件,求解结果保存入文件,同时在界面上图形化显示-Constant coefficient differential equations, differential equations, delay equations program that can automatically identify the user to enter equations and computing the c
  3. 所属分类:Algorithm

    • 发布日期:2017-05-29
    • 文件大小:12016834
    • 提供者:谢旭
  1. dec-to-bin

    0下载:
  2. 通过LABVIE,实现十进制到二进制的转换,并通过前面板上的指示灯显示出来-By LABVIE, to achieve the decimal to binary conversion, and display them by LED through the front panel.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:11152
    • 提供者:J
  1. Calculator-code

    0下载:
  2. c语言实现的计算器代码,功能有数字的输入显示加减乘除次方模运算等。-c code calculator language, features a digital display, Math input power of modular arithmetic and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:11532
    • 提供者:尹云
  1. chengfakoujue

    0下载:
  2. 乘法口诀,简单的c++程序,还没有界面显示-Multiplication formulas, a simple c++ program, there is no interface display
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:179648
    • 提供者:julius
  1. Matrix

    0下载:
  2. 写的矩阵的类 提供+ - * / 显示功能 不足的地方大家指教-Written in matrix class provides+-*/display deficiencies we teach
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2562357
    • 提供者:opppen
  1. CPP

    0下载:
  2. 这是一个多态矩阵类,包含了矩阵的一些基本功能:矩阵之间的加、减、乘,矩阵的数乘还重载了矩阵的显示函数“<<”。-This is a multi-state matrices, including some of the basic functions of a matrix: matrix between addition, subtraction, multiplication, matrix multiplication is also overloading the matri
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:50110464
    • 提供者:张静
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com