-
h.263的源码,经过优化可以运行于windows操作系统纸上。效率很高。...
h.263的源码,经过优化可以运行于windows操作系统纸上。效率很高。-source code about video stream specification H.263,which is optimized for windows OS.
- 2022-02-06 16:55:44下载
- 积分:1
-
什么是API--所谓API本来是为C和C++程序员写的。API说来说去,就是一 种函数,他们包含在一个附加名为DLL的动态连接库文件中。...
什么是API--所谓API本来是为C和C++程序员写的。API说来说去,就是一 种函数,他们包含在一个附加名为DLL的动态连接库文件中。-What is API? API is sort for Application Programming Interface. It is not only for C/C++ Programmer, but also for other programming language. Usually, we refer to API as Windows API. Generally, it is encapsulated in a DLL file.
- 2022-04-30 09:48:42下载
- 积分:1
-
vtwatch是看代码非常丰富的程序。
VtWatch is very rich program of watch of code.
- 2022-01-25 15:21:11下载
- 积分:1
-
图形处理用一个简单的直线,圆,矩形等图形处理…
图形显示与处理
简单的对直线,圆,矩形进行平移,缩放,旋转,反转等变换-graphics processing with a simple pair of straight lines, circles, rectangles for translation, scaling, rotation, etc. transform inversion
- 2022-06-18 13:04:13下载
- 积分:1
-
C最cengxusheji
c plus plus cengxusheji
- 2022-03-25 20:19:10下载
- 积分:1
-
功能强大的CPU,开发环境很好,国内用的人不多,希望用过的多交流....
功能强大的CPU,开发环境很好,国内用的人不多,希望用过的多交流.-Powerful CPU, very good development environment, the domestic use of many people, in hope that more exchanges used.
- 2022-07-14 03:20:11下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
图像直方图,均衡化直方图。
图像直方图,均衡化直方图。-image histogram, histogram equalization.
- 2023-08-28 15:05:03下载
- 积分:1
-
显示当前系统中运行的所有窗口的VB源码
显示当前系统中运行的所有窗口的VB源码-Shows the current system, running on all the windows of the VB source code ..................
- 2022-07-27 07:40:47下载
- 积分:1
-
使用 Opengl c + + 的基本形状
这个项目是在 Microsoft Visual c + + 速成版中显示简单的基本形状:
基本形状是三角形、 正方形、 金字塔和五角大楼。它不会有任何键互动......Opengl 图形库,它提供了强大的功能,这是为 begginers,得到的 Opengl 的感觉只是一个简单的程序。
- 2022-04-17 10:05:29下载
- 积分:1