搜索结果
找到约 1,785 项符合
x-x 的查询结果
其他 Visual Assist X V10.2.1445.0破解版-是ms visual studio 开发必备工具
Visual Assist X V10.2.1445.0破解版-是ms visual studio 开发必备工具
加密解密 设f(x)=1+x+x2+x5+x27
设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序:
以f(x)为联接多项式的DSR;
以f(x)为联接多项式的LFSR。
可供选择的联接多项式:
f1(x)=1+x+x4+x6+x30;
f2(x)=1+ x3+ x31;
f3(x)=1+ x6+ x31;
f4(x)=1+ x7+ x31;
f5(x)=1+ x13+ x31;
数据结构 merge sort give a set S of n integers and another integer x, determine whether or not there exits tw
merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
其他 DirectX开发人员使用,3DMax导出X文件插件,解压后考入插件目录
DirectX开发人员使用,3DMax导出X文件插件,解压后考入插件目录
数值算法/人工智能 自定义一些x,y坐标,可以模拟出一些光滑的曲线
自定义一些x,y坐标,可以模拟出一些光滑的曲线
Linux/Unix编程 linux device drive II 的示例移植到2.6.x内核
linux device drive II 的示例移植到2.6.x内核
书籍源码 征服Ajax/施伟伟, 张蓓编著 ISBN号: 7-115-14706-X 出版发行项: 北京-人民邮电出版社 2006
征服Ajax/施伟伟, 张蓓编著
ISBN号: 7-115-14706-X
出版发行项: 北京-人民邮电出版社 2006
matlab例程 realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:input sequence %h
realize overlapped-add method
%[y]=overlpadd(x,h,Nfft)
%y:output sequence
%x:input sequence
%h:filter impulse response sequence
%Nfft:points of each DFT operation
%重叠相加法实现分段卷积
matlab例程 %realize overlapped-save method %y:output sequence %x:input seqence %h:filter impulse response s
%realize overlapped-save method
%y:output sequence
%x:input seqence
%h:filter impulse response sequence
%N:length of each segment
%重叠保留法实现分段卷积
人工智能/神经网络 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数 ...