代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/393163/2488358
m find_mpe.m
function mpe = find_mpe(engine, evidence, varargin)
% FIND_MPE Find the most probable explanation of the data (assignment to the hidden nodes)
% function mpe = find_mpe(engine, evidence,...)
%
% e
www.eeworm.com/read/393163/2488407
m find_mpe.m
function mpe = find_mpe(engine, evidence, varargin)
% FIND_MPE Find the most probable explanation of the data (assignment to the hidden nodes)
% function mpe = find_mpe(engine, evidence,...)
%
% e
www.eeworm.com/read/367917/2830097
sql ui-s-lead_rule.sql
-- Insert UiScreen
INSERT INTO UI_SCREEN (
SCREEN_ID
,APPLICATION_ID
,SCREEN_NAME
,SCREEN_DESCRIPTION
) VALUES (
'10050.10010'
,'1'
,'LEAD_RULE'
,'Lead Assignment Rules'
);
--
www.eeworm.com/read/367917/2830102
sql ui-e-leadassignmentcriteria.sql
-- Insert UiEntity
INSERT INTO UI_ENTITY (
ENTITY_ID
,ENTITY_NAME
,TABLE_NAME
,EXT_TABLE_NAME
,DESCRIPTION
) VALUES (
'10010.10011'
,'LeadAssignmentCriteria'
,'LEAD_ASSIGNMENT_CRIT
www.eeworm.com/read/367917/2830106
sql ui-e-leadassignmentrule.sql
-- Insert UiEntity
INSERT INTO UI_ENTITY (
ENTITY_ID
,ENTITY_NAME
,TABLE_NAME
,EXT_TABLE_NAME
,DESCRIPTION
) VALUES (
'10010.10010'
,'LeadAssignmentRule'
,'LEAD_ASSIGNMENT_RULE'
www.eeworm.com/read/366702/2870514
c 14664-1.c
// { dg-do assemble }
// 981203 bkoz
// g++/14664 - test
char foo[26];
void bar()
{
//-g++: incompatible types in assignment of 'const char[]' to 'char[]'
//-edg: expression must be a modifiabl
www.eeworm.com/read/366702/2873283
f90 forall_5.f90
! Program to test FORALL with pointer assignment inside it.
program forall_5
type element
integer, pointer, dimension(:)::p
end type
type (element) q(5)
integer, target, dimension(2
www.eeworm.com/read/366702/2881644
c builtin-strstr.c
/* The strstr call is expanded to just "s", which should not result in a
warning about discarding qualifiers in an assignment. */
/* { dg-do compile } */
extern char * strstr (const char *s1, cons
www.eeworm.com/read/366702/2882693
c 20061109-2.c
/* { dg-do compile } */
/* { dg-options "-O1" } */
/* This assignment might be implemented with a mem copy from the
literal pool with two BLKmode operands. This produced an ICE on S/390
since
www.eeworm.com/read/160391/5571504
m find_mpe.m
function mpe = find_mpe(engine, evidence, varargin)
% FIND_MPE Find the most probable explanation of the data (assignment to the hidden nodes)
% function mpe = find_mpe(engine, evidence,...)
%
% e