-
CALL
matlab transformed to C++. Eigenvalue
- 2013-04-04 12:44:19下载
- 积分:1
-
qcd
linux环境下的qcd编程资料是培训的内部资料适合新手学习(Linux environment shell programming which is belonged to the internal training materials, the novice can be used to study
)
- 2014-07-19 13:39:58下载
- 积分:1
-
tve__Saskmgr
taskmgr就是任务管理器的源码也许好多人都有了(Taskmgr is the source code for the task manager. Maybe a lot of people have it.)
- 2019-05-26 00:04:45下载
- 积分: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
-
day
openGl大作业,包含光源,移动物体,简易动画,纹理场,建筑等。(openGl large operations, including light, moving objects, simple animation, texture field, construction and so on.)
- 2020-09-13 13:47:58下载
- 积分:1
-
NfcHAL_SDKv22_Setup_227122
PN512 PC机源代码库文件,读卡模式,P2P通讯模式,卡模拟模式(PN512 souce code for libarary, reader writer mode, p2p communication mode, and card simulate mode)
- 2015-08-17 14:59:08下载
- 积分:1
-
Hand-OpenGL
虚拟手术人机交互代码,基于OpenGL开发(Virtual Surgery HCI code, based on the OpenGL development)
- 2008-07-18 21:07:51下载
- 积分:1
-
phayeexecutivevertical
这是一个桌面共享的软件,其中包括服务器与客户端源代码,()
- 2018-04-26 14:27:59下载
- 积分:1
-
凸包
实现了读入二维数据点,进行凸包计算,得到凸包边界点的结果,输出到文本文件中。(It reads in two-dimensional data points, calculates convex hull, gets the results of convex hull boundary points, and outputs them to text files.)
- 2020-06-23 14:40:02下载
- 积分:1
-
高级编程技术
Borland C++ Builder高级编程技术-senior programming technology
- 2022-07-10 10:42:23下载
- 积分:1