代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/124341/6965336
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/468329/6996546
cpp mytime0.cpp
// mytime0.cpp -- implementing Time methods
#include
#include "mytime0.h"
Time::Time()
{
hours = minutes = 0;
}
Time::Time(int h, int m )
{
hours = h;
minutes = m
www.eeworm.com/read/468329/6996556
cpp mytime2.cpp
// mytime2.cpp -- implementing Time methods
#include
#include "mytime2.h"
Time::Time()
{
hours = minutes = 0;
}
Time::Time(int h, int m )
{
hours = h;
minutes = m
www.eeworm.com/read/468329/6996557
cpp mytime1.cpp
// mytime1.cpp -- implementing Time methods
#include
#include "mytime1.h"
Time::Time()
{
hours = minutes = 0;
}
Time::Time(int h, int m )
{
hours = h;
minutes = m
www.eeworm.com/read/223598/7104108
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/332978/7141758
java roshambo3.java
//: enumerated/RoShamBo3.java
// Using constant-specific methods.
package enumerated;
import static enumerated.Outcome.*;
public enum RoShamBo3 implements Competitor {
PAPER {
www.eeworm.com/read/332978/7141988
java range.java
//: net/mindview/util/Range.java
// Array creation methods that can be used without
// qualifiers, using Java SE5 static imports:
package net.mindview.util;
public class Range {
// Produce a
www.eeworm.com/read/464109/7169542
m m3a.m
% This M-file, m3a.m, is for Project 3 on methods of braking
% of separately-excited dc motor in Chapter 8
% It is to be used in conjunction with the Simulink file s3a.m
% for the first two parts
www.eeworm.com/read/458493/7295751
m compemrk4.m
function compEMRK4
% compEMRK4 Compare flops and accuracy of Euler, Midpoint and RK4 methods
% for the solution of dy/dt = -y; y(0) = 1
%
% Synopsis: compEMRK4
%
% Input: none
www.eeworm.com/read/458488/7296127
m compemrk4.m
function compEMRK4
% compEMRK4 Compare flops and accuracy of Euler, Midpoint and RK4 methods
% for the solution of dy/dt = -y; y(0) = 1
%
% Synopsis: compEMRK4
%
% Input: none