搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
zhou_end2
- 我的数据结构课程设计,卡诺图化简。在算法上摸索了很久,第一次去交的时候因为老师的几个刁钻的数据给刷下来,至今仍心有余悸。还有一个用PASCAL写的16变量化简的,可不知道放哪去了。-my data structure curriculum design, Karnaugh map of SR. The algorithm groping for a long time, the first to go out and make the time because the teacher in s
简明计算器源码
- 这是一个改进型计算器克服了浮点运算误差新增了报数和运算符改错功能,比起我上次做的代码质量更高,更简捷,算法也不一样。当前只支持基本的四则运算,非常适用!!!,美中不足是报音慢点,但对于手慢的使用者也足够了,对于大量快速计算建议关闭报数功能。在98上通过-This is an improved version of Calculator overcome the floating-point error in the newspapers a few new and Operators Corre
gongyuan
- 用图实现的公园导游图,包括最短路径,最优走法等的算法-map with the park guide map, including the shortest path, the optimal law to the algorithm
A24point
- 一个用C语言编写的小程序,玩过“速算24点”的朋友一定知道这是一个考验快速口算能力的小游戏,但其中包含了统筹思想,该程序是由用户输入4个数字,计算机程序计算出该四个数字通过加减乘除四则运算得到结果为24的一种算法。小巧实用,运行于DOS环境,有密码,密码为在下的名字汉语拼音(全部小写)。 -a C language prepared by the small programs and played "quick count 24 points," friends will k
crc1010
- 通信的目的是要把信息及时可靠地传送给对方,因此要求一个通信系统传输消息必须可靠与快速,在数字通信系统中可靠与快速往往是一对矛盾。为了解决可靠性,通信系统都采用了差错控制。本文详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实现。-the purpose of communication is to timely and reliable information to be transmitted to the other side, thus
DES
- 测试实现DES加密算法,很简单的东西,请勿见笑-DES encryption algorithm to achieve test, a very simple thing, not a laughing stock
DES
- 实现DES算法,简单,块点,控件不能有密码。-DES algorithm implementation
VVA
- 用VC++实现算法以及各种界面描述,界面简洁,功能齐全。-With vc++ algorithm and various interface descr iption, the interface is simple, complete function.
dictionary
- 简单词典,界面贴图,想深入的话,可以优化查询算法-Simple dictionary interface map, like in-depth, you can optimize the query algorithm
Design-a-polynomial-sum-algorithm
- 设计一个一元多项式相加的算法程序。 两个一元多项式相加的运算规则是:两个多项式中所有指数相同的项,对应系数相加,若和不为0,则生成“和多项式”中的一项;对于所有指数不为相同的项,则分别复制到“和多项式”中去。 -Design a polynomial sum algorithm. Two unary polynomial sum arithmetic rule is: all indices in the same items of the two polynomials, and a
yinhangjiasuanfa
- 操作系统课程设计,银行家算法,实验报告-Curriculum design of the operating system,Banker s algorithm,Experimental report…………
bresenhamMFC
- 基于mfc用bresenham算法画的直线,可以用鼠标拖动,预览直线。-on mfc use bresenham paint line-Based mfc with bresenham algorithm painting a straight line, you can use the mouse to drag the preview straight line.-On mfc use bresenham paint line
Graphics
- 用DDA算法生成任意斜率的直线 用中点算法生成直线段,线型采用点画线型-Using DDA algorithm to generate arbitrary slope of the straight line Production line segment with the midpoint algorithm, linear by linear point
