代码搜索:如何学习 1631?
找到约 10,000 项符合「如何学习 1631?」的源代码
代码结果 10,000
www.eeworm.com/read/431812/8653594
cpp pku1631.cpp
#include
#define SZ 40001
int a[SZ], b[SZ];
int Max;
void search(int x)
{
int l, h, m;
if (x < b[0])
{
b[0] = x;
return;
}
if (x > b[Max - 1])
{
b[Max++] = x;
www.eeworm.com/read/185622/9018571
txt rfc1631.txt
Network Working Group K. Egevang
Request for Comments: 1631 Cray Communications
Category: Informational
www.eeworm.com/read/185445/9037955
m e1631.m
function y=e1631(x)
y=[2*x(1)^2+x(1)*x(2)-3;x(1)*x(2)-x(2)^2+5;x(1)^2-x(2)^2-4];
www.eeworm.com/read/168857/9894929
gif img1631.gif
www.eeworm.com/read/465477/6938198
txt rfc1631.txt
Network Working Group K. Egevang
Request for Comments: 1631 Cray Communications
Category: Informational
www.eeworm.com/read/299626/7842451
c ds1631.c
#include // 引用标准库的头文件
#include
#define uchar unsigned char
#define uint unsigned int
#define READ 1
#define WRITE 0
sbit SDA = P1^4; // 串行数据
sbit SCL = P1^6;
www.eeworm.com/read/198041/7955400
h ds1631.h
/*! \file ds1631.h \brief Dallas DS1631 Temperature Sensor Driver Library. */
//*****************************************************************************
//
// File Name : 'ds1631.h'
// Title
www.eeworm.com/read/198041/7955600
c ds1631.c
/*! \file ds1631.c \brief Dallas DS1631 Temperature Sensor Driver Library. */
//*****************************************************************************
//
// File Name : 'ds1631.c'
// Title
www.eeworm.com/read/196909/8047498