代码搜索:输出可调
找到约 10,000 项符合「输出可调」的源代码
代码结果 10,000
www.eeworm.com/read/395782/8152656
h main.h
/*-------------------------------------------端口定义-------------------------
------------------*/
//输出端口
#define RUN1() PORTB^=(1
www.eeworm.com/read/395782/8152659
bak main.h.bak
/*-------------------------------------------端口定义-------------------------
------------------*/
//输出端口
#define RUN1() PORTB^=(1
www.eeworm.com/read/174062/9609992
c ch4_1.c
/*ch4_1*/
/*字符数据的输出*/
#include
void main()
{
char a='a';
int i=97;
printf("%c,%d\n",a,a) ;
printf("%c,%d\n",i,i) ;
}
www.eeworm.com/read/368473/9692308
c hd44780.c
#include "includes.h"
#define HD44780_C
/**************************************************************************************/
//函数名 :lcd_pulse
//属性 :私有
//功能 :产生LCD所需的短脉冲
//输入参数 :无
//输出参数
www.eeworm.com/read/368473/9692705
c hd44780.c
#include "includes.h"
#define HD44780_C
/**************************************************************************************/
//函数名 :lcd_pulse
//属性 :私有
//功能 :产生LCD所需的短脉冲
//输入参数 :无
//输出参数
www.eeworm.com/read/412585/11191218
c hd44780.c
#include "includes.h"
#define HD44780_C
/**************************************************************************************/
//函数名 :lcd_pulse
//属性 :私有
//功能 :产生LCD所需的短脉冲
//输入参数 :无
//输出参数
www.eeworm.com/read/335039/12553187
cpp 11_2.cpp
//11_2.cpp
#include
#include
using namespace std;
int main()
{
int x = 100;
cout
www.eeworm.com/read/333937/12651765
m rels.m
function thita=rels(z, na, nb, nc)
% 用增广矩阵法估计参数 .... % 函数说明体
if isa(z,'iddata') % 输入输出数据
y = pvget(z,'OutputDat
www.eeworm.com/read/201037/15418058
h bisearchtree.h
template
class BiSearchTree
{
//输出流运算符重载
friend istream &operator>> (istream &in, BiSearchTree* &tree);
private:
BiTreeNode *root; //根指针
void Insert(BiTreeNode*
www.eeworm.com/read/111298/15514857
h bisearchtree.h
template
class BiSearchTree
{
//输出流运算符重载
friend istream &operator>> (istream &in, BiSearchTree* &tree);
private:
BiTreeNode *root; //根指针
void Insert(BiTreeNode*