Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - CALL
Search - CALL - List
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access to the choice of colors : if (ColorDialog1- gt; Execute ()) Image1- gt; Canvas- gt; Pen-gt; Color = ColorDialog1- gt; Color 5, the preparation of OnImage1MouseUp Image1, call for : a) If the first odd number of pop-up mouse button, then choose rgDrawWhat the record straight section or an endpoint Center coordinates; 2) If the firs
Date : 2025-12-25 Size : 570kb User : 朱磊

这是一个支持VGA320*200*256C的小开发包,里含头文件vmode.h--用于调用此模式(0x13)的支持 vdraw.h--用于基本绘图操作的支持 chput.h--用于汉字及E文在图形方式下的显示支持 window.h--用于创建基本窗口控件的支持.Deam.c--演示程序的代码 hzk16--16*16的点阵汉字字库.-This is a support VGA320* 200* Male small development kits, said to contain the header files vmode.h--used to call this model (are) the support vdraw.h--Mapping for basic operating support chput.h--used Chinese characters and E text in graphic mode the show support window.h--used to create the basic window controls support. Deam.c--demo program code hzk16-- 16* 16 Chinese character dot-matrix.
Date : 2025-12-25 Size : 9kb User : 董凯

PSP上的2D开发库 JGE++ 簡介: PSP上有一個獨立的GPU, 在我們編寫遊戲時, 要是能把有關圖像處理的工作都交給GPU做, 就可以減輕主處理器的很多負擔, 令整體程序的運作, 得到數倍的提升! JGE++ (Jas Game Engine) 就是一個利用GU 庫寫成的2D遊戲引擎, GU庫的原本用途是用作編寫3D遊戲, 我們把它應用在2D遊戲上, 就可以享用硬件加速所帶來的種種好處, 例如運行速度的提升, 混色/半透明色效果, 圖像放大縮小和旋轉等! JGE++ 基本上可以說是一個跨平台遊戲引擎, 寫好的遊戲, 可分別編譯成WINDOWS版和PSP版. JGE++ 在WINDOWS上是用了一個叫HGE 的遊戲引擎 (需要DIRECTX8.0以上) 作為根基. 而PSP版則依然要安裝了PSPSDK才可以編譯. 利用JGE++寫遊戲的好處, 是我們大部份時間可以在WINDOWS上測試和除蟲, 用VC++ 的除蟲功能, 如BREAK POINTS, 可要比在PSP上除蟲方便 n 倍哦! 讨论区: http://bbs.pspchina.net/thread.php?fid=39-PSP 2D development libraries JGE Profile : PSP is an independent GPU, in our game preparation, if any, can the image processing to the GPU work done on the main processor can alleviate the burden of many, so that the overall process works to be several times higher than the upgrade! JGE ( Jas Game Engine) is a library written using the GU 2D game engine, GU for the original purpose to be used for the preparation of 3D games, we have applied it in 2D games, we can have access to hardware acceleration of the benefits, such as running speed, blending/translucent color effects , image zooming and rotating! JGE be said that it is a cross-platform game engine, the game finished, they can build into Windows version and the PSP. WINDOWS on the JGE is the 1st time a call of the game engine (need
Date : 2025-12-25 Size : 58kb User : zb

算术编码的应用实例matlab版本 1.可以对字符进行算术编码 2.开头不必制定字符串的大小 3.编码精度高,达到小数点8位以上 4.以函数的形式给出,易于调用和移值实现 5.显示界面人机交互较出色 -arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the beginning develop the size of strings 3. Coding accuracy, reaching more than eight decimal point four. to function in the form given, easy to call and shifts to achieve 5. HCI interface shows more successful
Date : 2025-12-25 Size : 1kb User : 方周

分水岭算法的函数,使用时需要调用。用vc++编写,算法较复杂-watershed algorithm functions, use need to call. Vc used to prepare, more complex algorithm
Date : 2025-12-25 Size : 2kb User : 神秘

一个用MFC调用D3D的例子 茶壶的旋转 只不过没有给他贴图-a call with MFC Motion example teapot rotation not only to his map
Date : 2025-12-25 Size : 508kb User : hm

