-
蚁群聚类算法在vc中的实现
蚁群算法运用在聚类中,并且用C语言实现,并且会有界面展示蚁群聚类的过程。简单形象易懂
- 2022-01-26 07:59:39下载
- 积分:1
-
军团问题, 某国家在一条战线上(一条直线)上部署了n 支军队。如果两支或两支以上军队相邻,它们将形成一个军团。如果一支军队不和任何一支军队相邻,那么它也是一个独...
军团问题, 某国家在一条战线上(一条直线)上部署了n 支军队。如果两支或两支以上军队相邻,它们将形成一个军团。如果一支军队不和任何一支军队相邻,那么它也是一个独立的团。给定一组军队在战线上左右两端的位置及编号,求出所有的军团
-Corps issues, a country in a front (a straight line) on n-support forces deployed. If two or more than two neighboring armies, they will form a regiment. If an army is not adjacent to any one army, then it is also an independent regiment. Given a group of troops on the front left and right ends of the location and number, find all of the Army
- 2022-02-28 17:22:05下载
- 积分:1
-
磁盘调度
磁盘调度使用 C 代码和脚本的 Fifo算法免费下载。序列化对象使用C#是一个教程,为您提供用于序列化的方法
- 2022-03-03 09:23:02下载
- 积分:1
-
This is a classic procedures
这是一个经典程序-This is a classic procedures
- 2022-08-14 05:52:36下载
- 积分:1
-
macra处理器
它是一个macra处理器程序 c 它执行一个macra处理器的所有基本功能。一次和两次macra处理器可以使用此实现的 b。你必须给一个包含宏指令的输入文件
- 2022-12-25 17:10:03下载
- 积分:1
-
根据TI血氧所改进的血氧代码
1使用stm32f051最为主控,次代码在模拟期中测试过,缺点为数据不是很稳定,不过有待改进
- 2022-05-13 15:55:12下载
- 积分:1
-
与干扰
With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorithm-With the interference-to-noise ratio of red uced to 30 dB. plot the adaptive antenna pattern after 200 ite rations of the LMS algorithm
- 2023-03-06 19:50:03下载
- 积分:1
-
calculation method, "Gauss theorem"
计算方法《高斯定理》-calculation method, "Gauss theorem"
- 2023-08-06 12:20:04下载
- 积分:1
-
- 2022-10-02 07:15:03下载
- 积分:1
-
函数名称:CRC
函数名称:CRC-16 Process
函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen)
函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16.
校验字放在字符串最后,低8位在前高8位在后.
msgaddr : 进行CRC16校验的据块的首地址
datalen : 进行CRC16校验的据块的个数
CRC-ITU的计算算法如下:
a.寄存器组初始化为全"1"(0xFFFF)。
b.寄存器组向右移动一个字节。
c.刚移出的那个字节与数据字节进行异或运算,得出一个指向值表的索引。
d.索引所指的表值与寄存器组做异或运算。
f.数据指针加1,如果数据没有全部处理完,则重复步骤b。
g.寄存器组取反,得到CRC,附加在数据之后(这一步可省略)。
- 2023-05-27 07:15:03下载
- 积分:1