-
.net win8 风格
.net win8 风格 画面精致,适合.net希望界面美观的程序员(Suitable for. net programmers who want beautiful interface)
- 2020-06-22 08:00:01下载
- 积分:1
-
在VC++环境下完全使用API实现的俄罗斯方块
在VC++环境下完全使用API实现的俄罗斯方块-VC++ API implementation of the Tetris
- 2022-10-18 15:15:03下载
- 积分:1
-
俄罗斯方块源程序
玩过俄罗斯方块的,都知道
俄罗斯方块源程序
玩过俄罗斯方块的,都知道-Russian box source played the Russian box, we would have known
- 2022-04-10 10:48:24下载
- 积分:1
-
DTNSim
说明: The One 模拟器的主程序class文件(The main program class file of the one simulator)
- 2019-11-23 12:16:35下载
- 积分:1
-
pv
说明: 光伏电池仿真,光伏电池模型建立,最大功率跟踪控制,蓄电池充放电控制(Photovoltaic cell simulation, photovoltaic cell model, maximum power tracking control, battery charge and discharge control)
- 2017-02-13 09:47:18下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
PowerMILL自动出程式单
说明: 自动出程序单介绍,详细说明了出powermill网页版程序单的参数设置(Introduction of PowerMILL automatic program list
Introduction of PowerMILL automatic program list)
- 2019-01-19 12:46:19下载
- 积分:1
-
图片遮罩层动画特效
一款使用纯CSS3制作的鼠标滑过图片遮罩层动画特效(A special animation effect using a pure CSS3 mouse to slide over the image mask layer)
- 2019-02-13 11:12:13下载
- 积分:1
-
vc环境下对pro/engineer 进行二次开发的小例子。示例演示了对话框的开发方法。...
vc环境下对pro/engineer 进行二次开发的小例子。示例演示了对话框的开发方法。-vc environment on the pro/engineer to carry out the secondary development of small examples. Examples demonstrate the development of methods of dialog.
- 2022-11-23 07:00:03下载
- 积分:1
-
glmark2
说明: glmark2 测试对象是NVIDIA drive板子。
发现这个跑分软件对于强大的NVIDIA板子而言,没有占用太多资源。(Glmark2 is a popular open source GPU benchmarking tool with OpenGL2 2.0 and OpenGLES 2.0 support, available for Linux and Android platform.
It is developed with a goal of easy and effective GPU benchmarking for ARM hardware in embedded systems by the Linaro team.
Glmark2 binary packages are available in official Ubuntu repository, but not available in Debian repository, so we have to compile and install latest glmark2 form its git repository.)
- 2019-11-11 09:39:21下载
- 积分:1