搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
编译原理实验_课程设2005
- 本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展-this program is the role of TEST language lexical analysis. 2, double-click operation input file name,
文本框
- 这是我又一个编程,通过它,你可以详细了解c++builder的使用 初学,请大家指教 -This is a program I have, through it, you can c builder detailed understanding of the use of learning, Please enlighten
A24point
- 一个用C语言编写的小程序,玩过“速算24点”的朋友一定知道这是一个考验快速口算能力的小游戏,但其中包含了统筹思想,该程序是由用户输入4个数字,计算机程序计算出该四个数字通过加减乘除四则运算得到结果为24的一种算法。小巧实用,运行于DOS环境,有密码,密码为在下的名字汉语拼音(全部小写)。 -a C language prepared by the small programs and played "quick count 24 points," friends will k
bresenhamcircle
- 这是个C++的图形学划线的演示程序,总结了C++编程的思想,是初学者很好的典范。-This is a C graphics crossed the demo program, summed up the thinking of the C programming is a good model for beginners.
cfhs
- 惩罚函数法C语言相关程序,运用了黄金分隔法,鲍威尔法-Penalty function method C language program related, using a gold space method, Powell method
MouseOperator
- 本程序用C语言实现对鼠标事件及键盘事件的响应方法,希望初学者可以参考-Implementation of this program with C-mouse event and keyboard events on the response, in the hope beginners can refer to
WINDOWS_Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principles and MFC MFC AppWizard
Windows2V
- 用C++程序实现二维线性变换,拉长,顺时针与逆时针旋转。-With C++ program to achieve the two-dimensional linear transformation, lengthen, clockwise and counterclockwise rotation.
siaoyuandaoyou
- 此文件是利用C语言编写的一个校园导航系统的图形界面总体大框程序,其它分部程序接下来会上传。-This file is the overall big box of the graphical interface program, a campus navigation system using C language and other Division program will upload next.
BPSK
- BPSK the modulation and demodulation, with the main program in C
MFCyingyongkuangjia
- 基于MFC技术 根据C++进行编程,用来实现MFC程序的基本框架-MFC-based technology based on C++ programming, the basic framework of the MFC program
Simple-calc
- 一个基础的+,-,*,/整数运算计算器,自己开始学C语言时写的第一个windows程序。-A basis+,-,*,/integer arithmetic calculator, when he started to learn the C language to write a windows program.
week1
- 对于c语言的编程,是初学者的一些应该学习的部分,本文件是对于一个界面的格式的编写程序-Beginners should learn c language programming, this document is an interface format program
editcontrol_box
- C++语言,基于MFC图形界面的程序。能实现在文本编辑框中输入内容,该内容同步显示到静态文本框中。代码风格清晰易懂,适合初学者学习。-C++ language, MFC-based graphical interface program. Can achieve in the text edit box, enter the content, synchronized display to a static text box. Code is clear and understandable s
kodas
- codes for c program development
Poiseuille-Flow
- Poiseuille Flow C++程序源代码,采用D2Q9模型,程序完美运行,运行结果可以看出Poiseuille Flow 的基本特性。-Poiseuille Flow C++ program source code, using D2Q9 model, the program perfectly, the results can be seen that the basic characteristics of the Poiseuille Flow.
MATRIX-PROGRAM
- simple matrix program for c-simple matrix program for c++
MATRIKS-KEL-4
- matrix program for c-matrix program for c++
matriks-tambah
- add matrix program for c-add matrix program for c++
