代码搜索:methods

找到约 10,000 项符合「methods」的源代码

代码结果 10,000
www.eeworm.com/read/118392/14873802

h list.h

/* * Fast list methods * Feb 2000 --Jcid * */ #ifndef __LIST_H__ #define __LIST_H__ /* * a_List_resize() * * Make sure there's space for 'num_items' items within the list * (First, allocate
www.eeworm.com/read/116836/14952149

h processing.h

#pragma once #include "resource.h" // main symbols #include #include "Methods.h" #include "Multithreading/Thread.h" // defining an internal error message id. // Purpose: Pr
www.eeworm.com/read/213240/15139941

m dknndd.m

%DKNNDD Distance K-Nearest neighbour data description method. % % W = DKNNDD(D,FRACREJ,K,METHOD) % % Calculates the K-Nearest neighbour data description on distance % dataset D. Two methods a
www.eeworm.com/read/212063/15166219

h random.h

class Random { public: Random(bool pseudo = true); // Declare random-number generation methods here. int random_integer(int low, int high); double random_real(); int poisson
www.eeworm.com/read/210916/15189954

m regutm.m

function [A,U,V] = regutm(m,n,s) %REGUTM Test matrix for regularization methods. % % [A,U,V] = regutm(m,n,s) % % Generates a random m-times-n matrix A such that A*A' and A'*A % are oscillating. Hence
www.eeworm.com/read/18335/784564

vhd scalebl3.vhd

-- We show 3 methods of creating scaleable designs. For -- creating adders, we suggest using the add operator -- as shown in file: scalebl1.vhd (rather than using the -- random logic shown here.
www.eeworm.com/read/18335/784566

vhd scalebl2.vhd

-- We show 3 methods of creating scaleable designs. For -- creating adders, we suggest using the add operator -- as shown in file: scalebl1.vhd (rather than using the -- random logic shown here.
www.eeworm.com/read/493646/1164545

py methodwrapper.py

# -- coding: utf-8 """ methodwrapper.py - Module which provides a meta-class level implementation for method wrappers. The metaclasses provided here specifically wrap pre_* and post_* methods defined
www.eeworm.com/read/489022/1226397

java saveurl.java

package ie.vnit.webcrawler; import java.net.*; import java.io.*; import java.util.*; /** * Class with static methods that can save URLs and extract links * Works also as a standalone progr
www.eeworm.com/read/489022/1226400

java saveurl1.java

package ie.vnit.webcrawler; import java.net.*; import java.io.*; import java.util.*; /** * Class with static methods that can save URLs and extract links * Works also as a standalone progr