代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/340641/12141692
cpp vector.cpp
//========================================================
/**
* @file Vector.cpp
*
* 项目描述: DirectInput键盘演示
* 文件描述: 向量类
* 适用平台: Windows98/2000/NT/XP
*
* 作者: WWBOSS
* 电子邮件:
www.eeworm.com/read/340632/12142105
h vector.h
//========================================================
/**
* @file Vector.h
*
* 项目描述: 3DS文件载入
* 文件描述: 向量类
* 适用平台: Windows98/2000/NT/XP
*
* 作者: WWBOSS
* 电子邮件: wwboss12
www.eeworm.com/read/340632/12142112
cpp vector.cpp
//========================================================
/**
* @file Vector.cpp
*
* 项目描述: 3DS文件载入
* 文件描述: 向量类
* 适用平台: Windows98/2000/NT/XP
*
* 作者: WWBOSS
* 电子邮件: wwboss
www.eeworm.com/read/254346/12142953
obj vector.obj
www.eeworm.com/read/254346/12143067
asm vector.asm
; SOLUTION FILE FOR VECtor.ASM
.mmregs
.def rsvect
.ref _c_int0
.ref _c_int1
.ref _PHANTOM
www.eeworm.com/read/253867/12179961
c vector.c
#include
#include
#include
// #include
/**
**
original elements of vector: 51 23 7 88 41 98 12 103 37 6
sorted elements of vector: 6 7 12 23
www.eeworm.com/read/340112/12181746
m vector.m
function P=vector(s)
%get the multiple images' feature vector
file=fopen('result.txt','a+');
fprintf(file,'\n手写体数字识别(RBF神经网络:)%s', datestr(date));
i=s;
for j=0:9
str1=int2str(j);
www.eeworm.com/read/340086/12182313
h vector.h
#pragma once
#include
using std::cout;
using std::cin;
using std::endl;
class vector
{
private:
int n;
double *vector1;
public:
vector(int r):n(r)
{
vector1 = new doub
www.eeworm.com/read/151593/12190103
dsp vector.dsp
# Microsoft Developer Studio Project File - Name="vector" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/151593/12190106