搜索结果

找到约 12,542 项符合 A.J 的查询结果

数据结构 多模式匹配算法——AC算法 参考文献:AC算法:Aho A V

多模式匹配算法——AC算法 参考文献:AC算法:Aho A V,Corasick M J.Efficient string matching:an aid to bibliographic search.Communications of ACM,1975,18(6):333~340
https://www.eeworm.com/dl/654/280238.html
下载: 135
查看: 1060

Java编程 JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, a

JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, and a java library for inclusion in third party programs. description: jaNet package is a java neural network toolkit, which you can use to design, test, train and optimize an ideal Neural Network for ...
https://www.eeworm.com/dl/633/284264.html
下载: 68
查看: 1100

J2ME BT JAVA LIBRARY,BTLib package is a J2ME Bluetooth library usefull when developing applications for J

BT JAVA LIBRARY,BTLib package is a J2ME Bluetooth library usefull when developing applications for Java, Bluetooth enabled mobile devices.
https://www.eeworm.com/dl/660/286859.html
下载: 86
查看: 1412

数据结构 RMQ问题是指:对于长度为n的数列A

RMQ问题是指:对于长度为n的数列A,回答若干询问RMQ(A,i,j)(i,j<=n),返回数列A中下标在[i,j]里的最小值下标。
https://www.eeworm.com/dl/654/300268.html
下载: 180
查看: 1024

数学计算 Ex3-23 亲兄弟问题 &laquo 问题描述: 给定n 个整数0 1 1 , , , n- a a &#61516 a 组成的序列。序列中元素i a 的亲兄弟元素k a 定义为: min{

Ex3-23 亲兄弟问题 &laquo 问题描述: 给定n 个整数0 1 1 , , , n- a a &#61516 a 组成的序列。序列中元素i a 的亲兄弟元素k a 定义为: min{ | } k i j n j j i a = a a &sup3 a < < 。 亲兄弟问题要求给定序列中每个元素的亲兄弟元素的位置。元素i a 的亲兄弟元素为k a 时,称k 为元素i a 的亲兄弟元素的位置。当元素i a ...
https://www.eeworm.com/dl/641/301138.html
下载: 95
查看: 1146

编译器/解释器 A framework written in Java for implementing high-level and dynamic languages, compiling them into J

A framework written in Java for implementing high-level and dynamic languages, compiling them into Java bytecodes. An implementation of Scheme, which is in the Lisp family of programming languages. Kawa is a featureful dialect in its own right, and additionally provides very useful integration with ...
https://www.eeworm.com/dl/628/305303.html
下载: 162
查看: 1032

matlab例程 %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2

%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0, ...
https://www.eeworm.com/dl/665/307766.html
下载: 135
查看: 1115

通讯/手机编程 This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming boo

This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University. The purpose of this simulator ...
https://www.eeworm.com/dl/527/337927.html
下载: 157
查看: 1052

matlab例程 PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A componen

PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std ...
https://www.eeworm.com/dl/665/371771.html
下载: 169
查看: 1065

数值算法/人工智能 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai

两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器 ...
https://www.eeworm.com/dl/518/378811.html
下载: 88
查看: 4369