搜索资源列表
csharpshili
- Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出
Floating_Number
- 这是一个模拟单片机的要求,在cpu不支持浮点运算的情况下.计算精确的浮点数.本算法是把输入的字符串变成IEE754标准运算(如果要提高精确度的话,很方便).在运算过程只运用了移位,和加减运算.-This is a simulation of the single-chip microcomputer, the cpu does not support floating-point operations circumstances. the precision floating point cal
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
3
- 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
infix
- 处理加减乘除字符串的源程序,编译后可以直接运行-Math
Calculator
- 对任意的一个算术表达式进行加减乘除运算,表 达式有误会显示提示。主要用的知识 : 栈,字符串处理等等 -Of an arbitrary arithmetic expressions Math & Computing, shows a misunderstanding has prompted expressions. The main use of knowledge: the stack, the string handle and so on
lianbiao
- 多项式加减乘的运算的简单实现 win32平台上的例子 对字符串的处理有较强的思索-Polynomial addition and subtraction by computing a simple example of realization of win32 platform dealing with the string have a stronger reflection
Fun
- 将浮点数转换为十六进制的字符串,实现加减乘除,然后转换为浮点数-Will be converted to hexadecimal floating-point string, to achieve, Math, and converted to floating point
zhizhenzifuchuanjiajian
- 用指针方式处理字符串加减问题,C语言给出解决方案-String with a pointer to handle addition and subtraction problems, C language gives the solution
3_2
- 应用指针变量实现字符串的逆序显示:① +,-,*,/,^,| 分别代表加、减、乘、除、乘方、开平方。 ② 输入上述符号,输入则显示“你操作有误!”,然后退出程序; 如果输入正确,则提示用户输入相应的数据,然后进行计算并 显示结果。-Application of the reverse pointer for string variables showed: ①+,-,*,/,^,| representing addition, subtraction, multiplicat
MACGUID
- DOS下将字符串转换为大写,批处理生成,对MAC进行加减操作-DOS String Operation
calculate
- 输入一个只包含个位数字的简单四则运算表达式字符串,计算该表达式的值 注: 1、表达式只含 +, -, *, / 四则运算符,不含括号 2、表达式数值只包含个位整数(0-9),且不会出现0作为除数的情况 3、要考虑加减乘除按通常四则运算规定的计算优先级 4、除法用整数除法,即仅保留除法运算结果的整数部分。比如8/3=2。输入表达式保证无0作为除数情况发生 5、输入字符串一定是符合题意合法的表达式,其中只包括数字字符和四则运算符字符,除此之外不含其它任何字符,不会出现计算溢出
calculate
- 实现计算器加减乘除括号等一些运算,纯用字符串实现,较好理解。-Math Calculator achieve brackets and some other operations, pure string achieve a better understanding.
infix
- 处理加减乘除字符串的源程序,编译后可以直接运行-Math
字符串方法用和日期的运用
- 实现了字符串的分割,创建构造方法,日期的加减,字符串转化为日期(To achieve a string of segmentation, the creation of construction methods, the date of addition and subtraction, string conversion to date)
calculator
- 实现简单计算器,包括加减运算,并允许输入的计算字符串空格出现(To achieve a simple calculator, including add and subtract operations, and allow input calculation string space appears)
calculator
- 实现简单计算器,并允许输入计算字符串有空格以及只包括加减运算,可以判断输入的字符串是否合法(To achieve a simple calculator, including add and subtract operations, and allow input calculation string space appears)
calculator
- 实现简单计算器,允许加减乘除运算,带括号优先级,判断字符串输入是否有误(The realization of a simple calculator that allows operations with parentheses priority, add, subtract, multiply and divide, determine whether there is a mistake in the input string)