搜索资源列表
DDA画直线实验一
- DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
Winform.rar
- 最近在做一个图片查看器,由于使用一般的PctureBox,在性能和缩放控制上都无法满足预期的要求,因此所有组件的呈现均是通过重写控件的OnPaint事件来绘制。在查看gif图片时发现Graphics.DrawImage只呈现第一帧,无法满足预期要求,因此经过摸索寻找到了解决自绘gif的较好办法。,At a recent picture viewer, because of the use of general PctureBox, at performance and zoom control
base64test
- BASE64这种编码挺有意思的,可以把每3个(二进制)字节编码成以ASCII码表示的4个字节。可能会有人觉得奇怪,网页保存为mht格式后,明明只有一个文本文件,可是用浏览器打开后居然还有图片。其实,用记事本打开这些mht文件,可以看到一堆堆的”乱码“,这往往就是BASE64编码后的图片了。由于最近项目用到这个东西,于是去CSDN上下了个BASE64编解码的C++类。因为对效率没有特别的要求,所以只是用小图片试了一下,能用。-BASE64 encoding of this very interes
VCMFCPictureimages
- 功能需求 : 1、可以打开BMP、PCX、TGA、JPEG及GIF图像。 2、打开的图像,用户均能另存为任意一种格式,以实现图像格式的转换。 3、实现图片的放大、缩小,还原。 4、可以对图像进行90度、180度旋转。 5、可以直接调用Windows画图程序打开图片并进行编辑。 6、软件提供“上一张”、“下一张”功能。 7、可以进行全屏幕浏览,并提供“幻灯片播放”的功能,自动显示当前文件夹下的所有图像。 8、在查看图片时,可以选择从当前目录删除该图片,并将其放入系统
1079113201
- 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; -Task: You can enter a maze of any size data, with non-recursive method to derive a path out of the maze, and the path output
font
- 将一首四句的古诗从右到左竖排输出。要求窗口每次接收到WM_PAINT消息时都刷新显示的文本。-Will be a poem of four right-to-left vertical output. Requirements of each window WM_PAINT message received are shown in the text to refresh.
STICA
- STICA算法 Contents: Overview of Program Unpacking the STICA Tar File Computational Requirements Running Program Demonstration Summary of Parameters User Guide Example Output Copyright Contact Information. Acknowledgements-STICA:
draw_prj
- 系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母) -The basic functions of the system requirements: 1, mapping function as a function of a more comprehensive modeling tools, mapping function should be the
2007931622727
- 这个源代码是应一位网友要求发布的.主要功能是演示利用VB进行分析比较两张不同图片之间的差别,如BMP,JPG等,根据像素分析各个图片的不同。支持任意尺寸的图片,但是全屏图片可能会比较慢。好像根据图片屏蔽色来进行比较,本人对这个不是很有研究,希望懂行的给发表一下看法。 -The source code is released in response to a users requirements. Main function is to demonstrate the use of VB to
20051038383514
- 在中小型电力行业系统中,曲线的要求比较严格,虽然网络上面各种曲线控件非常多,但是很多只能提供一段时间的曲线显示或者历史若干个点的显示。比如在一个普通的小型水电站系统中我们会牵涉到许多的点(可能甚至达到400到500多个),一般的电站运行人员或者管理者希望能够对这类点的历史运行状况进行还原(即能够将历史运行的各个点状况进行还原),曲线就是非常重要的一个环节了 -In small and medium power industry system, the curve requirements mor
TeeChart
- 利用TeeChart组件的特点,按照测井曲线显示功能要求,快速实现任意条曲线同坐标轴显示、动态修改曲 线显示参数、屏幕获取数值和任意深度曲线滚动显示功能,使测井数据的显示方式更加直观、灵活,为各类现场采 集软件开发了通用的曲线显示模块。 -TeeChart component is characterized by the use, in accordance with well logs show the functional requirements, quickly reali
SDFGDGSDFG
- 在VB中绘制实时曲线是比较难的,一般要应用第三方控件或是Windows API函数来完成,但是如果你对实时曲线的要求不是很高,只要能表示出当前的一般情况的话,我们可以直接应用VB提供给我们的空间来完成。 -Curve in VB is more difficult to draw real-time, usually to apply third-party controls or the Windows API function to complete, but if you are the
controlrom
- 本项目要求编制一个程序来控制光盘驱动器的开和关,其程序界面如下所示 本项目具体功能要求包括: (1) 通过软件可控制光驱的打开 (2) 通过软件可控制光驱的关闭 (3) 软件可最小化到系统托盘区 (4) 在托盘区显示动画图标(图标样式动态变化) (5) 用鼠标左键双击图标,则弹出主窗 -The project requires the preparation of a program to control the on and off of the CD-ROM dr
Matrix
- 矩阵的各类实现包括矩阵的分解矩阵的求秩求逆等各类运算-Types of implementation of the matrix, including the requirements of the decomposition of the matrix, the matrix rank, inverse, and other types of computing
20135202121542622
- 源码要求为至少5个C或Java源码或其他好源码或编程学习资料,质量越高得到的下载个-Source requirements for at least 5 C or Java source code or programming or other good learning materials, the higher the quality of the download a
huidu
- 图片的灰度处理,采用4种方式进行处理,可以根据自己的要求自行选择- Grayscale image processing, using four kinds of ways to process, you can choose according to their own requirements
mttzj
- 统,要求可以实现订票、退票、查看航班信息、查看已订票的乘客信息等功能-Systems, requirements can be achieved booking, check flight information, view the booking passenger information and other functions
Generation-and-routing-of-maze.tar
- 任意生成一个M*N的矩阵,并根据深度优先算法和广度优先算法寻找一条或多条最短路径,通过图形化的界面标记输出各个节点的坐标。要求迷宫是随机并且是连通的。-Optionally generate an M* N matrix, and to find one or more shortest path first algorithm according to the depth and breadth-first algorithm, through a graphical interface ma
