-
App_GSM_SMS_V1.0.3
sk2开发板GSM通信开发文件,可以直接刷到单片机中,实现短信、语音通话等。(SK2 development board GSM communication development documents, can be directly brush to the MCU, the realization of SMS and voice calls.)
- 2014-10-29 14:49:56下载
- 积分:1
-
TLD_LL
TLD算法代码 vs2008 opencv2.3.1 win7 arthurv-OpenTLD-1e3cd0b(The TLD algorithm code vs2008 opencv2.3.1 win7 arthurv-OpenTLD-1e3cd0b)
- 2012-11-23 14:31:00下载
- 积分:1
-
triangle
2D凸多边形的三角网格生成,可用gridgen。(2D triangular convex polygon mesh generation, available gridgen.)
- 2014-12-14 01:03:11下载
- 积分: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
-
DES加密
说明: 通过DES加密算法原理,运用C++实现DES加密算法。(Based on the principle of DES encryption algorithm, the DES encryption algorithm is implemented with C++.)
- 2020-06-18 18:40:01下载
- 积分:1
-
StandEx
说明: 这是书上的代码,C/C++中调用Matlab C Math Library的实现,供大家参考(This is the code book, C/C++ In Matlab C Math Library calls to achieve for your reference)
- 2008-11-25 17:32:44下载
- 积分:1
-
MATLAB解矩阵微分方程
本文先简要介绍了矩阵的积分和微分的定义;接着通过弹簧-质量块儿-阻尼器系统的例子,阐述了求解常微分方程数值解的常用方法;最后,在前两部分的基础上,总结了用MATLAB求解形如_X(t) = f(X(t); t) 矩阵微分方程数值解的方法。(In this paper, the definition of integral and differential of matrix is briefly introduced. Then the common method of solving numerical solution of ordinary differential equation is described by the example of spring mass block damper system. Finally, on the basis of the first two parts, the solution of the form of _X is summed up by MATLAB. (T) = f (X (T); t) numerical solution of matrix differential equations.)
- 2018-07-07 19:08:06下载
- 积分:1
-
OllyDB
OllyDbg详细教程,一步步学习OllyDbg,进阶顶级黑客(OllyDbg detailed tutorial, step by step learning OllyDbg, Advanced top hackers)
- 2008-12-25 14:40:12下载
- 积分:1
-
ImageZoom
利用VTK实现图像的放大缩小,基于对话框编写的,有助于学习VTK的朋友(Using VTK to achieve the image to zoom in, based on the dialog box, prepared to help a friend learn VTK)
- 2009-11-24 16:22:21下载
- 积分:1
-
遥感影像处理,包括腐蚀膨胀、K均值分类、几何处理等
遥感影像处理实习,内容包括:
1)几何处理:旋转、缩放、平移
2)形态学:膨胀、腐蚀、开运算和闭运算
3)图像预处理:高斯平滑、均值滤波、中值滤波、梯度锐化和添加噪声
4)K均值分类:初始聚类中心的选取、最近距离准则逐像素初始分类、新聚类中心计算与分类、迭代终止条件设定,分类结果输出
- 2022-05-08 11:06:16下载
- 积分:1