代码搜索结果
找到约 10,000 项符合
N 的代码
16_n.asm
data_seg segment
car db 29
db 40h,0bh,0,0
db 40h,0bh,1,0
db 40h,0bh,1,0
db 40h,0bh,1,0
db 40h,0bh,1,0
n_upsample.m
function h=n_upsample(h0,T,Ts)
w=[1,zeros(1,round(T/Ts)-1)];
h1=(h0*w)';
h=reshape(h1,1,[]);
n_vector.h
#ifndef VECTOR_H
#define VECTOR_H
#ifdef _MSC_VER
#include
#include
using std::ends;
#else
#include
using namespace std;
#endif
#include
#include
n_prnprv.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form PrnPRV
Caption = "打印预览"
ClientHeight = 7695
ClientLeft = 915
n_psvm.m
function [w,gamma, trainCorr, testCorr, cpu_time, nu, mu]=n_psvm(A,d,rr,k,nu,mu,output,bal);
% version 1.1
% last revision: 01/24/03
%===============================================================