Welcome![Sign In][Sign Up]
Location:
Search - IJ

Search list

[Other resourceIJ.15-BIOSYS97.ps

Description: 神经网络算法原程序内容较详细。希望大家仔细讨论这个问题。-neural network algorithm original program content in more detail. We hope to discuss this issue carefully.
Platform: | Size: 42827 | Author: Bill | Hits:

[Other多维数组-矩阵的压缩存储- 稀疏矩阵(一)

Description: 稀疏矩阵   设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储   为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。   其中每一个非零元素所在的行号、列号和值组成一个三元组(i,j,a ij ),并由此三元组惟一确定。   稀疏矩阵进行压缩存储通常有两类方法:顺序存储和链式存储。链式存储方法【参见参考书目】。 2、三元组表   将表示稀疏矩阵的非零元素的三元组按行优先(或列优先)的顺序排列(跳过零元素),并依次存放在向量中,这种稀疏矩阵的顺序 存储结构称为三元组表。 -sparse matrix based matrix A are mn s nonzero elements, if s is far less than the total number of matrix elements (s
Platform: | Size: 3934 | Author: snow | Hits:

[Graph programij-3D-Toolkit_src_0.3

Description: 3D-Toolkit 英文版 大家共享-3D-3D Toolkit-English share Toolkit
Platform: | Size: 593830 | Author: 孙博学 | Hits:

[Special Effectsij

Description: 一个用来进行图像处理的源代码 用java xie de -one used for image processing of the source code with java de xie
Platform: | Size: 1067276 | Author: jsy | Hits:

[Other resourcemanually_send2

Description: 加滤色镜佛ij飞速度
Platform: | Size: 877 | Author: 王刚 | Hits:

[Other resourceZuiChangGongGongZiXuLie

Description: 问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。
Platform: | Size: 7982 | Author: 陈文浩 | Hits:

[Other resourceMATLABtoGenerateMSequence

Description: 由十其强人的功能而被广泛应{IJ十很多工程领域。在扩频通信,},通常的做法是{IJ扩频序列J信号和乘, 从而得到频谱的扩展或扭缩,因而扩频序列的性能直接决定着通信质量。伪随机序列,},的m序列和Cold序列最常{}J们一扩 频序列。该文首先简中介绍了m序列和Cold序列的原理、性能和构造方法.接着在MAfLAB }}})IJ M语言编程实现它们的产 生和分析。仿真结果验证了该方法的正确性和可行性。该方法简练直观,适合工程技术人员参考。
Platform: | Size: 25154 | Author: williampoto | Hits:

[Special Effectsij124-docs2

Description: Ij图像处理工具
Platform: | Size: 420440 | Author: wangwei | Hits:

[Other resourceDS1302haoshi

Description: 介绍了ij一个DS1302的s设计,有仿真,大家可以参考一下
Platform: | Size: 125886 | Author: 徐俊 | Hits:

[OS program最长公共子序列

Description: 最长公共子序列: 序列Z=是序列X=的子序列,相应的递增下标序列为。 一般地,给定一个序列X=,则另一个序列Z=是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。
Platform: | Size: 885172 | Author: duongminhdien | Hits:

[Graph programIJCV

Description: 多视点拼图的离散渲染-discrete rendering of the puzzle
Platform: | Size: 1881088 | Author: 站长 | Hits:

[AI-NN-PRIJ.15-BIOSYS97.ps

Description: 神经网络算法原程序内容较详细。希望大家仔细讨论这个问题。-neural network algorithm original program content in more detail. We hope to discuss this issue carefully.
Platform: | Size: 43008 | Author: Bill | Hits:

[Other多维数组-矩阵的压缩存储- 稀疏矩阵(一)

Description: 稀疏矩阵   设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储   为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。   其中每一个非零元素所在的行号、列号和值组成一个三元组(i,j,a ij ),并由此三元组惟一确定。   稀疏矩阵进行压缩存储通常有两类方法:顺序存储和链式存储。链式存储方法【参见参考书目】。 2、三元组表   将表示稀疏矩阵的非零元素的三元组按行优先(或列优先)的顺序排列(跳过零元素),并依次存放在向量中,这种稀疏矩阵的顺序 存储结构称为三元组表。 -sparse matrix based matrix A are mn s nonzero elements, if s is far less than the total number of matrix elements (s
Platform: | Size: 4096 | Author: snow | Hits:

[Graph programij-3D-Toolkit_src_0.3

Description: 3D-Toolkit 英文版 大家共享-3D-3D Toolkit-English share Toolkit
Platform: | Size: 593920 | Author: 孙博学 | Hits:

[Special Effectsij

Description: 一个用来进行图像处理的源代码 用java xie de -one used for image processing of the source code with java de xie
Platform: | Size: 1067008 | Author: jsy | Hits:

[JSPmanually_send2

Description: 加滤色镜佛ij飞速度 -Ij Buddha plus color filter color filter fly speed increase flying speed of the Buddha ij
Platform: | Size: 1024 | Author: | Hits:

[Data structsZuiChangGongGongZiXuLie

Description: 问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。-Description of the problem sequence is Z =
Platform: | Size: 8192 | Author: 陈文浩 | Hits:

[3G developMATLABtoGenerateMSequence

Description: 由十其强人的功能而被广泛应{IJ十很多工程领域。在扩频通信,},通常的做法是{IJ扩频序列J信号和乘, 从而得到频谱的扩展或扭缩,因而扩频序列的性能直接决定着通信质量。伪随机序列,},的m序列和Cold序列最常{}J们一扩 频序列。该文首先简中介绍了m序列和Cold序列的原理、性能和构造方法.接着在MAfLAB }}})IJ M语言编程实现它们的产 生和分析。仿真结果验证了该方法的正确性和可行性。该方法简练直观,适合工程技术人员参考。-From ten of its functions strongman widely (IJ ten should be a lot of engineering fields. In spread spectrum communications,), the usual practice is spreading sequences (IJ and J signal x, resulting in the expansion of the spectrum or twisting shrinkage, thus the performance of direct sequence spread spectrum determines the quality of communication. Pseudo-random sequence,), the m sequence and Cold sequence () J are the most common one spreading sequences. The article first introduces Jane m sequences and sequences Cold Principle, performance and construction methods. Then MAfLAB)))) IJ M programming language to achieve their production and analysis. The simulation results confirm the correctness of the method and feasibility. The method is concise and intuitive for engineering and technical staff.
Platform: | Size: 24576 | Author: williampoto | Hits:

[Special Effectsij124-docs2

Description: Ij图像处理工具-Ij image processing tools
Platform: | Size: 419840 | Author: wangwei | Hits:

[JSP/Javaij

Description: ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。 ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等多種格式。ImageJ支持圖像棧功能,即在一個窗口里以多線程的形式層疊多個圖像, 并行處理。只要內存允許,ImageJ能打開任意多的圖像進行處理。除了基本的圖像操作, 比如縮放,旋轉, 扭曲, 平滑處理外,ImageJ還能進行圖片的區域和像素統計, 間距,角度計算, 能創建柱狀圖和剖面圖,進行傅里葉變換。 -ImageJ is a java-based image processing software in public, it is by the National Institutes of Health developed. Can run on Microsoft Windows, Mac OS, Mac OS X, Linux, and the Sharp Zaurus PDA and many other platforms. The characteristics of their java-based, making it able to write programs applet, etc. distributed. ImageJ can display, edit, analyze, process, save and print 8-bit, 16-bit, 32-bit images, support for TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS and many other formats. ImageJ supports image stack functions, namely, a window in the form of multi-threaded Cascading multiple images, parallel processing. As long as memory allows, ImageJ can open any number of images for processing. In addition to the basic image manipulation, such as scaling, rotation, distortion, smoothing things, ImageJ can be a picture of regional and pixel statistics, spacing, angle calculation, can create histograms and profiles, the Fourier transform.
Platform: | Size: 1337344 | Author: 王人富 | Hits:
« 12 3 4 »

CodeBus www.codebus.net