-
Camera_CPP
这个源码是我从淘宝购买了ht5000设备后调试成功的,有了此源码再配合wince下的设备可以轻松实现摄像头的图像采集功能(This source is I buy from Taobao ht5000 device debugging success, with this source together with wince under the device can be easily achieved on the camera image capture function)
- 2013-09-11 22:21:50下载
- 积分:1
-
WCF 权限验证 实例源码下载
wcf 自定义权限验证调用完整例子源码
- 2014-12-31下载
- 积分:1
-
2011-5-4
51单片机编写的网络节点 自组织无线网络(51 single written self-organizing wireless network nodes network)
- 2011-07-04 18:55:50下载
- 积分:1
-
Example
说明: KEA128完整例程,包含多种工程文件,分享快乐。(KEA128 Example,Contains multiple project files,share pleasure.)
- 2019-06-11 14:20:34下载
- 积分:1
-
C#的一些源程序,希望这些对大家能够有一些帮助。
C#的一些源程序,希望这些对大家能够有一些帮助。-the C# source, we hope to be able to have some help.
- 2022-04-12 17:33:29下载
- 积分:1
-
ahp
说明: 用于风险评估过程中指标权重的设置,可以实现定性指标的定量化处理,以及定量指标的无量纲处理。(Risk assessment process for the index weight set, you can realize the quantification of qualitative indicators to deal with, as well as quantitative indicators of the non-dimensional treatment.)
- 2008-08-31 11:15:03下载
- 积分:1
-
httpput
C语言实现的http方式文件获取,支付多种文件获取方式 (get http by c)
- 2013-08-09 10:47:45下载
- 积分:1
-
Unity3D madoka2048
利用Unity3D及NGUI制作的魔法少女小圆版2048
- 2022-02-04 17:57:08下载
- 积分:1
-
C# WPF 功能打印的示例
C# WPF 功能打印的示例,加载内容后,可在本程序中直接打印出XAML文档。
private void button2_Click(object sender, RoutedEventArgs e)
{//打印文件
PrintDialog MyDialog = new PrintDialog();
if ((MyDialog.ShowDialog() == true))
{
MyDialog.PrintVisual(this.richTextBox1 as Visual, "我的XAML打印文档");
}
}
private void button3_Click(object sender, RoutedEventArgs e)
{//保存文件
string MyFileName = "MyFile.XAML";
TextRange MyTextRange;
System.IO.FileStream MyStream;
MyTextRange = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
MyStream = new System.IO.FileStream(MyFileName, System.IO.FileMode.Create);
MyTextRange.Save(MyStream, DataFormats.XamlPackage);
MyStream.Close();
}
- 2022-01-23 10:57:00下载
- 积分:1
-
计算机图形学_0
说明: 本书是外文计算机图形学的中文翻译,主要讲计算机图形学的基本原理与方法,是我们上课时用的教材。(the book is a foreign language computer graphics in Chinese translation, the main speaker computer graphics the basic principles and methods we use in class teaching materials.)
- 2005-12-25 15:57:30下载
- 积分:1