代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/297024/8062378
c gui__intersectrect.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/297024/8063606
lst gui__intersectrects.lst
C51 COMPILER V8.05a GUI__INTERSECTRECTS 04/11/2008 14:18:25 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE GUI__INTERSECTRECTS
OBJECT MOD
www.eeworm.com/read/297024/8064112
lst gui__intersectrect.lst
C51 COMPILER V8.05a GUI__INTERSECTRECT 04/11/2008 14:18:25 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE GUI__INTERSECTRECT
OBJECT MODU
www.eeworm.com/read/246190/12750893
c gui__intersectrect.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/245818/12779143
c p_and_s.c
/* p_and_s.c -- pointers and strings */
#include
int main(void)
{
const char * mesg = "Don't be a fool!";
const char * copy;
copy = mesg;
printf("%s\n", copy);
www.eeworm.com/read/244318/12872250
h processes.h
#include
#include
#include
typedef struct _process process;
struct _process
{
process *next, *prev;
int pid, utime;
int diff;
www.eeworm.com/read/244043/12895774
c gui__intersectrect.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/142575/12937516
c gui__intersectrect.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/140545/13076401
cpp voidrtti.cpp
//: C08:VoidRTTI.cpp
// RTTI & void pointers
//!#include
#include
using namespace std;
class Stimpy {
public:
virtual void happy() {}
virtual void joy() {}
virtu