代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/457902/7315701
c ptr_ops.c
// ptr_ops.c -- pointer operations
#include
int main(void)
{
int urn[5] = {100,200,300,400,500};
int * ptr1, * ptr2, *ptr3;
ptr1 = urn; // assign an address to a
www.eeworm.com/read/449530/7501232
c ptr_ops.c
// ptr_ops.c -- pointer operations
#include
int main(void)
{
int urn[5] = {100,200,300,400,500};
int * ptr1, * ptr2, *ptr3;
ptr1 = urn; // assign an address to a
www.eeworm.com/read/297347/8028586
txt rel-ops.txt.txt
SELECT Title, Price
FROM BOOK a, PUBLISHER b
WHERE a.PublisherID = b.PublisherID
AND (b.Pname = '清华大学出版社' OR b.Pname='电子工业出版社');
Relational operations:
SELECT, FROM, WHERE, AND, OR
SE
www.eeworm.com/read/245818/12779169
c ptr_ops.c
// ptr_ops.c -- pointer operations
#include
int main(void)
{
int urn[5] = {100,200,300,400,500};
int * ptr1, * ptr2, *ptr3;
ptr1 = urn; // assign an address to a
www.eeworm.com/read/243950/12905138
as bitwise.as
// makeswf -v 7 -s 200x150 -r 1 -o bitwise.swf bitwise.as
trace ("check Bitwise and shift operations");
numbers = [ Infinity, -Infinity, NaN,
0.0, -0.0, 1, -1, -2, 2, 3, 42,
0.5, -0.5, 1.5, -1.
www.eeworm.com/read/319472/13451257
c ptr_ops.c
// ptr_ops.c -- pointer operations
#include
int main(void)
{
int urn[5] = {100,200,300,400,500};
int * ptr1, * ptr2, *ptr3;
ptr1 = urn; // assign an address to a
www.eeworm.com/read/315699/13537917
c ptr_ops.c
// ptr_ops.c -- pointer operations
#include
int main(void)
{
int urn[5] = {100,200,300,400,500};
int * ptr1, * ptr2, *ptr3;
ptr1 = urn; // assign an address to a
www.eeworm.com/read/152092/5676023
c rt_process.c
/* test FP operations in RT tasks */
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/147766/5722166
h vis.h
/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $
* VIS.h: High speed copy/clear operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller (davem@c