搜索结果

找到约 281 项符合 vector 的查询结果

数据结构 一个德国人Kasper Peeters用C++ template写的tree的STL实现

一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。
https://www.eeworm.com/dl/654/185437.html
下载: 88
查看: 1155

人工智能/神经网络 If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each

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.
https://www.eeworm.com/dl/650/200435.html
下载: 161
查看: 1083

其他嵌入式/单片机内容 This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapp

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/performan ...
https://www.eeworm.com/dl/687/202430.html
下载: 160
查看: 1057

数学计算 FDTD  !-- Fortran code for FDTD with Berenger PMLs, version 1.0, May 1999 !-- by Jos Bergervoet.

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
https://www.eeworm.com/dl/641/204210.html
下载: 107
查看: 1269

STL 用STL实现快速排序

用STL实现快速排序,使用vector。
https://www.eeworm.com/dl/658/206803.html
下载: 135
查看: 1025

人工智能/神经网络 基于libsvm

基于libsvm,开发的支持向量机图形界面(初级水平)应用程序,并提供了关于C和sigma的新的参数选择方法,使得SVM的使用更加简单直观.参考文章 Fast and Efficient Strategies for Model Selection of Gaussian Support Vector Machine 可google之。
https://www.eeworm.com/dl/650/209946.html
下载: 92
查看: 1018

matlab例程 %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma

%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 ...
https://www.eeworm.com/dl/665/214092.html
下载: 34
查看: 1088

数据结构 常用数据结构集体实现

常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便
https://www.eeworm.com/dl/654/214878.html
下载: 97
查看: 1019

VC书籍 第一章涵盖了内建的数据型别

第一章涵盖了内建的数据型别,语言预先定义好的运算符、标准程序库中那个的vector和string类、条件语句和循环语句、输入和输出用的iostream库。第二章解释函数的设计和使用;第三章涵盖所谓的Standard Template Library;第四章讲述classes机制的设计和使用过程。第五章说明如何扩展classes;第六章的重头戏是class templat ...
https://www.eeworm.com/dl/686/215220.html
下载: 53
查看: 1029

数值算法/人工智能 The CUBA library provides new implementation of four general-purpose multidimensional integration al

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 a ...
https://www.eeworm.com/dl/518/215323.html
下载: 70
查看: 1137