-
PC与单片机双向通讯智能温控程序
说明: 基于VC++的51单片机控制源码,PC与单片机双向通讯智能温控程序(Based on VC ++ 51 single-chip microcomputer control source code, PC and single-chip bidirectional communication intelligent temperature control program)
- 2020-05-14 11:07:04下载
- 积分:1
-
数据库新建加载
SQLDMO.Application SQLServer = new SQLDMO.Application();
SQLDMO.NameList strServerList = SQLServer.ListAvailableSQLServers();
if (strServerList.Count > 0)
{
for (int i = 0; i < strServerList.Count; i++)
{
toolStripTextBox1.Items.Add(strServerList.Item(i + 1));
}
}
&nbs
- 2023-02-05 04:25:03下载
- 积分:1
-
STM32的FFT官方库
说明: 对于stm32系列中内核为core1和core3无法进行浮点运算,官方给出了一个用于计算fft的库,其中包括256点,512点和1024点。(For the kernel in the stm32 series, core1 and core3 cannot perform floating-point operations. The official library is given for calculating fft, including 256 points, 512 points and 1024 points.)
- 2020-06-23 12:20:02下载
- 积分:1
-
重大项目开发书籍代码“C #实例(修订版)及现状…
书籍代码《C#专业项目实例开发(修订版)》-徐成敖-源代码-3个-Books code " C# examples of major project development (revised edition)" - Xu Ao- the source code of-3
- 2022-12-26 15:55:02下载
- 积分:1
-
main
本程序包括通过尾插法建立链表 对链表中的元素进行插入 删除 替换 等操作(This process includes the establishment of the list by the end of interpolation in the elements of the list to replace such operations insert delete)
- 2009-09-26 01:16:29下载
- 积分:1
-
SOR方法
极有用的数据处理程序,方便处理实验数据并取得数学表达式(matlab)(very useful data processing procedures, facilitate the processing of experimental data and mathematical expression made (Matlab))
- 2005-03-31 11:21:50下载
- 积分:1
-
AES_CMAC
通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
- 2021-03-11 19:09:25下载
- 积分:1
-
IPtext
VC++编写的IP侦查小程序 很实用(VC++ IP detection of small programs written in a very practical)
- 2011-11-18 17:29:08下载
- 积分:1
-
XiaoFang
小芳便利店的C++程序实现,简单的实现C++中类,继承等 (Xiao Fang convenience store C++ program to achieve a simple implementation of C++, classes, inheritance, etc.)
- 2020-08-16 21:38:36下载
- 积分:1
-
GPRS1-RF-Inrfce.ppt
this document gives the basics of gprs concepts in gerat detail
- 2012-11-23 22:03:23下载
- 积分:1