搜索资源列表
DrawTextS
- 利用GDI+编写绘图程序,会比使用传统C++ MFC类绘图更有效率,而且支持透明等效果,使用GDI+的绘图函数编写程序,其语言与C#、JAVA语言及其相识,有帮与代码移植。-prepared using GDI drawing procedures than using traditional C + + MFC class graphics more efficient, but support transparency effects, the use of GDI drawing func
BusyByte
- 使用VC6开发,C++语言编写。充分使用stl特性。 功能:模拟电子器件的功能。 由电子器件引脚的输入波形最快的得出相应的输出波形。并输出一个bmp的波形直观图。-Use VC6 to develop, C++ Languages. Full use of stl characteristics. Functions: the function of analog electronic devices. Electronic devices from the input pin to draw
scrnsave_code
- 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。 本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Soft
seepicture
- 使用C语言编写的图片查看器,对于WINDOWS下的图像编程,很有帮助-Using the C language picture viewer for images under WINDOWS programming and helpful
main
- 这是一个用C语言编写的关于GBA的程序,原创者应该是azhong。本源程序是展示GBA的BG时使用的。-This is a C language program on the GBA, originality should be azhong. The source code is showing the GBA BG use.
gps
- 使用于嵌入式arm linux系统下的一款GPS软件,使用C语言编写-Embedded arm linux using a GPS system software, using C language
SunAndEarth
- 开发工具Visual studio,语言:c/c++,使用OpenGl函数库,编写的一个展示太阳系的程序-use Visual studio develop tool,use c/c++,use OpenGl Library,show the solar
MYTERRAIN2
- 开发工具Visual studio,语言:c/c++,使用OpenGl函数库,编写的一个展示随机地形的程序-use Visual studio develop tool,use c/c++,use OpenGl Library,show the random terrain
MYBOMB
- 开发工具Visual studio,语言:c/c++,使用OpenGl函数库,编写的一个展示方格的程序-use Visual studio develop tool,use c/c++,use OpenGl Library,show the grid
MYFIRE2
- 开发工具Visual studio,语言:c/c++,使用OpenGl函数库,编写的一个展示方形火焰的程序-use Visual studio develop tool,use c/c++,use OpenGl Library,show the fire
mmap2
- 在linux环境下,用c语言编写的关于mmap使用方法的小程序-C language in the linux environment, the applet on the use of mmap
Delaunay三角网生成
- C++语言编写的Delaunay三角网生成,使用了图形界面,在界面中鼠标点击点后,可以自动生成。