代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/440906/1777989
c 3523.c
// Build don't link:
// GROUPS passed assignment
class ccUnwind
{
public:
virtual ~ccUnwind (); // comment out virtual, and void diag changes
};
template
class ccHandle : public ccUnwi
www.eeworm.com/read/398713/2371241
cpp ex2_3.cpp
// ex2_3.cpp
// exercises arithmetic assignment and decrement
#include
using namespace std;
int main()
{
int var = 10;
cout
www.eeworm.com/read/367917/2830158
sql ui-do-10050.10010.sql
-- Insert UiDisplayObject
INSERT INTO UI_DISPLAY_OBJECT (
DISPLAY_OBJECT_ID
,DISPLAY_TYPE_ID
,NAME
,DESCRIPTION
) VALUES (
'10050.10010'
,'SELECT'
,'Select - Lead Assignment Rule Ope
www.eeworm.com/read/366702/2871691
c 900220_01.c
// { dg-do run }
// g++ 1.36.1 bug 900220_01
// Ref: 12.8
// Section 12.8 says:
// "That is, X::operator=() will be generated only if no assignment
// operation is explicitly declared and an objec
www.eeworm.com/read/366702/2871959
c 3523.c
// { dg-do assemble }
// GROUPS passed assignment
class ccUnwind
{
public:
virtual ~ccUnwind (); // comment out virtual, and void diag changes
};
template
class ccHandle : public ccUnw
www.eeworm.com/read/361774/2943678
dmx cluster5probabilitydist.dmx
--Cluster assignment and probability distribution for 250 customers
SELECT TOP 250 t.FirstName, t.LastName, t.Profit
, Cluster(), PredictHistogram(Cluster())
FROM CustomerProfitCategory_CL
www.eeworm.com/read/261703/4319776
vhd mistake.vhd
-- Demonstrates latch warning
-- caused by missed assignment in case "two"
-- This warning message will help you find a functional
-- error even before simulation!
library ieee;
use ieee.std_log
www.eeworm.com/read/153824/5644868
h asn_len.h
/*
* asn_len.h
*
* Warning: many of these routines are MACROs for performance reasons
* - be carful where you use them. Don't use more than one per
* assignment statement -
*
www.eeworm.com/read/395456/8172458
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/370579/9595061
txt 四d触发器74175.txt
-- Quad D-Type Flip-flop
-- This example shows how a conditional signal assignment statement could be used to describe sequential logic(it is more common to use a process).
-- The keyword 'unaffect