代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/299965/7816788
cpp letter_grade.cpp
#include
#include
using std::string;
string letter_grade(double grade)
{
// range posts for numeric grades
static const double numbers[] = {
97, 94, 90, 87, 84, 80, 7
www.eeworm.com/read/299965/7817291
cpp letter_grade.cpp
#include
#include
using std::string;
string letter_grade(double grade)
{
// range posts for numeric grades
static const double numbers[] = {
97, 94, 90, 87, 84, 80, 7
www.eeworm.com/read/299965/7817587
cpp letter_grade.cpp
#include
#include
using std::string;
string letter_grade(double grade)
{
// range posts for numeric grades
static const double numbers[] = {
97, 94, 90, 87, 84, 80, 7
www.eeworm.com/read/434038/7895147
ned dyna.ned
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/297347/8028568
sql 1.sql
CREATE TABLE Title(
CallNumber VARCHAR(40) NOT NULL,
Name VARCHAR(200),
ISBN VARCHAR(40),
Year DATETIME,
Publisher VARCHAR(80),
PRIMARY KEY (CallNumber),
UNIQUE (ISBN));
CREATE TABLE Author(
www.eeworm.com/read/397102/8068181
m getlabn.m
%GETLABN Get numeric labels of dataset
%
% [NLAB,LABLIST] = GETLABN(A)
%
% Returns the numeric labels NLAB of all objects in the dataset A.
% Numbers are assigned in alphabetical order.
% LABLIST is t
www.eeworm.com/read/296933/8069440
lst keyedit.lst
C51 COMPILER V7.50 KEYEDIT 06/09/2007 13:49:47 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE KEYEDIT
OBJECT MODULE PLACED IN
www.eeworm.com/read/296933/8069521
c keyedit.c
#include
extern ulong PARAM[8];
/***************************/
extern void saveee(void);
extern void sendpj(ulong w[]);
extern void watchdog();
//extern unsigned char valaddr;
extern
www.eeworm.com/read/195864/8125600
ned genericnetworknode.ned
//-------------------------------
// File: genericNetworkNode.ned
// This is a simple simulation program whose purpose is just
// to understand how antNet algorithm works
//-----------------------
www.eeworm.com/read/333464/12680511
sql createlibrarysqlserver2k.sql
DROP TABLE Author ;
DROP TABLE Book ;
DROP TABLE HOLD ;
DROP TABLE Dependent ;
DROP TABLE Title ;
DROP TABLE Member ;
DROP TABLE Section ;
DROP TABLE Librarian ;
CREATE TABLE Title(
CallNum