-
directx9.0 do with a 3D tank game, the most important is adding an advanced phys...
用directx9.0做的一个3D坦克游戏,最主要的地方是加进了先进的物理碰撞检测-directx9.0 do with a 3D tank game, the most important is adding an advanced physics Collision Detection
- 2022-03-24 14:48:39下载
- 积分:1
-
on a project
关于java的一个项目-on a project
- 2023-03-10 22:05:04下载
- 积分:1
-
当当网项目北大青鸟s1项目
当当网项目北大青鸟s1项目-html project
- 2022-01-26 01:07:38下载
- 积分:1
-
c++编程的一些简单例子
c++编程的一些简单例子-some simple examples
- 2022-04-15 21:40:01下载
- 积分:1
-
TMM模拟电磁波在堆膜中传播过程 和场分布,可简易改变参数 作不同体系的透射反射谱图和场分布图...
TMM模拟电磁波在堆膜中传播过程 和场分布,可简易改变参数 作不同体系的透射反射谱图和场分布图-TMM simulation of electromagnetic waves in the spread of membrane reactor process and field distribution can be easy to change the parameters for different systems of transmission reflection spectra and field distribution
- 2023-02-23 02:45:04下载
- 积分:1
-
数字摄影测量系统,主要功能有内定向、相片纠正、后方交会和前方交会、连续像对相对定向和绝对定向、单独像对相对定向和绝对定向、一步法定向。...
数字摄影测量系统,主要功能有内定向、相片纠正、后方交会和前方交会、连续像对相对定向和绝对定向、单独像对相对定向和绝对定向、一步法定向。-Digital photogrammetric system, the main function in orientation, photo correction, resection and intersection in front of a row as the relative orientation and absolute orientation, relative orientation, as a separate and absolute orientation, one-step orientation.
- 2022-07-01 08:13:18下载
- 积分:1
-
VC++ 虚拟设备驱动VXD示例编写源代码
VC++ 编写虚拟设备驱动的源代码,VXD实例程序,如虚拟键盘驱动程序(vkd),虚拟鼠标驱动程序(vmd)等等。源码包包括有多种虚拟设备的驱动程序源码,对学习此类相关的VC++源码相当有参考价值。
- 2023-02-02 19:10:04下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
估计模型阶次的很有效的方法,调试通过,没有任何问题。
估计模型阶次的很有效的方法,调试通过,没有任何问题。-Estimated model order is very effective way to debug is passed, there is no problem.
- 2022-03-20 22:02:55下载
- 积分:1
-
这段贪吃蛇代码是用C写的,注释都详细地加上了,大家看看吧...
这段贪吃蛇代码是用C写的,注释都详细地加上了,大家看看吧-Snake this code is written in C, comments are added in detail, we take a look at bar
- 2023-07-08 20:40:03下载
- 积分:1