-
xiangpijin
计算图像的质心,用图像的算发进行操作。这样可以有效的算出图像的质心(The centroid of the calculated image, with an image of the operator hair operation. This can effectively calculating the image centroid)
- 2013-04-04 21:48:37下载
- 积分:1
-
simpleproxy
一个简单的代理服务器的编程方法,控制台的程序(A simple proxy server programming method)
- 2012-05-06 19:11:54下载
- 积分:1
-
PST-v1.0
使用隐马尔科夫模型进行词性标注,数据结构为Trie 树,界面简洁直观,算法效率快(Using hidden Markov model tagging, Trie tree data structures, simple and intuitive interface, fast algorithm efficiency)
- 2014-03-21 12:49:58下载
- 积分:1
-
1_19
顺序查找和时间 清华大学出版社 《数据结构 c++》 (search in order)
- 2011-02-05 21:56:14下载
- 积分:1
-
CameraTest
摄像头控制、图像截取、二维码生成与解析。(Camera control, image capture, two-dimensional code generation and analysis.)
- 2014-04-13 13:54:38下载
- 积分:1
-
火车票购买软件
很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件很不错的一款软件
- 2022-01-21 04:17:03下载
- 积分:1
-
G711 rtp发送
g711音频解析转称pcm实现音频播放..内含库以及说明和使用directSound库实现正确播放的个过程。AppWizard has created this g711Decode application for you. This file contains a summary of what you will find in each of the files thatmake up your g711Decode application.g711Decode.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.g711Decode.cpp This is the main application source file.
- 2022-03-06 13:38:52下载
- 积分:1
-
DuiLib-v1.1-for-vc2005
非常优秀的界面库,完全可以实现QQ界面效果。(very good ui library.)
- 2012-09-29 14:52:43下载
- 积分:1
-
C#通过GDI+绘制带刻度尺的数学坐标系
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。
调用方式(以WINFORM为例,其他类推):
Bitmap m_Bitmap=null;
private void menuItem_Click(object sender, EventArgs e)
{
m_Bitmap = new Bitmap(1000, 800);
Graphics g = Graphics.FromImage(m_Bitmap);
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.White);
MathCoordinate mathCoordinate = new MathCoordinate();
mathCoordinate.IsDrawGrid = true;
- 2022-08-03 22:37:23下载
- 积分:1
-
最全的Linux下的C库函数源代码
最全的Linux下的C库函数源代码,大师级作品,适合C爱好者研究学习;-C library function for linux。
- 2023-05-25 07:00:03下载
- 积分:1