搜索资源列表
huahua
- 逆波兰式的求解,输入表达式,然后转化成逆波兰式,当输入字母的值,可求出表达式的值.-inverse Polish Solution, the importation of expression, and then into reverse Polish, when the value of imported alphabet, can be derived the value of the expression.
haha.ZIP
- 把屏幕倒过来(rotate180度),绝妙的程序,效果不错,你不妨下载看看吧.-put screens reverse (rotate180 degrees), the marvelous procedures, the effect is true, you may wish to download and watch it.
mcsgyview.rar
- 多道地震数据显示软件。 可以正向反向打开微机格式的SGY格式文件,进行彩色显示!!! 二进制文件也可以打开并显示!! 标注比例50,100,150,200分别可以改变显示的颜色!!!,Multi-channel seismic data display software. Can open the computer are the reverse SGY file format for color display! ! ! Binary file can be opened a
picxechange
- 图片变化 反转 显示 能够实现图片翻转 最终实现图片美化-Pictures shown to reverse the changes and ultimately achieve image rotation picture
Dialogbox_displayed_the_form_background_mageDlgUse
- 在对话框窗体里显示背景图片VC实现 在对话框窗体里显示背景图片VC实现,一般我们可以选择两种方法:一种是使用图片控件,在WM_PAINT消息中绘图,本方法使用起来较简单,不过功能一般,不容易对图片进行控制;另一种方法是在WM_PAINT中绘图,本方法虽然复杂些,但可以做很多特殊处理如图片拉伸、图片反转等。要进一步了解具体的实现方法请下载本源代码 -In the dialog box displays a form where the background picture VC to ac