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

Search list

[Communication-Mobileradarsystem2

Description: discusses the Radar Cross Section (RCS). RCS dependency on aspect angle, frequency, and polarization are discussed.-discusses the Radar Cross Section (RCS). R CS dependency on aspect angle, frequency, and polarization are discussed.
Platform: | Size: 20480 | Author: alan | Hits:

[DocumentsARMCrossDevelopment

Description: ARM Cross Development with Eclipse version 3 该文章详细介绍了如何用Eclipse来进行ARM嵌入式开发-ARM Cross Development with Eclipse versio n 3 of the article describes in detail how to use Eclipse for ARM Embedded Development
Platform: | Size: 9262080 | Author: 王二 | Hits:

[Software Engineeringcross-toolchain

Description: linux下arm交叉编译环境的建立说明. -linux arm under cross-compiler environment of the note.
Platform: | Size: 5120 | Author: 郭华江 | Hits:

[Communication-MobileGengerateCrossCorreslation

Description: 广义互相关算法和最小均方自适应滤波法主要用于两路接收信号的时间延迟估计,进而利用几何方法对目标定位,常用于通信,雷达当中-broad cross-correlation algorithm and the minimum mean square adaptive filter for the two main roads to receive signals in the time-delay estimation, then use geometric method of orientation, used in communications, radar them
Platform: | Size: 1024 | Author: 潘仁杰 | Hits:

[BooksARM-LinuxCross-compiler

Description: 一步 教你搭建ARM-LINUX交叉编译环境,本人一边做一边写的,每一步都没问题.-step by step teach you structures ARM-Linux cross-compiler environment, I do writing side, each step no problem.
Platform: | Size: 153600 | Author: wangxiao | Hits:

[CSharpdreel430

Description: Datareel is a comprehensive cross-platform C++ development kit used to build multi-threaded database and communication applications. C++ is a programming language that produces fast executing compiled programs and offers very powerful programming capabilities. Unlike interpreted languages such as JAVA and PERL the C++ language by itself does not contain built-in programming interfaces for database, communications, and multi-threaded programming. By using DataReel you can extend the power of the C++ programming language by using high-level programming interfaces for database, communications, and multi-threaded programming-Datareel is a comprehensive cross-platfo rm C development kit used to build multi-thread ed database and communication applications. C is a programming language that produces fast ex ecuting compiled programs and offers very powe rful programming capabilities. Unlike interp reted languages such as Java and C PERL the langu age by itself does not contain built-in program ming interfaces for database, communications, and multi-threaded programming. By using Data Reel you can extend the power of the C programmin g language by using high-level programming int erfaces for database, communications, and multi-threaded programming
Platform: | Size: 2251776 | Author: 王云 | Hits:

[Picture ViewerEasyBMPtoAVI_0.54_console-source

Description: EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed, so you can choose your own compression without loss of quality. 4) Cross-platform compatible (Linux, Unix, Windows, Macintosh, Solaris, ...) 5) Cross-compiler compatible (supports compiling in MS Visual Studio, g++, MinGW, Intel s icc, and the lousy Borland compiler) 6) Easy user interface even helps you if you forget to specify crucial information. 7) Endian-safe as of Version 0.52, so it will work on things like PowerPC, Sparc, etc. 8) 64-bit compatible if you compile with EasyBMP -EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi mov ie file from a series of windows bitmap (BMP) ima celebrated. Some features : 1) Support for reading all bit-depths supporte d by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed. so you can choose your own compression without l oss of quality. 4) Cross-platform compatible ( Linux, Unix, Windows, Mac, Solaris, ...) 5) Cross-compatible compiler (c supports ompiling in MS Visual Studio, g, MinGW. Intel's icc. and the lousy Borland compiler) 6) Easy user int erface even helps you if you forget to specify cr ucial information. 7) Endian-safe as of Versio n 0.52, so it will work on things like the PowerPC
Platform: | Size: 13312 | Author: deeply2000 | Hits:

[matlabpca5_fold

Description: 模式识别中pca 5-fold交叉检验算法-pattern recognition pca 5-fold cross-validation algorithm
Platform: | Size: 1024 | Author: 文秋婷 | Hits:

[matlabMatlabcorrelation

Description: 对正弦信号自相关和互相关运算的实验。在进行算法模拟时首先应对一个实时数字信号处理的任务选择一种方案和多种算法,用计算机高级语言如(c、Matlab等工具)验证算法能否满足系统的性能指标;然后从多种信号处理算法中找出最佳或准最佳算法。-right sinusoidal signal autocorrelation and cross correlation of the experimental operation. Conducting simulation algorithm deal with a first real-time digital signal processing tasks to choose a variety of programs and algorithms, Senior computer language such as (c, Matlab, and other tools) verification algorithm can meet the performance indicators; Then from a variety of signal processing algorithms to find the best or potential best algorithm.
Platform: | Size: 1024 | Author: laiweidong | Hits:

[OtherCross-Platform%20GUI%20Programming%20with%20wxWidg

Description: cross platform wxWdigets GUI basic components-cross platform GUI basic wxWdigets compon ents
Platform: | Size: 5417984 | Author: yoyo | Hits:

[AI-NN-PRcrossvalidate

Description: 基于决策树的n则交叉验证分类器 (决策树程序直接调用matlab中的) crossvalidate.m N则交叉验证程序,N可选 NDT.mat 含9个国际公认标准数据集,已做过标么处理,可直接使用 专业-n Based on Decision Tree is cross-validation classification (decision tree directly call the Matlab) cr ossvalidate.m N is cross-validation procedures, N optional NDT.mat with nine internationally recognized standard data sets, what has been done superscript, direct access to professional
Platform: | Size: 235520 | Author: hehuixin | Hits:

[Othercrossingriver

Description: Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. Sample Input 1 4 1 2 5 10 Sample Output 17 -Input The first line of the input contains a single integer T (1
Platform: | Size: 1024 | Author: 孔铁柱 | Hits:

[File Formatcorrelations

Description: computes Input/output auto/cross-correlation.-computes Input/output auto/cross-corre IBM.
Platform: | Size: 1024 | Author: 金岳 | Hits:

[matlabmypcacv

Description: Performs Principal Component Analysis cross validation to determine the true rank of an X-block.-Performs Principal Component Analysis cr oss validation to determine the true rank of an X- block.
Platform: | Size: 1024 | Author: 李楠 | Hits:

[Special Effectszuixiaojiacha

Description: 本程序是matlab写的基于最小交叉熵的图象分割,处理速度快,分割质量好。-This procedure is written in matlab minimum cross-entropy-based image segmentation, processing speed and good quality segmentation.
Platform: | Size: 1024 | Author: h | Hits:

[OtherhowTo-make-cross-toolchain(arm-linux-gcc)

Description: GNU交叉工具链(arm-linux-gcc 3.4.4), How to build
Platform: | Size: 67584 | Author: Eric.Lee | Hits:

[VC/MFCCross-PlatformGUIProgrammingwithwxWidgets

Description: wxwidget的跨平台开发技术资料,是实现跨平台GUI开发的一本入门书。-wxwidget cross-platform development of technical information, is to achieve cross-platform GUI development of a primer.
Platform: | Size: 5417984 | Author: 睢小龙 | Hits:

[DocumentsMetamaterial

Description: 提出了一种可控超电磁材料Metamatrial与结构,研究了在4~10GHz范围内的电磁波传输系数与单站雷达散射截面(RCS)的电可控特性。-A super-controllable electromagnetic materials and structures Metamatrial studied in the range of 4 ~ 10GHz electromagnetic wave transmission coefficient and single-station radar cross section (RCS) controllable electrical characteristics.
Platform: | Size: 249856 | Author: xuzhanxian | Hits:

[Mathimatics-Numerical algorithmssvm-crossvaldition

Description: 采用c++编写的有关svm交叉验证的程序。-Used c++ Prepared by the SVM cross-validation procedure.
Platform: | Size: 161792 | Author: 赵菁 | Hits:

[Post-TeleCom sofeware systemshuxiangguan

Description: 两个关于互相关函数的matlan程序。第一个求互相关,第二个用互相关函数计算时移的大小 -Two on the cross-correlation function matlan procedures. The first order cross-correlation, and the second cross-correlation function by calculating the size of time-lapse
Platform: | Size: 1024 | Author: conan | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net