-
PCA9685+STM32开发资料
说明: 里面有手册和资料,有STM32的简单控制舵机和LED的程序,用的IO口仿I2C(There are manuals and materials in it. There are simple procedures for STM32 to control steering gear and led. The IO port used is similar to I2C)
- 2020-07-10 17:08:55下载
- 积分:1
-
glcap-master
Opengl capture like fraps for linux
- 2019-04-21 02:55:27下载
- 积分:1
-
MPU-6050-C51测试程序
说明: 一个应用于MPU-6050-C51测试程序,可以实现和电机或电机控制器的姿态角读取,可以用于智能小车的制作上。(A test program for MPU-6050-C51 which can read the attitude angle of motor or motor controller can be used in the manufacture of intelligent car.)
- 2020-06-23 15:00:01下载
- 积分: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
-
creep
FLAC3D蠕变,用于地下工程开挖蠕变模拟研究学习(Study on based mechanical application, including creep time, how to use creep in flac, in underground .)
- 2018-11-07 11:55:25下载
- 积分:1
-
MFC学生成绩管理系统
新建一个单文档应用程序。通过对话框来输入一个学生记录,记录包括学生的姓名、学号和三门成绩。并使其可序列化。然后将记录内容保存到一个对象数组集合类中,最后通过文档序列化将记录保存到一个文件中。当添加记录或打开一个记录文件,还会将数据显示在文档窗口。
- 2022-03-20 23:01:40下载
- 积分:1
-
length
利用佛洛伊德算法计算节点之间的最短路径,用于复杂网络中计算平均路径长度(average path lengh)
- 2011-09-01 11:13:51下载
- 积分:1
-
用datagrid实现了 批量修改.
还有一个功能是,点击上面datagrid的行,得到id,下面datagrid显示有关id的信息...
用datagrid实现了 批量修改.
还有一个功能是,点击上面datagrid的行,得到id,下面datagrid显示有关id的信息-use datagrid realized the mass changes. Another function is that it datagrid above the line, to be id, Below datagrid shows that the message id
- 2022-03-17 20:39:53下载
- 积分:1
-
两路IO实现按键与编码器计数
一路AD 取值扫描的按键控制程序,区别于经典的矩阵扫描,只需要一路AD就可以实现矩阵按键几路IO口的功能,已经成熟应用。硬件上需要配置不同的电阻以区别出不同的按键AD值。一路AD取值,实现旋转编码器功能,实现左旋与右旋计数。
- 2022-03-22 05:40:21下载
- 积分:1
-
fd1d
电磁场仿真 使用时域有限差分方法
用c和matlab混合编程(Electromagnetic simulation using the FDTD method for hybrid programming with c and matlab)
- 2011-05-12 01:12:28下载
- 积分:1