-
COMPUTER_GRAPHICS
本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中(this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generation ,three times spline curve and so on),source code and executable
files are all included in the compressed
file。 )
- 2020-11-24 16:19:32下载
- 积分:1
-
secoemxnded__effects
Strongly recommended, a similar VC++ interface design procedures, this interface has become a system standard, but also has a variety of window effects!
- 2018-11-30 22:48:00下载
- 积分:1
-
VS版虚拟打印机ImagePrinter
原来的Image Printer 是dev-c++上开发的,这个版本是移植到vs上来的,可以做更多的拓展和应用。同时将库替换为png开源库。。。。。
- 2023-08-10 04:05:09下载
- 积分:1
-
HGMOnLineMoviesWeb
视频播放网站,功能完善。界面精美,有需要的欢迎下载(Video playback site, perfect function. Beautiful interface, there is a need to welcome the download)
- 2017-09-05 14:05:47下载
- 积分:1
-
题三:超声速静压探针设计程序
说明: 超声速静压探针程序,采用有旋特征线法求解旋成体绕流流场,能给出任意马赫数下的壁面沿程压力分布情况,给出壁面静压恢复到自由来流静压的位置;(Supersonic hydrostatic probe program)
- 2020-06-23 11:40:02下载
- 积分:1
-
21pointMFC
21点游戏 sln vc++6.0打不开 用vs才行 下下来看看吧()
- 2013-12-27 15:49:53下载
- 积分:1
-
backwardforward
backwardfoeward load flow for distribution network
- 2014-02-14 00:30:57下载
- 积分:1
-
C# 清除IE地址栏中的历史网址(修改注册表)
C# 清除IE地址栏中的历史网址,也就是历史记录,这些记录都是平时自己输入的,IE会自动保存,本程序会把保存的这些网址信息全部删除了,主要是删除注册表中对应键值下的URL子键:
RegistryKey rkBase = Registry.CurrentUser;//定位到CurrentUser注册表项
//打开指定的注册表项
RegistryKey rkChild = rkBase.OpenSubKey(@"SoftwareMicrosoftInternet ExplorerTypedURLs",true);
String[] strValueNames = rkChild.GetValueNames();//获取所有的历史网址
foreach (string strItem in strValueNames)//遍历获取到的历史网址
{
rkChild.DeleteValue(strItem);//删除遍历到的历史网址
}
- 2022-11-06 13:05:04下载
- 积分:1
-
Memory_2005
介绍了关于memory的相关函数,对于大多数程序员有很大帮助,希望大家多多使用(the information about memory)
- 2013-10-11 11:26:50下载
- 积分:1
-
CPPrule
一本详细介绍有关C++编程范式的书,感觉不错分享给大家(A book written C++ programming paradigm, feeling good)
- 2015-06-21 00:54:19下载
- 积分:1