搜索结果

找到约 3,487 项符合 T-B 的查询结果

人工智能/神经网络 用模拟退火算法求解旅行商问题 T(t+1)=k×T(t) 式中k为正的略小于1.00的常数

用模拟退火算法求解旅行商问题 T(t+1)=k×T(t) 式中k为正的略小于1.00的常数,t为降温的次数
https://www.eeworm.com/dl/650/312179.html
下载: 113
查看: 1069

其他 费诺编码的步骤: A 将概率按从大到小的顺序排列 B 按编码进制数将概率分组

费诺编码的步骤: A 将概率按从大到小的顺序排列 B 按编码进制数将概率分组,使每组概率和尽可能接近或相等。 C 给每组分配一位码元 D 将每一分组再按同样原则划分,重复b和c,直到概率不再可分为止
https://www.eeworm.com/dl/534/312273.html
下载: 23
查看: 1207

软件设计/软件工程 t-t变化算法重要参考文献

t-t变化算法重要参考文献,其中写了很多很有用的参考建议,有助于算法的高效开发。
https://www.eeworm.com/dl/684/312892.html
下载: 147
查看: 1017

VHDL/FPGA/Verilog HDB3码的VHDL实现 共三个模块:插入V、插入B以及单双极性变换

HDB3码的VHDL实现 共三个模块:插入V、插入B以及单双极性变换
https://www.eeworm.com/dl/663/313235.html
下载: 145
查看: 1038

数据结构 Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Outpu

Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
https://www.eeworm.com/dl/654/313279.html
下载: 28
查看: 1073

数据结构 Findstr.cpp运行结果: GetNext-IndexKMP的结果: 输入主串s:acabaabcaabaabcac 输入模式串t:abaabcac 主串s长=17 模式串t长=8

Findstr.cpp运行结果: GetNext-IndexKMP的结果: 输入主串s:acabaabcaabaabcac 输入模式串t:abaabcac 主串s长=17 模式串t长=8 next[0]=-1 next[1]=-1 next[2]=0 next[3]=0 next[4]=1 next[5]=-1 next[6]=0 next[7]=-1 next[8]=0 模式串在主串的位置从第10个字符开始 GetNext-IndexKMP的结果: next[1]=0 next[2]=1 next[3] ...
https://www.eeworm.com/dl/654/314037.html
下载: 106
查看: 1040

数学计算 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/641/314081.html
下载: 23
查看: 1059

数学计算 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/641/314082.html
下载: 181
查看: 1043

其他 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/534/314083.html
下载: 77
查看: 1062

其他 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/534/314085.html
下载: 61
查看: 1047