代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/147186/12578495
m multinomial_prob.m
function B = eval_pdf_cond_multinomial(data, obsmat)
% EVAL_PDF_COND_MULTINOMIAL Evaluate pdf of conditional multinomial
% function B = eval_pdf_cond_multinomial(data, obsmat)
%
% Notation: Y = o
www.eeworm.com/read/364264/9916866
m tree2str.m
function str=tree2str(tree)
%TREE2STR Translates a GPLAB algorithm tree into a string.
% TREE2STR(TREE) returns the string represented by the tree,
% in valid Matlab notation, ready for eval
www.eeworm.com/read/458682/7291462
sh alt-bc.sh
#!/bin/bash
# Invoking 'bc' using command substitution
# in combination with a 'here document'.
var1=`bc
www.eeworm.com/read/198319/7941243
pl mac2hex.pl
#! /usr/bin/perl
#
# Convert Ethernet (MAC) address (dot notation) to "ether.inc"
#
sub usage {
print STDERR "usage: $ego [-v] [-binutils] ddd.ddd.ddd.ddd.ddd.ddd\n";
print STDERR " $e
www.eeworm.com/read/137696/5819253
msg xercesmessages_en_us.msg
$quote "
$set 1
2 Notation '{0}' has already been declared
3 Attribute '{0}' has already been declared for element '{1}'
4 Encoding ({0}, from XMLDecl or manually set) contradicts the auto-sensed e
www.eeworm.com/read/100285/6271152
c network.c
/*
* PostgreSQL type definitions for the INET type. This
* is for IP V4 CIDR notation, but prepared for V6: just
* add the necessary bits where the comments indicate.
*
* $Id: network.c,v 1.10.2.
www.eeworm.com/read/153407/12035569
m tree2str.m
function str=tree2str(tree)
%TREE2STR Translates a GPLAB algorithm tree into a string.
% TREE2STR(TREE) returns the string represented by the tree,
% in valid Matlab notation, ready for eval