-
rsa
说明: 生成rsa秘钥对,生成私钥和公钥,用来加解密数据或数字签名(Generate rsa key pair, generate private key and public key, used to encrypt and decrypt data or digital signature)
- 2020-06-22 00:20:02下载
- 积分:1
-
Logic-Analyzer
基于Cy7y168013USB接口芯片的逻辑分析仪keil源码(Logic analyzer based on Cy7y168013USB interface chip keil source code)
- 2015-07-29 22:08:19下载
- 积分:1
-
labview控制
说明: 基于labview的串口通信程序,可通过串口向下位机发送不同的指令(The serial communication program based on LabVIEW can send different instructions to the lower computer through the serial port)
- 2019-01-22 08:06:21下载
- 积分:1
-
C# 根据路径使用DirectoryInfo创建文件夹
C# 根据路径创建文件夹,具体来说是使用DirectoryInfo对象的Create方法创建文件夹【目录】。如果用户未指定路径,则在程序当前目录下创建文件夹,若指定路径,则在指定的路径层级下创建目录。
在创建开始前,对用户输入的目录名或路径格式进行验证,然后判断该路径下是否存在该目录,最后创建文件夹。下面是相关的代码:
if (textBox1.Text == string.Empty)//判断输入的文件夹名称是否为空
{
MessageBox.Show("文件夹名称不能为空!");
}
else
{
DirectoryInfo dinfo = new DirectoryInfo(textBox1.Text);//实例化DirectoryInfo类对象
if (dinfo.Exists)//使用DirectoryInfo对象的Exists属性判断要创建的文件夹是否存在
{
MessageBox.Show("该文件夹已经存在");
}
else
{
dinfo.Create();//使用DirectoryInfo对象的Create方法创建文件夹
}
}
- 2023-02-21 06:20:03下载
- 积分:1
-
C#
汉王人脸通FaceID C# SDK开发包示例程序源代码,包含中英文版本。(Hanvon FaceID SDK, CN and EN demo source code included.)
- 2020-06-16 20:40:02下载
- 积分:1
-
doifgkldhfglfdkhglsh
说明: msp430基于日历系统的实现,功能实现很好(Controller calendar system based on the realization that to achieve good functional)
- 2006-04-18 16:00:13下载
- 积分:1
-
REmodel
一个计算低RE数的两方程湍流模型,对学习UDF的同学帮助较大(A calculation of the number of low-RE turbulence model for the students to learn more helpful UDF)
- 2021-01-02 15:38:57下载
- 积分:1
-
计算机程序设计艺术(第二卷)
计算机程序设计艺术(第二卷)。本书结合大量数学知识,分析不同应用领域中的各种算法,研究算法的复杂性,即算法的时间、空间效率,探讨各种适用算法等,其理论和实践价值得到了全世界计算机工作者的公认。(Vol 2: Seminumerial Algorithms)
- 2020-06-21 20:20:01下载
- 积分:1
-
Form1100
详细功能,LED控制卡使用示例,讲的很详细(More function, LED control card example, talk in great detail)
- 2016-02-18 00:27:23下载
- 积分:1
-
基于uCOS-III示波器源码
基于uCOS-III+STemWin+FatFS+ARM_DSP_Lib的示波器源码。(Oscilloscope source code based on uCOS-III+STemWin+FatFS+ARM_DSP_Lib.)
- 2020-06-17 03:40:01下载
- 积分:1