-
data_all
这是一份结构健康识别的实验结果数据,对于练习用matlab作模态识别身为有用(This is a recognition of the results for structural health data for the exercises for modal identification using matlab as helpful)
- 2011-06-17 06:30:52下载
- 积分:1
-
Aforge.net的C#
数字,图片识别,基于Aforge.net,图片二值化,灰度化,图片截取(Digital, image recognition, based on forge. net, image binarization, grayscale, image interception)
- 2020-10-12 08:47:32下载
- 积分:1
-
MenuFloat
通过代码动态操作菜单、浮动菜单、鼠标键盘编程实等(Through the dynamic operation of the code menu, floating menu, mouse, keyboard and other programming is)
- 2009-03-31 08:16:28下载
- 积分:1
-
STM32F1xx 的 ADC 标准示例
本示例描述如何使用 3 模数转换器在独立的转换。其中两人;ADC1 和 ADC3 传送使用 DMA 的不断转换的数据同时 ADC2 转换后的数据存储使用的转换中断结束。
- 2022-02-03 01:15:34下载
- 积分:1
-
POQLALC
C语言程序设计教程电子教案的源代码,很好用,可以用(C language programming course electronic teaching plan of the source code, very easy to use, can use)
- 2018-12-25 21:01:24下载
- 积分:1
-
BackButton
UWP BackButton Demo UWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton Demo
- 2022-05-18 12:41:25下载
- 积分:1
-
scren-pic
用C#开发屏幕截图的源代码,只有源码,不含工程文件(C# development screenshot of the source code, only the source code, project file does not contain)
- 2013-08-07 16:02:43下载
- 积分:1
-
LDA+PCA+BOSS+SPA
说明: 对高光谱,拉曼光谱可以做特征提取的思路,先做案例,搞懂后再移植到自己的实验里。(For hyperspectral, Raman spectrum can do feature extraction ideas, first do cases, understand and then transplant to their own experiments.)
- 2021-04-24 14:18:04下载
- 积分:1
-
C# 在密钥容器中创建非对称密钥
在密钥容器中创建非对称密钥、在密钥容器中删除非对称密钥、在密钥容器中获取非对称密钥,具体的实现代码,请参考如下代码:
private void button1_Click(object sender, EventArgs e)
{//在密钥容器中创建非对称密钥
CspParameters MyCSP = new CspParameters();
MyCSP.KeyContainerName = this.textBox2.Text;
RSACryptoServiceProvider MyRSA = new RSACryptoServiceProvider(MyCSP);
this.textBox1.Text=MyRSA.ToXmlString(true);
}
private void button2_Click(object sender, EventArgs e)
{//在密钥容器中删除非对称密钥
CspParameters MyCSP = new CspParameters();
MyCSP.KeyContainerName = this.textBox2.Text;
RSACryptoServiceProvider MyRSA = new RSACryptoServiceProvider(MyCSP);
MyRSA.PersistKeyInCsp = false;
MyRSA.Clear();
try
{
this.textBox1.Text = MyRSA.ToXmlString(true);
}
catch
{
this.textBox1.Text = "已经删除非对称密钥!";
}
}
private void button3_Click(object sender, EventArgs e)
{//在密钥容器中获取非对称密钥
CspParameters MyCSP = new CspParameters();
MyCSP.KeyContainerName = this.textB
- 2022-02-06 13:18:17下载
- 积分:1
-
SHT1X
/ * *
- 2022-08-19 16:53:58下载
- 积分:1