代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/379732/9180034
py hnfa.py
# -*- coding: iso-8859-1 -*-
#
# Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander
# Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman.
#
# This program is free software; you can redistr
www.eeworm.com/read/379730/9180059
py util.py
# -*- coding: iso-8859-1 -*-
#
# Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander
# Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman.
#
# This program is free software; you can redistri
www.eeworm.com/read/379729/9180081
py tests.py
# -*- coding: iso-8859-1 -*-
#
# This file is a part of the Bayes Blocks library
#
# Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander
# Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman
www.eeworm.com/read/378183/9245541
dat funtc23.dat
函数名称: isalnum
函数原型: int isalnum(int ch);
函数功能: 检查ch是否是字母(alpha)或数字(numeric).
函数返回: 是字母或数字返回 1,否则返回 0.
函数说明:
所属文件:
www.eeworm.com/read/376407/9318360
txt 问题b.txt
Problem B:Longest Ordered Subsequence
Time Limit:2000MS Memory Limit:65536K
Total Submit:2 Accepted:2
Language: not limited
Description
A numeric sequence of ai is ordered if a1 < a2
www.eeworm.com/read/176906/9479901
ned antnest.ned
//-------------------------------
// File: antNest.ned
// This is a simple simulation program whose purpose is just
// to understand how antNet algorithm works
//-------------------------------
www.eeworm.com/read/176906/9479921
ned antgenerator.ned
//-------------------------------
// File: antGenerator.ned
// This is a simple simulation program whose purpose is just
// to understand how antNet algorithm works
//-----------------------------
www.eeworm.com/read/176906/9479948
ned datagenerator.ned
//-------------------------------
// File: datagenerator.ned
// This is a simple simulation program whose purpose is just
// to understand how antNet algorithm works
//----------------------------
www.eeworm.com/read/176085/9517427
dat funtc23.dat
函数名 isalnum
函数原型 int isalnum(int ch);
功能 检查ch是否是字母(alpha)或数字(numeric).
返回值 是字母或数字返回 1,否则返回 0.
包含文件 ctype.h
www.eeworm.com/read/371680/9542390
m mrdivide.m
function x = mrdivide(x,y)
% Division x/y for ADTAYL objects, ONLY for case where Y is a scalar
% (number or ADTAYL).
if ~(numel(y)==1)
error('X/Y for ADTAYL objects currently requires Y scala