-
fenlei
分类程序的实现,可在vc++平台中运行,方便大家对算法的熟悉与学习(Classification procedures to achieve, can be run in vc++ platform to facilitate learning of the algorithm are familiar with)
- 2013-07-11 21:16:09下载
- 积分:1
-
TMC2130Stepper-master
说明: TMC2130 Stepper Source code
- 2020-05-13 18:24:28下载
- 积分:1
-
983-心率计(ST188版)
心率监测;AT89C51单片机;光电传感器(Heart rate monitoring; AT89C51 single chip microcomputer; photoelectric sensor)
- 2018-04-05 20:01:16下载
- 积分:1
-
cc2592EM
说明: CC2592 hex fie for 6lowpan
- 2019-05-11 15:26:53下载
- 积分:1
-
rsa
rsa 实现代码,运用大数算法#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A)(#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A))
- 2012-05-16 11:09:35下载
- 积分:1
-
Yanhua_HanshuYouhua
说明: 利用(μ,λ)演化策略求解Ackley函数极小化问题。主要包括种群初始化、重组、变异、(μ,λ)存活选择四个步骤来进行求解。(The evolution strategy is used to solve the minimization problem of Ackley function
It mainly includes four steps 1 population initialization 2 recombination 3 mutation 4 survival selection.)
- 2020-10-12 22:14:07下载
- 积分:1
-
图像库设计
编程了一个图像库,在里面自定义图片,与处理的图片相对比可以判断是否是图像库里的图像。
- 2023-05-06 12:00:02下载
- 积分:1
-
触摸屏
说明: 使用STM32F103 32位芯片配置触摸屏以及控制触摸屏(Configuration of Touch Screen and Control Touch Screen with STM32F103 32 Bit Chip)
- 2020-06-23 17:00:02下载
- 积分:1
-
C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
- 2013-09-08下载
- 积分:1
-
示波器xixi
基于STM32的简易示波器设计,利用STM32完成对三角波,方波,正弦波的识别,并对其参数进行显示(STM32 based simple oscilloscope design, the use of STM32 to complete the triangle wave, square wave, sine wave identification, and its parameters are displayed.)
- 2018-04-22 14:21:14下载
- 积分:1