搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
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
mfcsaver_src
- Customized Screen Saver program with MFC.
ADMixer_Volume
- 可调节电脑音量程序,界面采用VC,可滑动调节-Adjustable volume computer program, interface with VC, sliding adjustment
wordtest
- Microsoft WORD在VC程序中的调用,里面包含很多处理的方法,希望有帮助-Microsoft WORD call in the VC program, which contains a lot of ways to deal with, hope to help
Windows2V
- 用C++程序实现二维线性变换,拉长,顺时针与逆时针旋转。-With C++ program to achieve the two-dimensional linear transformation, lengthen, clockwise and counterclockwise rotation.
BPSK
- BPSK the modulation and demodulation, with the main program in C
gen_passwords
- A little program that generates random passwords. run make to compile it. then run it with 2 arguments: first is the length of the passwords and second is the number of wanted passwords.
body10
- Program for tracking human body with kinetic sensor.
Simple-Notes
- 程序做出了一个具有简单功能的记事本,可以打开,编辑,存储等。-Program has made a notepad with a simple function, you can open, edit, store and so on.
topography_correlation
- 物探地改的相应程序,非常实用,用扇型域求解地形的影响。-Geophysical land reform program accordingly, very practical, solving terrain with fan domain.
WinMain
- 这是北京维新培训用的窗口控制程序,亲手调试成功。-This is Beijing Restoration training program with the window control, personally debugging success.
VB-ok
- 这是一个强大的串口收发程序,具有一键发送数据,清楚,HEX转换功能。-This is a powerful program serial transceivers, with a key to send data, clear, HEX conversion.
photography
- MFC编写的摄影测量学航空摄影航带设计程序,计算航摄基线长度,计算曝光时间,根据航带设计要求,计算摄站点坐标-MFC prepared photogrammetry aerial photography with aircraft design program that calculates aerial baseline length, exposure time is calculated according to aircraft with the design requirements,
BackWardSection
- MFC编写的摄影测量学空间后方交会程序,计算六个外方位元素,输出过程与外方位元素结果,保存至文本文件。- MFC prepared photogrammetry space resection program calculates six exterior orientation parameters, output process with external orientation elements result, saved to a text file.