搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
HisUpdateDown
- 详见DOC下的说明文件,但作了部分改动。注意不要删除backup和update这两个目录。另外mzsf这个目录要上传到服务器端。-see the note, but made some changes. Take care not to delete the backup and update the two directories. Mzsf addition to the directory server to upload.
校园在线考试与管理
- 一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如函数计算器、界面换肤、婚纱图片、控制计时、3D动画、鼠标右键、“作弊”设置等功能),大大增添游戏的趣味性! > 5.游戏过程真人原声支持 > 6.支持乘方,支持不同的计时方案,支持游戏目标值(如24)与选牌在100以内自然数的自定义。 > 7.
AAAControl
- 为了更好地学习VB.NET,本人在学习过程中,试着制作了AAAControl控件。 本控件文件包含TextBox和ComboBox两个控件,是VS.NET2003标准TextBox和ComboBox控件的替代,主要用在各信息管理系统中,使用它可以可以更好得控制TextBox和ComboBox的输入。-order to better learn VB.NET, I was in the process of learning. try produced AAAControl control
daskld
- 展颇为有趣,C语言是借助UNIX操作系统的翅膀而起飞的,UNIX操作系统也由于C而得以快速移植落地生根,两者相辅相承,成就了软件史上-exhibition rather interesting, C language is the use of the UNIX operating system wings and take off. UNIX and C due to the rapid transplant roots, the two complement each other achie
多媒体教室中午锁门的通知
- 实现复杂场景的剪裁.功能1:对场景进行分析 公共能2,对场景进行分割,功能,对场景进行三季稻法技术圣诞节法觉得十分 -complex scenes tailoring. Function 1 : Scene of the public can analyze two, the scene segmentation, functions, the scene for three quarters of rice technique Christmas feel very France
数字信道仿真
- 数字信道仿真,认真复习数据链路层内容,熟悉编程语言C、C++和WINDOWS程序设计技术(查阅参考书); 开发工具:VC6.0 或其它; 程序示例: 理想信道的《发送端程序》和《接收端程序》(含源码VC6.0); ARQ基本协议1:_引入检错和应答帧 ARQ基本协议2:_引入超时计时器 ARQ基本协议3:_引入数据帧携带发送序号0~1 ARQ基本协议4:_引入确认帧携带发送序号0~1 ARQ基本协议5:_引入应答帧含有校验码 ARQ基本协议6:_引入数据帧和确认帧含有发送序号0~7,Ws=1,W
MFC-Program
- MFC编程,将记事本里面重复的内容去除,如两行重复文字变成一行文字-MFC programming, Notepad, which will remove duplicate content, such as two lines of text into a line of text repeated
ddfdf
- 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合"单词"定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程-here to start the definition of PASCAL language subset of the source
平面编辑框
- 最新的流行的用户界面从三维又回到了二维平面,本程序介绍如何实现平面外观的编辑框-the latest popular user interface from the 3D back to the two-dimensional plane, the procedures on how to achieve the appearance of the graphic editing Box
TFoatEditcontrol
- System will automatically delete the directory of debug and release, so please do not put files on these two directory.
MDI
- 用winform做的简单的两个窗口图片的相互move和copy-Winform to do with the simple picture of two windows each move and copy
WINDOWS_Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principles and MFC MFC AppWizard
ckfinder_v2
- ckfinder破解优化版 1)去除demo版的限制,去掉两处水印已经不能移动文件的限制 2)修正提示框在ie8下过长,已经提示框关闭按钮错位的问题 3)去除了无用的帮助文件和不常用到的语言文件-ckfinder crack optimized version 1) remove the demo version of the restrictions, remove the two watermarks have been unable to move files limit
AutoCompleteTextBox
- This article is an elementary tutorial that shows you how you can have auto-completing combo-boxes in your Managed C++ programs. Of course it wouldn t be much of a difficulty to convert the code straight to C# or VB .NET. The technique described in t
Windows2V
- 用C++程序实现二维线性变换,拉长,顺时针与逆时针旋转。-With C++ program to achieve the two-dimensional linear transformation, lengthen, clockwise and counterclockwise rotation.
ScrollBar
- 在编辑框控件支持下实现两个编辑框滚动条联动-In the edit box control supports two edit box scroll bar linkage
chinaenglish
- 解决中文一个字占二个字节,一个英文占一个字节,如果混合录入,不能精确计算,截取长度的问题-Solve the Chinese word account of two bytes, English occupies a byte, mixed entry can not be accurately calculated, interception length
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
queen
- 用枚举法解八皇后问题, 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Use enumeration method solution eight queen, in 8 x8 lattice chess put on eight queen, to make it can t attack each other, i.e., any two queen cannot in the same column with
