c#
文章平均质量分 78
haliofwu
不想成为顶级美食家的web前端开发工程师都不是好产品经理。
展开
-
Emgu配置 pictureBox与imageBox等
Emgu配置: C# 调用带参数EXE文件及带启动参数EXE:原创 2014-11-25 10:42:38 · 4164 阅读 · 0 评论 -
示例:使用EmguCV视频截图
示例:使用EmguCV视频截图 步骤: 1、 创建一个Windows窗体应用程序,将Form1的Name属性改为“RetrievePic”,Text属性改为“视频截图RetrievePic 2、 给窗体添加一个TrackBar,在事件属性中双击ValueChanged,系统自动生成事件代码 3、 给窗体添加一个PictureBox,将SizeModel设置为AutoSize转载 2014-11-25 14:21:03 · 2644 阅读 · 0 评论 -
c#
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Timers; using System.Diagnostics; namespace TestTimer { class Pr原创 2014-11-21 15:54:26 · 532 阅读 · 0 评论 -
C++转C#类型对照
C++ C# int(LONG) Int32 BYTE Byte WORD(unsigned short)原创 2014-11-24 09:52:39 · 498 阅读 · 0 评论
分享