2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare another round painting line and the function of a computer vision laboratory experiment.
Date : 2025-12-25 Size : 98kb User :

自己编写的在vb中调用AutoCAD的动态库.常用的文件\块编辑等操作-I have written in vb call AutoCAD dynamic library. Commonly used file operations such as block editing
Date : 2025-12-25 Size : 358kb User : wangwei

DL : 0
Registering and Loading Customised CUI files automatically in AutoCAD 2006 在AutoCAD2006中通过COM方式调用加载用户自定义菜单cui-Registering and Loading Customised CUI files automatically in AutoCAD 2006 in AutoCAD2006 way through COM call to load user-defined menu cui
Date : 2025-12-25 Size : 13kb User :

DL : 1
计算Gabor滤波器函数. Gabor1.m:4个方向的Gabo滤波器模板的图像显示. Gabor2.m:4个方向的Gabor滤波器对lena进行滤波的顶层调用模块. gabor.m:绘制一个Gabor滤波器的空域和频域函数图. compute.m:计算Gabor滤波器函数(要被上面3个模块调用,这3个模块彼此独立)-Gabor filter function calculation. Gabor1.m: 4 directions Gabo filter template image display. Gabor2.m: 4 directions of the Gabor filter for filtering lena call top-level module. Gabor.m: Drawing of a Gabor filter browser s airspace and frequency domain function Fig. compute.m: Calculation of Gabor filter function (to be above three modules call, this three modules independent of each other)
Date : 2025-12-25 Size : 1kb User : 赵立桐

可以生成VIRONOI图的程序,有一个函数库供调用-Can generate VIRONOI plans for the library has a function call
Date : 2025-12-25 Size : 67kb User : lhc

VC 调用AUTCAD 画一根直线的源码。-VC call to draw a straight line AUTCAD source.
Date : 2025-12-25 Size : 90kb User : 张俊姣

DL : 0
在其他人基础上,改进的可以计算128*128个分离傅立叶变换的程序,可以调用txt文件。-In others, based on improvements can be calculated separation of 128* 128 Fourier transform procedure, you can call the txt file.
Date : 2025-12-25 Size : 639kb User : 扶摇金德

pdf417 D语言源码,包括编码解码,解码有一定抗扫描性,封装后的dll可很方便地在其他开发语言中调用。-pdf417 D language source code, including coding, decoding of a certain anti-scanning, after the dll package can be easily developed in other languages call.
Date : 2025-12-25 Size : 261kb User : caobin

Main function is: water.m When you call water.m it will ask which image you will watermark. blockdwt2.m - Adds the watermark logo in Wavelet domain. dmg.m - Generates watermark logo. watdet3.m - You can check the logo with that function.-Main function is: water.m When you call water.m it will ask which image you will watermark. blockdwt2.m- Adds the watermark logo in Wavelet domain. dmg.m- Generates watermark logo. watdet3.m- You can check the logo with that function.
Date : 2025-12-25 Size : 838kb User : ragada

是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA method, bresenham method, midpoint method, rendering the mid-point circle and ellipse algorithms, scan line seed fill algorithm. N sub Bezier curve drawing, and his translation rotation and scaling transformations. Also call the color dialog box, etc., methods of operation to help in together with a. In addition, with a written statement, suitable for beginners to write their own step by step procedures.
Date : 2025-12-25 Size : 5.21mb User : 隗平

一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan conversion algorithm and region filling algorithm
Date : 2025-12-25 Size : 124kb User : Jack

DL : 0
本人第一次接触VC++,编辑了一个简单的调用对话框画直线的程序,还请各位同仁多多支持。-My first contact with the VC++, compiled a simple line drawing of the procedure call to the dialog box, please also colleagues lot of support.
Date : 2025-12-25 Size : 1.87mb User : xie

不调用API,用C++自己画圆和直线,并对图形进行绘画-Do not call the API, using C++ and line their own circle, and drawing graphics
Date : 2025-12-25 Size : 1kb User :

本程序实现图像读取,并能实现各种特效,可以调用windows ‘画图’程序,对于初学者非常有用-The procedure for image reading, and can achieve a variety of special effects, you can call the windows ' drawing' program, useful for beginners
Date : 2025-12-25 Size : 6.95mb User : seasun
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.