代码搜索:new_data
找到约 116 项符合「new_data」的源代码
代码结果 116
www.eeworm.com/read/204449/15339392
m pca.m
function [eigvector, eigvalue, meanData, new_data] = PCA(data, options)
%PCA Principal component analysis
% Usage:
% [EIGVECTOR, EIGVALUE, MEANDATA, NEW_DATA] = PCA(DATA, OPTIONS)
%
% DATA: Rows
www.eeworm.com/read/284735/8905485
pl sms_fileget.pl
#################################################################################
# @(#) Perl Module: BOCO_SMS_FileGet.pl
#
# Author(s): Tim.JIA
#
# Creation Date: 2005-11-24
#
# Last update Date
www.eeworm.com/read/131315/5939797
c unexelf.c
/* Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Licens
www.eeworm.com/read/212063/15166428
cpp snode.cpp
template
Error_code Search_tree::search_and_insert(
Binary_node *&sub_root, const Record &new_data)
{
if (sub_root == NULL) {
sub_root = n
www.eeworm.com/read/104643/15686431
cpp inventor.cpp
#include "ray.h"
#include "globals.h"
#include "sfvars.h"
#include "sprfunc.h"
#include "sprtypes.h"
#include "inventor.h"
#include "rayspr.h"
void Inventory_Update(pobject cur_object, long u
www.eeworm.com/read/103202/15740636
cpp inventor.cpp
#include "ray.h"
#include "globals.h"
#include "sfvars.h"
#include "sprfunc.h"
#include "sprtypes.h"
#include "inventor.h"
#include "rayspr.h"
void Inventory_Update(pobject cur_object, long u
www.eeworm.com/read/212063/15166427
cpp stree.cpp
template
Error_code Search_tree::insert(const Record &new_data)
{
return search_and_insert(root, new_data);
}
template
Error_code Search_tree
www.eeworm.com/read/100861/15863600
cpp auto_array.cpp
#include "../framework.h"
void _auto_array_allocate(void **data_ret, int *items_ret,
int start_items, int item_size) {
int bytes = start_items * item_size;
void
www.eeworm.com/read/104643/15686432
cpp monster.cpp
#include "ray.h"
#include "globals.h"
#include "rayspr.h"
#include "sprfunc.h"
#include "sfvars.h"
#include "sprinter.h"
#include "fixed.h"
#include "rayfile.h"
#include "message.h"
#include
www.eeworm.com/read/103202/15740637
cpp monster.cpp
#include "ray.h"
#include "globals.h"
#include "rayspr.h"
#include "sprfunc.h"
#include "sfvars.h"
#include "sprinter.h"
#include "fixed.h"
#include "rayfile.h"
#include "message.h"
#include