-
gqtgf
基于K均值的PSO聚类算法,双向PCS控制仿真,这是一个好用的频偏估计算法的matlab仿真程序。( K-means clustering algorithm based on the PSO, Two-way PCS control simulation, This is a useful frequency estimation algorithm matlab simulation program.)
- 2017-05-16 21:15:31下载
- 积分:1
-
gateway_lora_TTGO
说明: codigo fuente de nodo placa ttgo lora(arduino code for lora ttgo board)
- 2020-06-17 04:00:01下载
- 积分:1
-
cvsdmatlab
matlab CVSD算法,请大家参考(matlab CVSD, hope it can help u guys)
- 2011-12-20 20:55:03下载
- 积分: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
-
ShanuDGVHelper_Demo
windows官网下载的gridview实例,适合初学者学习(Official website to download the windows GridView example, suitable for beginners to learn
)
- 2014-12-03 16:39:02下载
- 积分:1
-
floorplanning-and-route
Floor planning and route
- 2014-03-04 05:33:40下载
- 积分:1
-
无线充电
通过单片机控制开关,应用无线充电模块实现充电(Through the single-chip microcomputer control switch, the application of wireless charging module to achieve charging)
- 2020-06-18 12:20:01下载
- 积分:1
-
Elevators
电梯仿真系统的实现,包含源码和文档。(Elevator simulation system, including source code and documents.)
- 2021-04-19 20:18:51下载
- 积分:1
-
exp_1
For round-off error and numerical stability
- 2011-04-08 09:25:07下载
- 积分:1
-
_基于多核处理器的实时操作系统的扩展
说明: 基于多核处理器的实时操作系统的扩展论文,做多核RTOS开发的可以参考下。(rtos development based on muticore cpu)
- 2019-07-10 15:01:03下载
- 积分:1