-
rsa2048 实现加密解密功能
实现加密解密功能,2048位,加密解密速度非常快,用时非常短(Encrypt and decrypt)
- 2009-12-26 20:15:38下载
- 积分:1
-
C# GroupBy将字符串数组按元素长度分组
C#演示 GroupBy字符串操作范例,C# GroupBy将字符串数组按元素长度分组:
string[] Words = new string[] { "what", "is", "your", "name", "?", "my", "name", "is", "lyf", "." };
var Groups = from word in Words
group word by word.Length into lengthGroups//按单词长度将单词分组
orderby lengthGroups.Key descending//按单词长度降序排列
select new
{
Length = lengthGroups.Key,//取单词长度
WordCollect = lengthGroups//取该长度的单词分组集合
};最后使用foreach循环遍历每组单词,将罗列出包括指定字符的单词是哪几个。
- 2023-08-16 01:45:03下载
- 积分:1
-
STM32F103C AD采集电压
STM32 使用AD采集电压,程序由STM32库函数编写,利用串口和上位机通讯,由上位机发送相应指令,然后下位机执行相应的动作。里面大量注释。由原子STM32 程序基础上进行的编写。
- 2022-03-21 03:41:28下载
- 积分:1
-
TiffTest
用MFC实现了tif格式到bmp格式的转换,值得下载(Using MFC to achieve a tif format to bmp format conversion, it is worth downloading)
- 2008-12-18 23:52:44下载
- 积分:1
-
Dynamics-AX-Integration-master
微软 Dynamic365 erp 集成案例;(Dynamic365erp integeration)
- 2019-01-15 11:36:45下载
- 积分:1
-
fpga_pc_software
计算机组成原理课程实验使用软件,Thinpad教学机教学实验软件
实现mips代码到机器代码之间的转换
实现本机和FPGA板的通信,将机器代码送入
可在本机编写代码送入fpga板的sram中,fpga板的cpu会运行(Computer architecture course experiment using software, Thinpad teaching machine teaching experiment software mips code into machine code conversion for communication between the machine and the FPGA board can be fed into the machine code written in native code into the fpga board sram in, fpga board cpu runs)
- 2014-06-15 18:10:11下载
- 积分:1
-
de410
最大功率跟踪算法(mppt),差分进化算法(de),适用于多峰条件(Photovoltaic array based on booster circuit (BOOST) maximum power tracking algorithm, differential evolution algorithm.IT is suitable for the multi-peak conditions)
- 2017-06-15 21:49:09下载
- 积分:1
-
OpenGL绘制任意大小的矩形
通过拖动鼠标,先点击鼠标设置起始点,然后按住不动拖动鼠标绘制任意矩形,确定形状后再松开鼠标完成绘制。程序能够往任意方向拖动鼠标,并显示矩形的绘制过程,绘制完一个矩形可再进行下一个矩形的绘制,能够实现图形重叠,互不影响。
- 2022-02-26 06:23:27下载
- 积分:1
-
频率每周期计数器库为 Arduino
这里是Arduino的频率计数器,它被用在许多项目。
- 2022-10-11 22:55:03下载
- 积分:1
-
matlab-and-vcPP
将matlab与vc++结合各自发挥特长,实现强大的界面控制的数字图像处理功能。(Matlab and vc++ respective strengths, powerful interface control digital image processing functions.)
- 2013-05-01 10:56:23下载
- 积分:1