-
声源定位摄像头系统资料
说明: 使用stm32和51单片机实现声源定位然后控制摄像头系统的资料,有论文及代码(Using STM32 and 51 single chip microcomputer to achieve sound source positioning, and then control the camera system information, there are papers and codes)
- 2021-03-09 22:30:44下载
- 积分:1
-
FIR 滤波 DSP应用
EX27_FIR 有用的DSPFIR滤波程序
对于学校DSP很有用的程序
- 2022-04-23 20:45:09下载
- 积分:1
-
IDA_ios_debugger_tutorial
IDA_ios_debugger_tutorial
- 2019-05-15 16:07:39下载
- 积分: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
-
Try2008
重绘clistctrl和cheaderctrl,改变文本颜色和标题字体、背景!~(Redraw clistctrl and cheaderctrl, change the title text color and font, the background! ~)
- 2011-09-30 10:01:46下载
- 积分:1
-
hg228
实现六自由度运动学逆解算法,包括随机梯度算法,相对梯度算法,包括四元数的各种计算。( Six degrees of freedom to achieve inverse kinematics algorithm, Including stochastic gradient algorithm, the relative gradient algorithm, Including quaternion various calculations.)
- 2017-06-02 14:34:07下载
- 积分:1
-
FactoryMethod
定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method
使一个类的实例化延迟到其子类。(Analysis and implementation of common design patterns (C++))
- 2014-12-28 12:54:20下载
- 积分:1
-
Beginning-Visual C++ (2013, Apress)
说明: 比较好的VC++教程,英文电子版,没有任何水印,便于阅读(Better VC++ tutorial, English electronic version, without any watermarking, easy to read)
- 2020-06-23 02:00:02下载
- 积分:1
-
HYPIT2
Hypertext Tools for "C" Programmers, Part 2
(Hypertext Tools for the "C" Programmers, Part 2)
- 2007-01-07 20:01:24下载
- 积分:1
-
dlgBg00
说明: 一个很好的对话框界面的例子,告诉你怎样设置一个位图作为对话框的的背景图片,不过要注意必须是picture的Tab顺序为1才能使其他控件不被覆盖。(a good example of the dialog interface, tell you how to set up a bitmap as a dialog of the background image, but to the attention of the picture must be the order of a Tab other controls can not be overwritten.)
- 2005-09-13 09:54:26下载
- 积分:1