-
一个很酷的Flahs图片管理源码,效果简洁清新,且实现了分类管理功能。...
一个很酷的Flahs图片管理源码,效果简洁清新,且实现了分类管理功能。-A cool picture Flahs management source, the effect of simple fresh, and realize the classification of management functions.
- 2022-10-26 20:10:03下载
- 积分:1
-
运用B+数算法,实现树性存储,探索ntfs的存储算法
运用B+数算法,实现树性存储,探索ntfs的存储算法-use several algorithms to achieve sexual storage tree, explore ntfs storage algorithm
- 2022-03-25 11:03:57下载
- 积分:1
-
异步串口通讯类,做为学习windows API的经理入门作品
异步串口通讯类,做为学习windows API的经理入门作品-Asynchronous serial communication class, as the all-windows API" s manager of entry-works
- 2023-02-09 15:10:03下载
- 积分:1
-
一个比较好和干净的process killer VC++ 例子
一个比较好和干净的process killer VC++ 例子-A relatively good and clean process killer VC++ Example
- 2022-05-27 04:25:33下载
- 积分:1
-
CV图像处理,用于bmp格式的图像处理,可以进行点操作 变化等等。...
CV图像处理,用于bmp格式的图像处理,可以进行点操作 变化等等。-CV image processing, bmp format for the image processing, can point operational changes and so on.
- 2022-03-22 04:44:09下载
- 积分:1
-
Turbo C 201e版本公司拓林思软件包,Borland
Turbo C 201E 版本
拓林思软件有限公司包装,Borland公司产品,在原来Turbo C 2.0 基础上增加了新的功能,
-Turbo C 201E version Ltd Turbolinux software package, Borland
- 2023-06-15 19:25:15下载
- 积分:1
-
a simply programme of caculator,it is able to do add sub mutiply dive operator
a simply programme of caculator,it is able to do add sub mutiply dive operator-simply a program of caculator. it is able to do add sub mutiply dive operator
- 2022-02-04 19:27:07下载
- 积分:1
-
PopCap Games Framework Version 1.3 Changes
General
* Removed support...
popcapframework1.3版,这是著名的PopCap游戏公司,不知道的话,祖玛应该知道吧,这些游戏都是用这个框架开发的,现在PopCap将它开源了!-PopCap Games Framework Version 1.3 Changes
General
* Removed support for Visual Studio/Visual C++ 6. If you use these versions, you will need to update your project files manually.
o Note: you can download Visual Studio 2005 Express edition for free from Microsoft (http://msdn.microsoft.com/vstudio/express/)
* PAKfile support- See docs/Pak Resource File Support.doc
* Added support for wide displays and for windowed emulation of wide displays.
* Some wide string/localization related changes to strings/chars: Use the WideString.vcproj projects for widestring support
* Added support to draw anti-aliased lines/polygons.
* Cached WAV files are "encrypted" (weakly) to prevent the easy copying of sound resources.
* All demos were made to be widestring compatible and we added corresponding widestring projects. std::string has been replaced with SexyString, c
- 2023-04-24 21:25:04下载
- 积分:1
-
Windows编程-OpenGL
这是一个使一个彩色三角形在一个黑色的窗口内以单位速度旋转的程序,采用c++编写Windows的程序。
三角形三个角的颜色为(255,0,0)红,(0,255,0)绿,(0,0,255)蓝
按照RGB配色方案画的三角形
- 2022-06-02 18:40:42下载
- 积分:1
-
Source code of format disk.
磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方面,它要求编程尽量简单,不要涉及中断、端口读写、物理扇区存取、VXD、WDM驱动程序等复杂细节,只要能实现格式化即可,代码越简单越好,最好是只调用一个函数即可实现。-Source code of format disk.
- 2022-07-13 06:38:27下载
- 积分:1