CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 运算 basic

搜索资源列表

  1. C编写的windows计算器-源代码

    0下载:
  2. C#编写的windows计算器-源代码 可实现计算器基本运算 可做C语言学习参考-prepared by the C# windows calculator-source code can be realized calculators to do basic computing reference C Language Learning
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5090
    • 提供者:张瀚
  1. mcu_pid_c_program

    0下载:
  2. 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-using SCM as the control cpu, please slight
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1443
    • 提供者:zhao
  1. Matrix

    3下载:
  2. C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
  3. 所属分类:C#编程

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:wangyong
  1. Calculator

    0下载:
  2. 用C#编的一个计算器,运算没有优先级,只有一些基本的功能。-With C# Allocation of a calculator, computing is not the priority, and only some basic functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:14532
    • 提供者:秦始皇
  1. calculator

    0下载:
  2. 计算器,小程序完成计算器的功能 能进行基本的运算,比如加减乘除,混合运算 能够显示时间,并且在时间不准时进行调节 -Calculator, small program to complete the functions of the calculator can do basic arithmetic, such as addition and subtraction multiplication and division, mixed operations can display
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:58557
    • 提供者:yjwang
  1. Alex

    0下载:
  2. 大二数据结构实验课的几个源码(顺序表的合并、多项式的合并、栈和队列的基本操作、稀疏矩阵的运算、二叉树基本操作、图的存储和应用)-Experimental data structure sophomore class several source (the order form merger, the merger of polynomial, stack and the basic operation of the queue, sparse matrix computation, the ba
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:59375
    • 提供者:Alex
  1. Large_integer_adder

    0下载:
  2. 大整数加法 我们将一个大整数从右到左分组,每三位为一个节点,若剩余一个组不满三位也将其作为一个节点处理。大整数本身的符号用头节点来表示。1表示正数,-1表示负数。通过这样的方式我们就构造了一个存储大整数的双向链表,然后就可以进行大整数的基本运算了。-Large integer addition we will be a large integer division from right to left, each for a three-node, if a group dissatisfied
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1092
    • 提供者:夏洁
  1. CSharpprogrammingideas

    0下载:
  2. cshart是Microsoft Visual Studio.NE的一部分,本身没有类库,本书对这门语言的基本特征,规则及异常现象进行具体说明,有时也涉及运算方式。-c sharp is part of Microsoft Visual Studio.NE, they do not have any library, this book about the basic characteristics of language, rules and specific abnormalities th
  3. 所属分类:CSharp

    • 发布日期:2017-05-22
    • 文件大小:6926499
    • 提供者:lijun
  1. ComplexCalculator

    0下载:
  2. 一个复数计算器!实现了复数的基本运算功能-A complex number calculator! Achieved a complex function of the basic operations
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:327861
    • 提供者:包仁义
  1. Daoweixulie

    0下载:
  2. 倒位序列运算,算法核心是二进制的倒位,由于程序简单,适用与基础教学例题-Inversion sequence of operations, the algorithm is the core binary inversion, because of a simple application with the basic teaching of Example
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:711
    • 提供者:任明
  1. calculator

    0下载:
  2. 实现了按照计算器的基本功能设计用于基本运算的计算器软件,实现实数间的加、减、乘、除,以及取倒数运算(另亦可添加平方、开方等运算)。-Implemented in accordance with the basic functions of calculators designed for basic operations calculator software, to achieve real number between the add, subtract, multiply, divide,
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:37832
    • 提供者:oyzw
  1. VC1089113130

    0下载:
  2. 小型计算器 可以实现基本的运算功能 外观简约 可以适当添加代码 将其美化-Small calculators can achieve the appearance of basic computing functions can be simple to add code to the appropriate landscaping
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:27041
    • 提供者:forever
  1. cacular

    0下载:
  2. c#做的一个简单计算机,可以计算平常的简单基本运算,小c#windows界面实现计算功能-c# to do a simple computer, can calculate the usual simple basic operations, small c# windows interface to achieve computing
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:56481
    • 提供者:李静霞
  1. simulation

    0下载:
  2. C#程序,包含基本的加减乘除运算,是初学者学习的好助手。-C# program, including basic addition and subtraction, multiplication and division, is a good assistant for beginners to learn.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:37690
    • 提供者:小许
  1. Lab06

    0下载:
  2. (1) 创建点类和直线类,定义和使用类的成员(2) 创建向量类,并通过操作符重载来实现各种基本向量运算-(1) to create point of class and class lines, members of the class definition and use (2) to create vector classes, and through a variety of operator overloading to achieve the basic vector operatio
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:121367
    • 提供者:暗示
  1. CSharp--Calculator

    0下载:
  2. C#实现的计算器,能实现基本的运算功能,界面美观,适合初学者学习用-C# implementation of the calculator, to achieve basic computing functions
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:152980
    • 提供者:孙重阳
  1. shuzhizhuanhuan

    0下载:
  2. 表达式是数据运算的基本形式。人们的书写习惯是中缀式,如:11+22*(7-4)/3。中缀式的计算按运算符的优先级及括号优先的原则,相同级别从左到右进行计算。表达式还有后缀式(如:22 7 4 - * 3 / 11 +)和前缀式(如:+ 11 / * 22 – 7 4 3)。后缀表达式和前缀表达式中没有括号,给计算带来方便。如后缀式计算时按运算符出现的先后进行计算。本设计的主要任务是进行表达式形式的转换及不同形式的表达式计算。-Expression is the basic form of dat
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2364
    • 提供者:王伟
  1. prac1

    0下载:
  2. 进行各类的基本集合运算,包括求集合的幂集-The basic set operations for various types of
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1672
    • 提供者:gongcheng
  1. Caculator

    0下载:
  2. 在.net环境下用C#语言开发一个计算器,比较经典,其运算规则基本与微软上的一致-In. Net environment using C# language to develop a calculator, classic, basic rules for its operation consistent with Microsoft s...
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:103137
    • 提供者:haitaolv
  1. AeroplaneChess

    0下载:
  2. 程序介绍: C#程序入门知识的综合示例,基本语法,语言特性等。 1简单算法 2while循环 3算数运算 4数组应用 5数组应用简单联系 6数组和枚举 函数 面向对象等-vs2008 Program Descr iption: Comprehensive example of the C# program started, the basic syntax and language features. 1 simple algorithm 2
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:42611
    • 提供者:杨聪
« 12 3 »
搜珍网 www.dssz.com