搜索资源列表
C编写的windows计算器-源代码
- C#编写的windows计算器-源代码 可实现计算器基本运算 可做C语言学习参考-prepared by the C# windows calculator-source code can be realized calculators to do basic computing reference C Language Learning
mcu_pid_c_program
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-using SCM as the control cpu, please slight
Matrix
- 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
Calculator
- 用C#编的一个计算器,运算没有优先级,只有一些基本的功能。-With C# Allocation of a calculator, computing is not the priority, and only some basic functions.
calculator
- 计算器,小程序完成计算器的功能 能进行基本的运算,比如加减乘除,混合运算 能够显示时间,并且在时间不准时进行调节 -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
Alex
- 大二数据结构实验课的几个源码(顺序表的合并、多项式的合并、栈和队列的基本操作、稀疏矩阵的运算、二叉树基本操作、图的存储和应用)-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
Large_integer_adder
- 大整数加法 我们将一个大整数从右到左分组,每三位为一个节点,若剩余一个组不满三位也将其作为一个节点处理。大整数本身的符号用头节点来表示。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
CSharpprogrammingideas
- 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
ComplexCalculator
- 一个复数计算器!实现了复数的基本运算功能-A complex number calculator! Achieved a complex function of the basic operations
Daoweixulie
- 倒位序列运算,算法核心是二进制的倒位,由于程序简单,适用与基础教学例题-Inversion sequence of operations, the algorithm is the core binary inversion, because of a simple application with the basic teaching of Example
calculator
- 实现了按照计算器的基本功能设计用于基本运算的计算器软件,实现实数间的加、减、乘、除,以及取倒数运算(另亦可添加平方、开方等运算)。-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,
VC1089113130
- 小型计算器 可以实现基本的运算功能 外观简约 可以适当添加代码 将其美化-Small calculators can achieve the appearance of basic computing functions can be simple to add code to the appropriate landscaping
cacular
- c#做的一个简单计算机,可以计算平常的简单基本运算,小c#windows界面实现计算功能-c# to do a simple computer, can calculate the usual simple basic operations, small c# windows interface to achieve computing
simulation
- C#程序,包含基本的加减乘除运算,是初学者学习的好助手。-C# program, including basic addition and subtraction, multiplication and division, is a good assistant for beginners to learn.
Lab06
- (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
CSharp--Calculator
- C#实现的计算器,能实现基本的运算功能,界面美观,适合初学者学习用-C# implementation of the calculator, to achieve basic computing functions
shuzhizhuanhuan
- 表达式是数据运算的基本形式。人们的书写习惯是中缀式,如:11+22*(7-4)/3。中缀式的计算按运算符的优先级及括号优先的原则,相同级别从左到右进行计算。表达式还有后缀式(如:22 7 4 - * 3 / 11 +)和前缀式(如:+ 11 / * 22 – 7 4 3)。后缀表达式和前缀表达式中没有括号,给计算带来方便。如后缀式计算时按运算符出现的先后进行计算。本设计的主要任务是进行表达式形式的转换及不同形式的表达式计算。-Expression is the basic form of dat
prac1
- 进行各类的基本集合运算,包括求集合的幂集-The basic set operations for various types of
Caculator
- 在.net环境下用C#语言开发一个计算器,比较经典,其运算规则基本与微软上的一致-In. Net environment using C# language to develop a calculator, classic, basic rules for its operation consistent with Microsoft s...
AeroplaneChess
- 程序介绍: 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