代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/325023/13230667
java passwordutils.java
//: annotations/PasswordUtils.java
import java.util.*;
public class PasswordUtils {
@UseCase(id = 47, description =
"Passwords must contain at least one numeric")
public boolean validateP
www.eeworm.com/read/137160/13342562
m genlab.m
%GENLAB Generate labels for classes
%
% LABELS = GENLAB(N,LABLIST)
%
% INPUT
% N Number of labels to be generated
% LABLIST Label names (optional; default: numeric labels 1,2,3,...)
%
www.eeworm.com/read/136879/13356029
cpp fig20_30.cpp
// Fig. 20.30: fig20_30.cpp
// Examples of mathematical algorithms in the Standard Library.
#include
#include
#include // accumulate is defined here
#include
www.eeworm.com/read/321972/13391512
m ssort.m
function out = ssort(a)
%SSORT Selection sort data in ascending order
% Function SSORT sorts a numeric data set into
% ascending order. Note that the selection sort
% is relatively inefficient.
www.eeworm.com/read/314653/13562683
m genlab.m
%GENLAB Generate labels for classes
%
% LABELS = GENLAB(N,LABLIST)
%
% INPUT
% N Number of labels to be generated
% LABLIST Label names (optional; default: numeric labels 1,2,3,...)
%
www.eeworm.com/read/314179/13572529
m constants.m
function Constants
% This M-file defines global constants for the numeric values in
% the GPS communication protocols. These values have been tested with
% Garmin brand GPS systems (specifically, t
www.eeworm.com/read/136031/13877501
cpp list9-5.cpp
// List 9-5
// Demonstrates Use of accumulate with List of Integers
#include
#include
#include
using namespace std;
void main(void)
{
list Inte
www.eeworm.com/read/133952/5896754
m ssort.m
function out = ssort(a)
%SSORT Selection sort data in ascending order
% Function SSORT sorts a numeric data set into
% ascending order. Note that the selection sort
% is relatively inefficient.
www.eeworm.com/read/120487/6073470
out numerology.out
--
-- NUMEROLOGY
-- Test various combinations of numeric types and functions.
--
--
-- Test implicit type conversions
-- This fails for Postgres v6.1 (and earlier?)
-- so let's try explicit conversio
www.eeworm.com/read/120487/6073633
sql numerology.sql
--
-- NUMEROLOGY
-- Test various combinations of numeric types and functions.
--
--
-- Test implicit type conversions
-- This fails for Postgres v6.1 (and earlier?)
-- so let's try explicit conversi