-
热电偶安全栅
说明: 热电偶输入 4- 20mA输出,程序编写(Thermocouple input 4-20 mA output, programming)
- 2019-05-21 14:50:42下载
- 积分:1
-
Introducing Python.pdf
说明: 第1、第2、第3章简单介绍Python版本选择、Python解释器的不同实现、Python的安装、开发环境的选择。
2. 第4章介绍了编写高质量代码的技巧,比如代码风格、项目代码结构、文档等等。(Chapters 1, 2 and 3 briefly introduce Python version selection, different implementations of Python interpreter, installation of Python and selection of development environment.
Chapter 4 introduces techniques for writing high-quality code, such as code style, project code structure, documentation, and so on.)
- 2019-03-27 10:04:41下载
- 积分:1
-
一个简单的SMS收发程序,可以实现短信收发与拨打电话
一个简单的SMS收发程序,可以实现短信收发与拨打电话-A simple SMS sending and receiving process, you can send and receive text messages and phone calls to achieve
- 2022-06-15 03:54:32下载
- 积分:1
-
two files of Chinese characters use in DOS system
two files of Chinese characters use in DOS system
- 2023-07-29 05:25:03下载
- 积分:1
-
radar-signal-detection-matlab
MUSIC算法数据阵的共轭重构提出的一种改进的MUSIC算法(An Improved MUSIC Algorithm for Harmonic Reconstruction of MUSIC Algorithm Data Array)
- 2020-12-23 20:39:07下载
- 积分:1
-
wave port.hfss
说明: Its a full simulation of Standard waveport in HFSS with Driven Modal and Driven Terminal Mode that can be used in many other simulations.
- 2019-01-21 15:58:09下载
- 积分:1
-
- 2022-12-30 12:05:04下载
- 积分:1
-
GRNN的数据预测
使用matlab工具,GRNN的数据预测(Data Prediction of GRNN Using Matlab Tool)
- 2020-08-13 20:18:28下载
- 积分:1
-
4乘4矩阵键盘扫描程序
实现stm32任意八个io定义矩阵键盘
KGPT KPIN={ //只需要在下面填写横竖行的IO口和管脚 IO口和管脚都可以随意定义 无需在一个IO口 管脚也无需按顺序
{{GPIOG,GPIO_Pin_4} ,{GPIOG,GPIO_Pin_2}, {GPIOD,GPIO_Pin_14},{GPIOD,GPIO_Pin_12}},//row 横行
{{GPIOD,GPIO_Pin_10},{GPIOD,GPIO_Pin_8}, {GPIOB,GPIO_Pin_14},{GPIOB,GPIO_Pin_12}} //col 竖行
};(realise the matrix_bored_pad of 4*4)
- 2020-09-02 17:58:09下载
- 积分:1
-
粒子群算法试算
说明: 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(Particle swarm optimization (PSO), also called particle swarm optimization (Particle Swarm Optimization), is abbreviated as PSO, which is a new evolutionary algorithm (Evolutionary Algorithm EA) developed in recent years. PSO algorithm is a kind of evolutionary algorithm. It is similar to simulated annealing algorithm. It also starts from the random solution and finds the optimal solution by iteration. It also evaluates the quality of the solution through fitness, but it is simpler than the genetic algorithm rule. It does not have the crossover (Crossover) and the Mutation operation of genetic algorithm. Search for global optimum. This algorithm has attracted the attention of the academic community for its advantages of easy realization, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization (PSO) is a parallel algorithm.)
- 2018-12-25 14:28:52下载
- 积分:1