-
C 程序的常规语言语法检查
C 程序的常规语言语法检查-procedures of conventional C language syntax check
- 2022-03-16 01:39:21下载
- 积分:1
-
A program to demonstrate the optimization process of particle swarm optimization...
A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.-A program to demonstrate the optimization process of particle swarm optimization. A two- dimensional objective function is visualized by level of gray : the lighter the color, the higher the value function. The particles ar e shown as red circles. their trajectory as red lines.
- 2022-10-27 02:55:03下载
- 积分:1
-
kalman filter with state constraints lecture and example
kalman filter with state constraints lecture and example
- 2022-08-19 21:22:30下载
- 积分:1
-
主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,...
主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。
-Mainly divided into three functions. The first function for the particle swarm initialization function InitSwarm (SwarmSize. ..... AdaptFunc) whose primary role is to initialize the particle swarm of particles, and set the speed of particles, location in a certain range.
- 2022-09-29 01:25:03下载
- 积分:1
-
时域有限差分法计算光子晶体波导的场传播…
FDTD计算光子晶体组成的波导通路的场传播-FDTD calculation of photonic crystal waveguide consisting of field dissemination pathways
- 2022-03-18 12:49:20下载
- 积分:1
-
堆排序算法的实现,不错的哦
堆排序算法的实现,不错的哦-heap sorting algorithm to achieve good oh
- 2023-06-01 09:10:03下载
- 积分:1
-
魔幻方块!输入魔方的阶数n(n为奇数)后,使得魔方的行、列和对角线的值都相等...
魔幻方块!输入魔方的阶数n(n为奇数)后,使得魔方的行、列和对角线的值都相等-magic squares! Cube importation of order n (n is odd), the Cube makes rows and columns and diagonal values are equal
- 2022-02-01 14:26:18下载
- 积分:1
-
工资管理系统
资源描述工资管理系统,C语言作业,简单,易用
- 2022-11-08 22:05:03下载
- 积分:1
-
本程序报是信号处理中信号检测与估计的一个程序包,编程环境是matlab.包含匹配滤波和卡尔曼滤波。...
本程序报是信号处理中信号检测与估计的一个程序包,编程环境是matlab.包含匹配滤波和卡尔曼滤波。-This procedure is reported to signal processing in the signal detection and estimation of a package, the programming environment is matlab. Contain matched filter and the Kalman filter.
- 2022-12-21 22:15:08下载
- 积分:1
-
GPS硬校时程序
资源描述IRIG(Inter Range Instrumentation Group)码是美国靶场司令委员会制定的一种时间标准,共有4种并行二进制时间码格式和6种串行二进制时间码格式。其中最常用的是IRIG-B时间码格式。B码可以分为直流(DC)码和交流(AC)码,交流码是1 kHz的正弦波载频对直流码进行幅度调制后形成的;直流码采用脉宽编码方式。每秒1帧,含100个码元,每个码元宽度为10ms。码元有3种,位置标识符的脉宽是8ms(位置标识P0~P9和参考标志Pr),二进制“1”和“0”的脉宽分别为5 ms和2ms。
每帧从参考标志Pr开始,也就是连续两个8 ms脉冲中的第2个8 ms脉冲的前沿开始,分别为Pr,第0,1,…,99码元。在Pr和P5之间是BCD字段,传送的是BCD码格式的时间信息(包含秒、分、时、天4种信息),低位在前,高位在后;个位在前十位在后。在P5和P8之间是CF字段,实现控制功能,可根据实际使用时的协议制定使用方法,在这里没有用到该字段。在P5和P8之间是SBS字段,是用二进制表示的以秒(s)为单位的时间信息。
- 2022-02-16 07:13:33下载
- 积分:1