-
DirectX已经改变了不少,多年来与新的DirectX 9提供了一些…
DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manipulations. But one big change is the addition of a managed DirectX so that you can create applications using a .Net language and still tie into DirectX. This is without having to work around a COM Interoperability issue. DirectX9 directly supports managed code and makes life for the DirectX/C# developer much simpler in the long run. The Managed DirectX classes include a DirectDraw set of classes to use for 2D manipulation. This 2D interface is not a new version of DirectDraw - it is a wrapper to get to the DirectDraw7 interface. This is good for a lot of developers that still want to do 2D games and also want to use a .NET language.-DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manip
- 2022-03-16 18:03:38下载
- 积分:1
-
计算机组成原理动画演示系统(.swf文件)
计算机组成原理动画演示系统(.swf文件)-Computer Animation Demo System (. Swf files)
- 2022-12-24 11:15:03下载
- 积分:1
-
与麦克风录音程序,虽然有很多在这个编程上的…
这个是一个用MIC的录音程序,虽然晚上有很多介绍这方面编程的文章,不过这个是我总结众家特长加自己的心血总结出来的,希望对大家有点帮助.-with MIC recording procedures, although there are many at this programming on the article, but this is my summing up of many other specialty increase their efforts summed up, and I hope to help you a bit.
- 2022-03-22 22:32:33下载
- 积分:1
-
多运动目标跟踪
跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果,需要调整参数,一起互相学习吧
- 2023-03-09 23:15:04下载
- 积分:1
-
这是一个很好用的录制视频的软件。可以进行实时录制游戏视频,该软件可以将录制的画面转换成AVI等多格式...
这是一个很好用的录制视频的软件。可以进行实时录制游戏视频,该软件可以将录制的画面转换成AVI等多格式-This is a very good use of video recording software. Games can be recorded in real-time video, the software can record the screen into AVI format, such as many
- 2022-06-01 09:43:43下载
- 积分:1
-
C++ 音乐播放器 支持歌词同步显示
VC++ Mp3音乐播放器(支持歌词同步显示).rar
- 2022-05-05 14:07:58下载
- 积分:1
-
数学实例
应用背景程序计算多边形面积。圆通过三点关键技术程序给所有三角形的细节了双方的长度
- 2023-06-29 08:05:05下载
- 积分:1
-
粒子群优化算法是一种基于种群的随机优化算法…
Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.)
This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
- 2023-03-03 01:30:04下载
- 积分:1
-
一个很好的demo做视频开发的例子,演示了如何获取摄像头的视频数据。...
一个很好的demo做视频开发的例子,演示了如何获取摄像头的视频数据。-A good example of the development of demo to do video to demonstrate how to obtain the camera video data.
- 2022-05-12 13:09:09下载
- 积分:1
-
YUV浏览器的源代码
YUV viewer source code
- 2022-02-10 09:13:08下载
- 积分:1