代码搜索:ptr
找到约 10,000 项符合「ptr」的源代码
代码结果 10,000
www.eeworm.com/read/346314/11754972
c ptr2000.c
//本例一前文实例单片机发送PWM信号和HMR 3000数字罗盘的方位数据的程序为例,
//介绍无线数据传输的程序在单片机系统中的编制。
//定义文件和定时器端口
#include
#include
#include
#define uchar unsigned char
#define uint unsigned in
www.eeworm.com/read/259917/11757786
bmp varbmp_ptr.bmp
www.eeworm.com/read/259865/11760928
c ptr_demo.c
#include
void main(void)
{
int counter = 10;
int *iptr; // Declare pointer value
iptr = &counter; // Assign the address
printf("Addres in iptr %x Value at
www.eeworm.com/read/259865/11760946
c ptr_upr.c
#include
#include
char *string_uppercase(char *string)
{
char *starting_address;
starting_address = string;
while (*string)
toupper(*string++);
re
www.eeworm.com/read/259865/11760983
c str_ptr.c
#include
void show_string(char *string)
{
while (*string)
putchar(*string++);
}
void main(void)
{
show_string("Jamsa's 1001 C/C++ Tips");
}
www.eeworm.com/read/259865/11761283
c ptr_out.c
#include
void main ()
{
int value;
printf("The address of the variable value is %p\n",
&value);
}
www.eeworm.com/read/259865/11761539
c env_ptr.c
#include
void main (int argc, char **argv, char **env)
{
while (*env)
printf("%s\n", *env++);
}
www.eeworm.com/read/259865/11761541
c argv_ptr.c
#include
void main (int argc, char **argv)
{
while (*argv)
printf ("%s\n", *argv++);
}
www.eeworm.com/read/259217/11815104
c ptr8000.c
#define __SRC
#include "Config.h"
#undef __SRC
/*-------------------------------------------------------------------------------------------
nrf905配置寄存器宏定义
nrf905配置寄存器(10Byte)
工作频率f=(