代码搜索:new_data
找到约 116 项符合「new_data」的源代码
代码结果 116
www.eeworm.com/read/164520/5489812
ini recentfile.ini
[RecentFiles]
RecentFile1=D:\New_Data\VB数理统计实用算法\VB_6\3\数据库_通用\库存图书.mdb
RecentFile2=C:\arcgis\ArcTutor\Map\airport.mdb
RecentFile3=D:\VB_6\3\数据库_通用\库存图书.mdb
RecentFile4=D:\数据处理程序\3\数据库_通用\TestBase
www.eeworm.com/read/360709/10080945
m pca.m
function [new_data, eigvector, eigvalue] = pca(data, eigvector_n)
%PCA Principal component analysis
% Usage:
% [NEW_DATA, EIGVECTOR, EIGVALUE] = PCA(DATA, EIG_N)
%
% DATA: Rows of vectors of (zer
www.eeworm.com/read/360694/10081685
m pca.m
function [new_data, eigvector, eigvalue] = pca(data, eigvector_n)
%PCA Principal component analysis
% Usage:
% [NEW_DATA, EIGVECTOR, EIGVALUE] = PCA(DATA, EIG_N)
%
% DATA: Rows of vectors of (zer
www.eeworm.com/read/442927/7641725
m pca_b.m
function [new_data, eigvector, eigvalue] = pca(data, eigvector_n)
%PCA Principal component analysis
% Usage:
% [NEW_DATA, EIGVECTOR, EIGVALUE] = PCA(DATA, EIG_N)
%
% DATA: Rows of vectors of (zer
www.eeworm.com/read/360694/10081688
m pca2.m
function [new_data, eigvector, eigvalue] = pca2(data, eigvector_n)
%PCA Principal component analysis
% Usage:
% [NEW_DATA, EIGVECTOR, EIGVALUE] = PCA(DATA, EIG_N)
%
% DATA: Rows of vectors of (ze
www.eeworm.com/read/442927/7641712
m pca2.m
function [new_data, eigvector, eigvalue] = pca2(data, eigvector_n)
%PCA Principal component analysis
% Usage:
% [NEW_DATA, EIGVECTOR, EIGVALUE] = PCA(DATA, EIG_N)
%
% DATA: Rows of vectors of (ze
www.eeworm.com/read/440553/7687723
bak detector.v.bak
// WARNING: Do NOT edit the input and output ports in this file in a text
// editor if you plan to continue editing the block that represents it in
// the Block Editor! File corruption is VERY likel
www.eeworm.com/read/139464/13155136
c gps.c
#include
#include
#include
void init_usart0(void);
void init_usart1(void);
void save(void);
void store(char *source,char *dest);
void flash_clr(char *Data
www.eeworm.com/read/492937/6414422
m add_data.m
function varargout = add_data(varargin)
% ADD_DATA add data to TS
% last modified 28.08.07
% Last Modified by GUIDE v2.5 21-Aug-2003 13:24:29
% Begin initialization code - DO NOT EDIT
gui_Sin
www.eeworm.com/read/290576/8475216
vhd detector.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use WORK.UART_PACKAGE.ALL;
-- 实体声明
entity detector is
port (
clk : in std_logic;
reset_n : in std_logic;
RxD : in std_logic;
new_data