CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 计算值

搜索资源列表

  1. ga_model

    0下载:
  2. 关于遗传算法的一个二进制编码的计算函数最大值的实例-on Genetic Algorithms a binary encoding function of the maximum calculated examples
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:992byte
    • 提供者:光临
  1. 55_1

    0下载:
  2. 计算你所输入的三个数的最大值.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:kavana
  1. 4

    0下载:
  2. 表达式求值(C语言) 输入完成后直接回车进行计算 前后均不需要#
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.15kb
    • 提供者:STartBoy
  1. 无限长表达式运算器

    0下载:
  2. 这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators: +, -, *, /, ^, and (), also supports functions like sin, cos, tan
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14.53kb
    • 提供者:飞杨
  1. MTF

    3下载:
  2. 1.图像 CCD9-64-LINE3.raw的大小为8240*1024(宽度*高度),每个象素的灰度值为12bits编码。2.图像 CCD9-A-SHUI1.raw的大小为8240*96(宽度*高度),每个象素的灰度值为12bits编码。实现了对这两种图像的MTF计算。 -1 Image CCD9-64-LINE3.raw size of 8240* 1024 (width* height), each pixel gray value of 12bits encoding. 2 Imag
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-09-06
    • 文件大小:17.22mb
    • 提供者:bjl21012
  1. biaodashizhuanhuanhejisuan

    0下载:
  2. 这说一个转换表达式和计算表达式值的源代码,可以实现前缀中缀和后缀表达式的转换和计算。-err
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:11.72kb
    • 提供者:wxg
  1. 1234

    0下载:
  2. 计算一串数学表达式的值, 计算一串数学表达式的值, -Calculation of the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:782byte
    • 提供者:zws
  1. md5

    0下载:
  2. 计算文件的MD5值,用于校验文件的完整性和检查时间戳。-Calculate the MD5 value of the file used to check the integrity of the file and check the time stamp.
  3. 所属分类:Console

    • 发布日期:2017-11-28
    • 文件大小:5.77kb
    • 提供者:tong
  1. Expression-evaluation

    0下载:
  2. 输入中缀算术表达式S,S中的操作数为非负整数,只含+,-和*,/运算,也可能含有括号(),运算符的计算顺序和实际四则运算的计算顺序相同. 输出表达式S的值. 注意除法运算只取整数部分,例如1/2=0. Input 输入有多组数据. 每组数据是一个算术表达式S,S的长度不超过100. 输入的S保证合法,而且不包含多余的空格或制表符. S的操作数、中间结果和最终结果都不会超过int类型的范围,也不会出现除数为0的情况. 输入以#号结束. Output 对于每个算术表达式S,输
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:6.62mb
    • 提供者:刘畅
  1. matlab

    0下载:
  2. 解ABCD的四元方程求解ABCD的值,并通过此值计算出电力器件vto,rt的值,从而使并联器件变得简单,有效-Solution ABCD equation solving the value of the ABCD and power devices VTO rt value calculated by this value, so that the the parallel device becomes simple, effective
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:58.53kb
    • 提供者:矫健
  1. jisuanqi

    0下载:
  2. 十进制四则运算计算器,用户输入一串四则运算表达式,系统将其以二叉链表形式存储,并输出先序、中序和后序遍历的结点顺序,最后利用栈计算后缀表达式的值,输出运算结果。-Decimal four arithmetic calculator, the user enters a string of four arithmetic expressions, the system to be stored in the binary tree, and outputs the first sequence,
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:2.56kb
    • 提供者:zs
  1. StringCmp

    0下载:
  2. 你可以通过此段代码完成两个字符串之间的相似度的计算。然后根据相似度的值就可以判定两个字符串是不是匹配-You can finish the calculation of similarity between two strings by this code. Then according to the similarity values will be able to determine the two string matching is it right?
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:1.05kb
    • 提供者:wanghongmin
  1. Console

    0下载:
  2. 这是一些使用C#进行控制台编程的实例源代码,这些小程序主要有传值调用、数组前后对比、阵列列前后对比、输出欢迎信息、输出参数、利用控制台进行常规计算、静态变量的使用等方面的内容,面向c#新手,编译环境vs2005。-This is some of the console in C# programming source code examples, these small programs are called by value, the array before and after compar
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:70.09kb
    • 提供者:文亚
  1. BinTree

    0下载:
  2. 二叉排序树,实现树的各种操作,包括计算深度,找最大值最小值,还有各种遍历的递归算法和非递归算法,以及查找查找树的前驱节点和后继节点-Binary sort tree, the tree to achieve various operations, including the calculation of depth, looking for maximum minimum, there are various recursive traversal algorithm and non-recur
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4.33mb
    • 提供者:小赵
  1. Knapsack

    0下载:
  2. 算法设计与分析中背包问题。 首先将最优解矩阵的第一行和第一列均赋值为0;然后从上至下、从左至右依次计算m[i][j]的值,如果第i个物品 的重量大于j的值,即第i个物品不放入背包中,则将m[i][j]赋值为m[i-1][j],否则取第i个物品放入背包和不放入背 包所得价值的最大值;最后从后往前计算最优解向量的值,如果m[i][j]=m[i-1][j],则将x[i]赋值为0,否则将x[i] 赋值为1,并将j减去第i个物品的重量。-The knapsack problem al
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:
  1. 2011010963_e2

    0下载:
  2. 稀疏矩阵的存储与计算,功能如下: 1能够修改矩阵中元素的值 2矩阵的加法运算 3矩阵的乘法运算-Storage and computing sparse matrix, the following functions: 1 can modify the value of the elements in the matrix 2 matrix addition 3 matrix multiplication
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1.1mb
    • 提供者:余可
  1. HuaffmanTree

    0下载:
  2. 数据结构 哈夫曼编/译码器 功能: 1.初始化:输入一串字符(正文),计算不同字符 (包括空格)的数目以及每种字符出现的频率(以该种字符出现的次数作为其出现频率),根据权值建立哈夫曼树,输出每一种字符的哈夫曼编码。 2.编码:利用求出的哈夫曼编码,对该正文(字符串)进行编码,并输出。 3.译码:对于得到的一串编码,利用已求得的哈夫曼编码进行译码,将译出的正文输出。 输出哈夫曼树形态:以树的形式输出哈夫曼树。-Data structure Huffman encoding/d
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:703.79kb
    • 提供者:屈兴
  1. YGO

    0下载:
  2. 一个游戏王软件的控制台实现,具有查看卡组和对战的功能,能够实现自动计算生命值的功能-A game console software king realized with viewing deck and multiplayer capability, can automatically calculate the value of life functions
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1.91mb
    • 提供者:徐垣
  1. Matrix

    0下载:
  2. C++实现的矩阵操作,包括计算行列式、求最大最小值及其下标、矩阵求逆、转置等功能-Matrix operations C++ implementation, including the calculation of the determinant, find the minimum and maximum values and subscr ipt, matrix inversion, transpose function
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4.62kb
    • 提供者:sunzhipeng
  1. High-precision-factorial

    0下载:
  2. 高精度阶乘运算,可以计算到很大的值,弥补了使用int型变量带来的数值限制-Precision factorial operation can be calculated to a large value, to make up for the numerical limit the use of int type variables to bring the
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:531byte
    • 提供者:杨奇
« 12 »
搜珍网 www.dssz.com