代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/296893/8073850

html chapter5.html

Chapter 5 - Pointers and Arrays Back to Chapter 4 --  Index --&n
www.eeworm.com/read/296805/8076273

htm parray.htm

/* parray.c: Illustrates arrays & pointers */ #include <stdio.h> int min(int* nums, int size) { // or int nums[] int* end = nums + size; // past the end
www.eeworm.com/read/140545/13076705

h purge.h

//: :purge.h // Delete pointers in an STL sequence container #ifndef PURGE_H #define PURGE_H #include template void purge(Seq& c) { typename Seq::iterator i; for(i
www.eeworm.com/read/312169/13616947

cpp passingptrfunction.cpp

// Listing 20.7 Pointers to Functions as args #include using namespace std; // this file uses std:: objects void Square (int&,int&); void Cube (int&, int&); void Swap (int&, i
www.eeworm.com/read/308378/13703310

html chapter5.html

Chapter 5 - Pointers and Arrays Back to Chapter 4 --  Index --&n
www.eeworm.com/read/140704/5783532

cc dec_hist_0.cc

// file: dec_hist_0.cc // // isip include files // #include "decoder.h" #include "decoder_constants.h" // method: next_histwords_cc // // arguments: // void_p* histwords: (input) the pointers to ol
www.eeworm.com/read/140582/5785300

txt options.txt

Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds instead of the default 4. RISC1 and RISC2 are 2 alternatives for the inner loop and PTR means to use pointers arithmatic ins
www.eeworm.com/read/126641/6014996

txt options.txt

Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds instead of the default 4. RISC1 and RISC2 are 2 alternatives for the inner loop and PTR means to use pointers arithmatic ins
www.eeworm.com/read/102395/6233309

txt swap1.txt

Since the pointers have not yet met, the keys that index \tt\blue2 i \rm\black and index \tt\green2 j \rm \black are pointing to must be exchanged. This ensures the conditions: a) all elements in \t
www.eeworm.com/read/101042/6258517

txt options.txt

Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds instead of the default 4. RISC1 and RISC2 are 2 alternatives for the inner loop and PTR means to use pointers arithmatic ins