代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/355115/10291900
h methods.h
#pragma once
enum CIPHER
{
ENCRYPT_METHOD = 0,
DECRYPT_METHOD,
ENCRYPT_EXE
};
www.eeworm.com/read/161235/10435276
gif methods.gif
www.eeworm.com/read/276685/10715451
h methods.h
#pragma once
enum CIPHER
{
ENCRYPT_METHOD = 0,
DECRYPT_METHOD,
ENCRYPT_EXE
};
www.eeworm.com/read/349902/10786272
m methods.m
function M = methods(S)
% BVQXfigure::methods - return available method names
% Version: v0.7b
% Build: 7090409
% Date: Sep-04 2007, 9:44 AM CEST
% Author: Jochen Web
www.eeworm.com/read/349902/10786472
m methods.m
function M = methods(S)
% BVQXinifile::methods - get methods of class
% Version: v0.7b
% Build: 7090312
% Date: Sep-03 2007, 12:47 PM CEST
% Author: Jochen Weber, Bra
www.eeworm.com/read/349902/10786783
m methods.m
function M = methods(S)
% BVQXfile::methods - overloaded method
%
% gives the available methods for the current object (see subsref)
% Version: v0.7b
% Build: 7082922
% Date: Aug-29 2
www.eeworm.com/read/272785/10944228
gif methods.gif
www.eeworm.com/read/271119/11006709
gif methods.gif
www.eeworm.com/read/416350/11031832
c methods.c
#include "headfile.h"
#include "global.h"
#include "mem_loc.h"
#include "myfun.h"
#include "methods.h"
float meanTotalValues(FMATRIX values, int row, int col) {
float meanValue = 0;
int i,
www.eeworm.com/read/416350/11031843
h methods.h
#ifndef __METHODS_H__
#define __METHODS_H__
#include "define_t.h"
float meanTotalValues(FMATRIX , int , int );
FVECTOR meanValues(FMATRIX , int , int );
float squareSum(FVECTOR, int);
void o