代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/374411/9407021
m demo_kde_3.m
% Simple Example #3 -- products of gaussian mixtures
%
%
fprintf('KDE Example #3 : Product sampling methods (single, anecdotal run)\n');
rand('state',0);
randn('state',0);
p = kde([.1,.45,.55,
www.eeworm.com/read/177879/9428596
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Static_Methods
{
///
/// Summ
www.eeworm.com/read/373369/9460281
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/373369/9460723
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/177199/9465619
java e4_16.java
// Fig. 11.9: StringValueOf.java
// String valueOf methods.
import javax.swing.*;
//StringValueOf
public class E4_16{
public static void main( String args[] )
{
char charArray[]
www.eeworm.com/read/177199/9465633
java e4_13.java
// Fig. 11.5: StringIndexMethods.java
// String searching methods indexOf and lastIndexOf.
import javax.swing.*;
//StringIndexMethods
public class E4_13{
public static void main( String arg
www.eeworm.com/read/175308/9552523
ex-22-11
// Example 22-11: Declaring Win32 API methods for import into a C# program
[DllImport("kernel32", SetLastError=true)]
static extern unsafe int CreateFile(
string filename,
uint desiredAcce
www.eeworm.com/read/175135/9558405
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/175135/9558421
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/175135/9558422
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