代码搜索:ptr
找到约 10,000 项符合「ptr」的源代码
代码结果 10,000
www.eeworm.com/read/470800/6908645
cpp fun_ptr.cpp
// fun_ptr.cpp -- pointers to functions
#include
double betsy(int);
double pam(int);
// second argument is pointer to a type double function that
// takes a type int argument
void e
www.eeworm.com/read/470800/6908738
cpp init_ptr.cpp
// init_ptr.cpp -- initialize a pointer
#include
int main()
{
using namespace std;
int higgens = 5;
int * pt = &higgens;
cout
www.eeworm.com/read/470800/6908933
cpp fun_ptr.cpp
// fun_ptr.cpp -- pointers to functions
#include
double betsy(int);
double pam(int);
// second argument is pointer to a type double function that
// takes a type int argument
void e
www.eeworm.com/read/469845/6927579
bmp varbmp_ptr.bmp
www.eeworm.com/read/297271/6964331
lst ptr8000.lst
C51 COMPILER V7.06 PTR8000 03/28/2008 15:03:59 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE PTR8000
OBJECT MODULE PLACED IN
www.eeworm.com/read/297271/6964333
c ptr8000.c
//ICC-AVR application builder : 2006-4-4 11:28:26
// Target : M16 PTR8000模块简单测试
// Crystal: 11.059Mhz
//最关键的是SPI的初始化,MSB首位和极性方式00,极性方式错误,数据则不正确
#include
#include
#inc
www.eeworm.com/read/468329/6996476
cpp init_ptr.cpp
// init_ptr.cpp -- initialize a pointer
#include
int main()
{
using namespace std;
int higgens = 5;
int * pt = &higgens;
cout
www.eeworm.com/read/468329/6996669
cpp fun_ptr.cpp
// fun_ptr.cpp -- pointers to functions
#include
double betsy(int);
double pam(int);
// second argument is pointer to a type double function that
// takes a type int argument
void e
www.eeworm.com/read/467909/6996888
c ptr_cmp.c
/*
get_ptr_compare(len) returns a pointer to a optimal byte-compare function
for a array of stringpointer where all strings have size len.
The bytes are compare as unsigned chars.
Because the
www.eeworm.com/read/466904/7023217