CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 公式 输入

搜索资源列表

  1. kuohaopipei

    0下载:
  2. 括号匹配的问题,输入一个运算公式,判断输入的运算公式中是不是括号匹配-Parenthesis matching problem, enter an arithmetic formula, the calculation formula of the judgment entered is not matching brackets
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:164834
    • 提供者:孙涛
  1. SSC_login

    4下载:
  2. 自学编写的彩票自动投注软件源码,实现根据输入的公式自动计算出需要投注的号码,自动投注,初学者编写,仅供参考-Automatic self-preparation of lottery betting software source code, to achieve a formula based on the input automatically calculate the required number of bets, automatic betting beginners to prep
  3. 所属分类:CSharp

    • 发布日期:2016-07-18
    • 文件大小:1184768
    • 提供者:yx
  1. dataJudge

    0下载:
  2. 华为比赛试题 输入数学判断公式 判断数字是否在规定范围内-to complete the function of judge the data
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:1915
    • 提供者:肖伟
  1. Image-segmentation-code

    1下载:
  2. Cutpicture(form)做的是直方图统计: 第一步:读入图片,并将彩色图片用公式转化为灰度图像。 第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。 第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:2861
    • 提供者:吴魏
  1. pintu

    0下载:
  2. 1)本游戏是一个Java语言的拼图游戏,有一个格子是空的,其他格子内随机放置由要拿来拼图的图片切割成的若干个小图片,图片的切割按照一定的公式计算,因为,该通过单击任意一个与空格子相邻的方块可以把该方游戏中设有拼图游戏的等级,根据不同的等级,按照公式会切割成不同的小图片块数。 2)在开始游戏之前,可以选择游戏等级后再点击“开始”菜单里的“新游戏”,进行拼图游戏,通过将空格旁边的小图片移入空格子内(不断的移动方块),来实现拼图,直到方块一行一行的按图片的原始样子拼好即可完成该游戏。 3)游戏
  3. 所属分类:Games

    • 发布日期:2017-11-26
    • 文件大小:1169706
    • 提供者:vvvih
  1. Proj03-02

    0下载:
  2. 二维离散小波变换 包括源代码和实验结果分析。在数值分析和时频分析中很有用。第一个离散小波变换由匈牙利数学家发明,离散小波变换顾名思义就是离散的输入以及离散的输出,但是这里并没有一个简单而明确的公式来表示输入及输出的关系,只能以阶层式架构来表示。 -Two-dimensional discrete wavelet transform including source code and experimental results. In numerical analysis and time-fr
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:24152858
    • 提供者:Leiwin
  1. 1

    0下载:
  2. 输入1-13中的四个数,输入要计算的值(24点游戏就输入24),计算机穷举法给出计算公式-Enter the four numbers 1-13, enter the values ​ ​ to be calculated (24-point game on the importation of 24), the computer gives exhaustive formula
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:1608
    • 提供者:唐健
  1. jiami

    0下载:
  2. 四、 加密(10) 要求:(1)输入任意一段明文M,以及密钥K (2)根据以下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。 -Four, encryption (10) requirements: (a) enter any period of plaintext M, and the key K (2) according to the following formula to conve
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:13288
    • 提供者:qiu
  1. 1.1

    0下载:
  2. 编写函数把华氏温度转换为摄氏温度,公式为:C = (F 32) * 5/9 在主程序中提示用户输入一个华氏温度,转化后输出相应的摄氏温度。-Write a function to convert Fahrenheit to Celsius, the formula is: C = (F- 32)* 5/9 in the main program prompts the user for a Fahrenheit temperature, the transformed output of the
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:8632
    • 提供者:liuzhi
  1. cccccc

    2下载:
  2. 大地主题正反算,C++,修复了小错误 采用白塞尔公式,输入应避免特殊情况-Geodetic and negative balance, C++, fixes minor bugs using Bessel formula, enter the special situation should be avoided
  3. 所属分类:Console

    • 发布日期:2015-12-24
    • 文件大小:2048
    • 提供者:sfy
  1. Romberg

    0下载:
  2. 使用Matlab语言完成《数值计算方法》中的Romberg(龙贝格)积分公式,程序可以根据用户输入的积分上下限、误差容限及表达式实现Romberg积分。-Using Matlab language to complete " numerical methods" in the Romberg (Romberg) integral formula, the program based on user input limits of integration, error toler
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:652
    • 提供者:老邓
  1. Standard_deviation_inverse[EL]

    0下载:
  2. 标准偏差常用于对例如工农业生产,生化、物理等实验数据进行统计分析,理论上是没有逆运算的。但一些特殊情况下,需要根据给出的标准偏差反过来获得一些接近的源数据。这个简单实用的小程序允许用户输入标准偏差和均值及其他辅助参数,根据输入随机模拟出多个接近符合条件的源数据,一方面便于用户对数据和统计结果进行多角度验证分析,一方面也便于学习了解标准偏差公式,为相关高等数学、数值计算方法科学教学提供一定帮助。今后EL会逐步开发其他统计分析程序,与同僚交流。-Standard deviation commonly
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:16360
    • 提供者:Elvind
  1. 5

    0下载:
  2. 编写的一个图形界面应用程序(Application),输入身高和体重,按BMI公式计算体重指数-Preparation of a graphical interface application (Application), enter the height and weight, body mass index calculated according to BMI
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1238
    • 提供者:张克
  1. B06040324_A4

    0下载:
  2. 加密 要求:(1)输入任意一段明文M,以及密钥K (2)根据以下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。 -Encryption requirements: (a) enter any period of plaintext M, and the key K (2) according to the following formula to convert ciphertext C. C
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:306668
    • 提供者:Chengwei Xiao
  1. calculate

    0下载:
  2. 一个数学公式计算程序,可计算加减乘除可输入括号。-A mathematical formula to calculate the program calculates the arithmetic can be entered in parentheses.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1524330
    • 提供者:zanjiangfeng
  1. 8-classical-algorithm-c-language

    0下载:
  2. 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
  3. 所属分类:Algorithm

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

    0下载:
  2. 具有基本波形输出,正弦波、方波、锯齿波、矩形波。并且具有调节占空比的功能,另外还能输出任意输入的公式波形,并且可以实时显示时间,具有登陆验证功能,登陆用户名是仪电,密码是123-With the basic waveform output, sine wave, square wave, sawtooth wave, rectangular wave. And has the function of adjusting the duty cycle, another formula can ou
  3. 所属分类:LabView

    • 发布日期:2017-04-04
    • 文件大小:55970
    • 提供者:xulinlin
  1. Complex-calculator

    0下载:
  2. 复杂计算器(PS:输入为数学公式) 长度没有上限 (东软小学期项目)-nuesoft Primary school period s project
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4377722
    • 提供者:hgogo
  1. a1

    0下载:
  2. 实现任意输入公式的真值表计算,同时它也是一个二进制加法器的模拟器,每当在这个模拟器中产生一个二进制数时,就相当于给各个命题变元产生了一组真值指派。-Implement any truth table, enter the formula to calculate, but it is also a binary adder simulator whenever generates a binary number in the simulator, which is equivalent to e
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1226
    • 提供者:wenting
  1. SimpleMathAConvenientConvertot

    0下载:
  2. 能够方便地进行各种数学公式的转换操作,免去手工输入-The ability to easily perform various mathematical formulas conversion operation, eliminating manual input
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:7844
    • 提供者:yiwuxun
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com