-
这是一个基本的粒子群优化算法,解决单
这是一个基本的粒子群最佳化算法,解决单目标数值优化问题。-This is a basic particle swarm optimization algorithm to solve single-objective numerical optimization problems.
- 2023-05-08 23:30:03下载
- 积分:1
-
XMC_Ebike-ver2.0.2
基于英飞凌单片机无传感器单电阻取样FOC源代码批量程序(No single resistor sensor Infineon MCU FOC source code procedures based on batch sampling)
- 2016-10-20 11:20:56下载
- 积分:1
-
电力系统潮流计算,应用pq分解法求解
给出电力系统潮流计算程序,应用PQ分解法求解线路各点电压功率情况
- 2022-04-01 04:59:50下载
- 积分:1
-
arts_debug
调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。(Debugging for is vital to the success of the software, the proper use of appropriate debugging tool can improve the efficiency of discovery and correct mistakes. Book introduces in detail three kinds of debugger, GDB for tracking procedures, set breakpoints, line by line check variables and checking their specific time execution of DDD is popular the GDB GUI front-end, and eclipse provides a complete integrated development environment. The book not only cooperate with examples to discuss how to manage the memory, understanding, memory dump and trace program error, more covers other similar books ignore themes, such as threads, client/server, GUI, and the parallel program, debugging and how to avoid common pitfalls.)
- 2013-08-03 14:53:53下载
- 积分:1
-
UPFC
digsilent软件平台下关于最优潮流计算的仿真(digsilent software platform simulation on optimal power flow calculation)
- 2013-10-23 18:45:43下载
- 积分:1
-
2017年6月7日新版平衡车车发货程序
说明: stm32平衡车源代码
超声波避障
红外寻迹
WiFi控制(balancing car
123447668793.)
- 2019-05-21 10:42:11下载
- 积分:1
-
MvvmCommand
1.wpf mvvm基本框架和基本命令调用
2.使用注入框架进行解耦(1.WPF MVVM basic framework And the basic command is called
2.Use injection framework for decoupling)
- 2018-02-23 23:49:35下载
- 积分:1
-
RC522-I2C(0004)
这是一个RC522的驱动程序,单片机采用STM32内部含有模块的原理图(This is a RC522 driver, microcontroller using STM32 internal module containing schematics)
- 2020-07-01 18:20:02下载
- 积分:1
-
stm32标准例程(库函数版本)
stm32标准例程(库函数版本)59个实验例程
- 2022-08-06 05:13:19下载
- 积分:1
-
随机数产生+冒泡与快速排序+文件读写操作
应用背景在需要对大量的数据进行排序时,本程序利用文件读写操作进行,以方便查看排序结果,并且利用冒泡排序与快速排序两种算法作为比较,把排序后的数据分别写入到文件。关键技术
1、随机数产生函数 srand与rand
2、文件读写操作,比如文件打开命令fopen,读写操作fprintf函数与fscanf函数
3、冒泡排序与快速排序
- 2022-03-10 15:30:40下载
- 积分:1