代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/152778/12085857
c main.c
/*******************************************************************************
*
* Function: main - Tests cfft_simd
*
* Description:
* This function is and example of how to use cfft_simd
www.eeworm.com/read/152752/12087871
c yynull.c
#include
#include
#ifndef EXPORT
#define EXPORT
#endif
static char rcsid[] = "$Id: yynull.c,v 1.3 2001/06/07 22:30:09 drh Exp $";
EXPORT void _YYnull(char *file, int lin
www.eeworm.com/read/341378/12088046
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/152711/12091257
h skin.h
/**
* \file skin.h
* \author Feynman Software (http://www.minigui.com).
* \date 2003/10/10
*
* This file includes interfaces for skin module of MiniGUIExt library,
* which provides skin supp
www.eeworm.com/read/255228/12094906
txt embeded.txt
C语言测试是招聘嵌入式系统程序员过程中必须而且有效的方法。这些年,我既参加也组织了许多这种测试,在这过程中我意识到这些测试能为面试者和被面试者提供许多有用信息,此外,撇开面试的压力不谈,这种测试也是相当有趣的。
从被面试者的角度来讲,你能了解许多关于出题者或监考者的情况。这个测试只是出题者为显示其对ANSI标准细节的知识而不是技术技巧而设计吗?这是个愚蠢的问题吗?如要你答出某个字符的AS ...
www.eeworm.com/read/255131/12100441
c os_sem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/255131/12100468
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/341202/12102266
plg lesson.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\C51教程\lesson28code\lesson.uv2
Project File Date: 07/05/2006
Output:
Buil
www.eeworm.com/read/152411/12116411
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/340960/12117846
h timer.h
# define MAXTIMER 10
struct TM
{
DWORD Interval;
DWORD LastTimer;
BOOL Enable;
BOOL Used;
void (*Pointer)();