搜索结果
找到约 12,542 项符合
A.J 的查询结果
按分类筛选
- 全部分类
- 数据结构 (13)
- 其他书籍 (10)
- matlab例程 (9)
- Java编程 (8)
- 源码 (7)
- 人工智能/神经网络 (6)
- 数学计算 (6)
- 单片机编程 (6)
- 技术资料 (6)
- VC书籍 (5)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (5)
- 其他 (4)
- 电子书籍 (4)
- 书籍源码 (4)
- 模拟电子 (3)
- 汇编语言 (3)
- 通讯/手机编程 (3)
- 交通/航空行业 (2)
- 网络 (2)
- 编译器/解释器 (2)
- VHDL/FPGA/Verilog (2)
- 书籍 (2)
- VIP专区 (2)
- 学术论文 (1)
- 技术书籍 (1)
- 电源技术 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- 加密解密 (1)
- 文章/文档 (1)
- 软件工程 (1)
- Java书籍 (1)
- J2ME (1)
- 单片机开发 (1)
- 中间件编程 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- GPS编程 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- SQL Server (1)
- 系统设计方案 (1)
- 无线通信 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- 教材/考试/认证 (1)
- 软件 (1)
- 其他 (1)
数据结构 多模式匹配算法——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
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 ...
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.
数据结构 RMQ问题是指:对于长度为n的数列A
RMQ问题是指:对于长度为n的数列A,回答若干询问RMQ(A,i,j)(i,j<=n),返回数列A中下标在[i,j]里的最小值下标。
数学计算 Ex3-23 亲兄弟问题 « 问题描述: 给定n 个整数0 1 1 , , , n- a a  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 ...
编译器/解释器 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 ...
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, ...
通讯/手机编程 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 ...
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 ...
数值算法/人工智能 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai
两台处理机A 和B处理n个作业。设第i个作业交给机器
A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作
业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于
某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没
有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两
台机器 ...