搜索资源列表
Calculator_2
- 由于不上传就不能下载 所以我随便传了一个这个程序能计算一个中缀表达式 不能处理负数 (呵呵 还没写好)-Because doing not ascend to spread and then can t wnload so I spread literally a this procedure can compute a the inside expresses the type can t handle minus quantity(
以曲线或柱状图实时显示数据的控件代码
- 这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。-This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown float, neg
算24点问题求解
- 算24点游戏的解法!还可以算其它任何点数。和传统方法不一样的,可以支持负数和小数解算任意点的问题-count 24 points of the game Solution! Also can calculate any other points. Traditional methods are not the same, and can support a negative decimal Solving the problem of
安全过河问题
- 该游戏是我由一个数学建模题——“安全过河问题”而构思的。有三个商人带者三个随从和货物过河, 船每次最多只能载两个人,要求保证在过河期间商人的人数要大于或等于随从的人数,否则随从杀人抢货。 构思: 用两个数组来表示两岸的商人和随从,其中 A 表示商人, B 表示随从,数组a 表示此岸,数组b表示彼岸 通过输入过河的人数,来改变两个数组中的 A 和 B 的个数,在用文本输出两岸的情况. 游戏规则是这样似的: 1
dongtaixianshi
- 这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。 -This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown floa
Steinberg
- 有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。-point to note, we originally introduced procedures are to open a type of char buffer new plan to store data, but at t
get_the_sum
- 用汇编写成的将正负数分别相加,求和的一个小程序。对于初学汇编的人有一定参考价值-used to compile written in the sum of positive and negative, respectively, the sum of a small program. For beginners compilation of a certain reference value
表达式求值
- 表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is
jisuan
- 两位十进制数的四则运算,用菜单控制,减法支持负数,除法有8位小数。-two decimal number of four computing, using the menu control, subtraction support negative, the division has eight minority.
MY_POLAR2
- matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如: my_polar2([0,20,30]*pi/180,[-10,0,10], -r ,-20,30)-Matlab polar coordinates function improved, axes calibration can be negative, the input parameters, s
MulticolorPlotBt
- MulticolorPlotBt是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围-MulticolorPlotBt one can be a curve or histogram in the form of a real-time dynamic said data control. Main features are :
60824102468
- 用于验证正则表达式是否正确。 例如在表达式文本框里输入:(^-?\\d\\d*\\.\\d*$)|(^-?\\d\\d*$)|(^-?\\.\\d\\d*$) 在下面的测试文本框里输入数字,小数,负数,显示结果“通过”,若输入字母,显示“不通过”。 希望本工具对你编辑正则表达式时有作帮助。 用.NET做的第一个程序。 感谢群里朋友对初学才的支持。 需.NET2.0支持,在winxp上测试通过。-use
u821
- 用友u821出库单的金额计算有时会出错。正数量与正单价相乘结果为负数。所以经常要手工在库中修改。此软件可以自动修改金额。由此软件中可以看出如何连接到用友的数据库。以及如何修改不正确的计算结果。-Yongyou u821 Chukuchan the amount calculated to be wrong sometimes. Is the number and multiplication are monovalent negativ
contree
- 给定一棵树T,树中每个顶点u都有一个权w(u),权可以是负数。现在要找到树T的一个连通子图使该子图的权之和最大。-given a tree T, tree each vertex u have a right to w (u), the right to be negative. Now to find a tree T connectivity graph so that the graph of the rights and th
php_calc
- 用PHP编写的表达式计算器,是用的编译的知识实现的,并非使用eval()函数实现。 功能强大,可以做所有的数值计算,代数计算还不能实现。 1。可以计算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能识别数字(包括小数、正负数)、数学函数。 3。可以做加、减、乘、除、指数、取模 计算(其中加、减包括一元和二元两种操作)。 压缩包里的“math.php”是演示文件-wi
neipaixu
- [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有
Rmb
- 数字到人民币大写转换程序(java)支持负数,解决零零,。
JiSuanQi
- 实现计算器的加减乘除,小数点或负数的处理都可以实现-Addition and subtraction, multiplication and division to achieve a calculator, a decimal point or negative processing can achieve
新建压缩(zipped)文件夹
- 本程序可以删除负数,输入一系列数字,可以删除其中的负数(Delete negative number)