-
PWM_Rectifier
基于simulink的PWM可控整流器,可以通过控制占空比实现所需的电压!(PWM controlled rectifier based on simulink, can be realized by controlling the duty ratio required voltage!)
- 2015-04-03 21:15:44下载
- 积分:1
-
csharp
CRM Csharp System(CRM)
- 2010-11-20 20:29:02下载
- 积分:1
-
串口通讯-发送字符串
CC2530模块上串口连上电脑,CC2530不断向串口发送数据,这时候电脑在电脑打开串口助手,设置好波特率,然后就可以在串口助手看见模块发送的数据
- 2022-01-25 16:04:59下载
- 积分:1
-
N76E003_necT_samplecode
说明: 红外调制发射,可以参考,38k载波调制,实现轻松(Infrared modulated emission)
- 2020-06-17 03:00:01下载
- 积分:1
-
游戏
游戏代码 希望可以帮到大家 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
- 2022-01-25 21:11:58下载
- 积分:1
-
背包问题
背包问题实例,设计c++算法从而达到最优的结果,较为清晰的表达背包问题的一般性质
- 2022-06-20 11:46:07下载
- 积分:1
-
装饰模式 C#
装饰模式 C#-Decorative pattern decorative pattern C
- 2022-07-07 12:51:18下载
- 积分:1
-
operating system simulation program to achieve a simple scheduling algorithm (fi...
操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
- 2022-03-09 12:12:53下载
- 积分:1
-
简单的差分进化算法(DE)
D I F F E R E N T I A L E V O L U T I O N
C-code in the file de.c implements Differential Evolution (DE) algorithm,
more precisely DE/rand/1/bin [1,2,3] version of the method. This DE
variation is probably the most used DE variation and perform well with
arbitrary problems.
Whole algorithm is in the file de.c and you may implement your
optimization problem to a separate file. You do not have to make any
changes to the de.c file, all the problem specific definitions are to be
made only the file where objective function is in function func. See for
example file rastrigin_2d.c for problem description.
You can compile the program with command:
gcc -Wall -pedantic -ansi -O -o de de.c problem.c -lm
, where you replace problem.c file with the file name containing your
optimization problem.
- 2023-05-25 11:35:03下载
- 积分:1
-
CC2530驱动LCD5110驱动程序
基于cc2530驱动LCD5110液晶显示代码,可以显示字母和字符。
- 2023-06-07 20:45:03下载
- 积分:1