If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
標簽: sorted individually respect vectors
上傳時間: 2015-09-23
上傳用戶:comua
This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performance tradeoffs.
標簽: capabilities exploration AccelDSP exercise
上傳時間: 2014-12-22
上傳用戶:eclipse
FDTD !-- Fortran code for FDTD with Berenger PMLs, version 1.0, May 1999 !-- by Jos Bergervoet. !-- Plot field and/or Poynting vector S around radiating linear dipole
標簽: Bergervoet Berenger Fortran version
上傳時間: 2015-10-02
上傳用戶:zhuimenghuadie
canpie 一個can bus的協議棧 - CAN interface for embedded control - CAN interface for PC (without local processor) - CAN interface for PC (with local processor)
標簽: interface CAN for embedded
上傳時間: 2015-10-03
上傳用戶:changeboy
用STL實現快速排序,使用vector。
上傳時間: 2014-01-08
上傳用戶:stampede
基于libsvm,開發的支持向量機圖形界面(初級水平)應用程序,并提供了關于C和sigma的新的參數選擇方法,使得SVM的使用更加簡單直觀.參考文章 Fast and Efficient Strategies for Model Selection of Gaussian Support Vector Machine 可google之。
標簽: libsvm
上傳時間: 2015-10-16
上傳用戶:cuibaigao
%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:
標簽: BIQPBOX reflective Bisection search
上傳時間: 2013-12-17
上傳用戶:sk5201314
常用數據結構集體實現,功能較全的數據結構實現,包括鏈表、映射、隊列、集合、堆棧、vector等,自帶異常處理,非常方便
標簽: 數據結構
上傳時間: 2013-12-23
上傳用戶:change0329
第一章涵蓋了內建的數據型別,語言預先定義好的運算符、標準程序庫中那個的vector和string類、條件語句和循環語句、輸入和輸出用的iostream庫。第二章解釋函數的設計和使用;第三章涵蓋所謂的Standard Template Library;第四章講述classes機制的設計和使用過程。第五章說明如何擴展classes;第六章的重頭戲是class templates 第七章講述如何使用c++提供的異常處理機制。
標簽: 數據
上傳時間: 2014-02-20
上傳用戶:zyt
The CUBA library provides new implementation of four general-purpose multidimensional integration algorithms: Vegas, Suave, Divonne, and Cuhre. Suave is a new algorithm, Divonne is a known algorithm to which important details have been added, and Vegas and Cuhre are new implementations of existing algorithms with only few improvements over the original versions. All four algorithms can integrate vector integrands and have very similar Fortran, C/C++, and Mathematica interfaces.
標簽: multidimensional general-purpose implementation integration
上傳時間: 2014-09-09
上傳用戶:gxf2016