-
Image-Process-and-OpenGL
计算机图形学理论与OpenGL编程实践_0(OpenGL Programming Computer Graphics Theory and Practice _0)
- 2020-11-22 22:49:35下载
- 积分:1
-
SkinningSample_4_0
XNA读取fbx模型的示例,能够播放骨骼蒙皮动画(Example XNA read fbx model, capable of playing skinned animation)
- 2014-10-07 00:36:48下载
- 积分:1
-
prt
实现对Win7x64上的指定进程号的进程的驱动保护,使其不被任务管理器结束掉(To achieve the specified process ID Win7x64 processes drive protection, so as not to end off by the task manager)
- 2013-10-11 10:05:15下载
- 积分:1
-
C# 判断WPF页面是否运行在浏览器环境下
C# 判断WPF页面是否运行在浏览器环境下,还可以使用BrowserInteropHelper.Source属性进行深入检测,具体的实现代码如下:
private void Page_Loaded(object sender, RoutedEventArgs e)
{//判断WPF页面是否运行在浏览器环境下
string MyInfo = "";
if (System.Windows.Interop.BrowserInteropHelper.IsBrowserHosted)
{//还可以使用BrowserInteropHelper.Source属性进行深入检测
MyInfo = "当前WPF页面是运行在浏览器环境下!";
}
else
{
MyInfo = "当前WPF页面不是运行在浏览器环境下!";
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButton.OK);
}
- 2022-03-22 08:29:15下载
- 积分:1
-
helloword
“Hello, world"程序是指在计算机屏幕上输出“Hello,world”这行字符串的计算机程序,“hello, world”的中文意思是“世界,你好”。这个例程在Brian Kernighan 和Dennis M. Ritchie合著的《The C Programme Language》使用而广泛流行。因为它的简洁,实用,并包含了一个该版本的C程序首次出现在1974年Brian Kernighan所撰写的《Programming in C: A Tutorial》
1
printf("hello, world
");
- 2023-07-09 18:50:03下载
- 积分:1
-
efotoSource
摄影测量的一个开源代码,内部含有后方交会、前方交会、相对定向、立体量测、像点匹配等功能源代码。(An Photogrametry open source project, including intersection, relative oriention, stereo measure, image matching source code.)
- 2016-10-04 18:16:47下载
- 积分:1
-
任何年印刷Calandar发电机源代码的一个完整的日历
#包括
- 2022-06-17 22:41:27下载
- 积分:1
-
bjeadth-command
Exercise_editor Edit the shortcut key
- 2018-11-26 00:31:58下载
- 积分:1
-
matlab-command
matlab命令,方便初级使用者查询命令(matlab command to facilitate the initial user query command)
- 2011-06-20 16:43:42下载
- 积分:1
-
CXML
对XML文档解析库tinyxml的再次封装,更加方便xml文档的解析与修改。(Library for parsing XML documents tinyxml the package again, more convenient xml document parsing and modification.)
- 2013-09-17 14:15:31下载
- 积分:1