代码搜索:输出可调

找到约 10,000 项符合「输出可调」的源代码

代码结果 10,000
www.eeworm.com/read/231956/14214369

c dac.c

/////////DAC调试程序///////////////// /////////T2定时更新DAC1输出///////////////////// ////////DAC0为直接更新/////////////////////////// /////////DAC.c//////////////////////////////////////// #include "c8051F040
www.eeworm.com/read/226591/14457302

c dac.c

/////////DAC调试程序///////////////// /////////T2定时更新DAC1输出///////////////////// ////////DAC0为直接更新/////////////////////////// /////////DAC.c//////////////////////////////////////// #include "c8051F040
www.eeworm.com/read/225696/14525776

c c03_02.c

/*格式输出单精度实数和双精度实数*/ #include int main() { float x = 22222.22222; double y = 3333333333333.333333; printf("%f, %f", x, y); return 0; }
www.eeworm.com/read/221870/14716538

f90 upperlower.f90

module LinearAlgebra implicit none contains ! 输出矩阵的子程序 subroutine output(matrix) implicit none integer :: m,n real :: matrix(:,:) integer :: i character(len=20) :: for='(??(1x,
www.eeworm.com/read/221812/14719888

h bisearchtree.h

template class BiSearchTree { //输出流运算符重载 friend istream &operator>> (istream &in, BiSearchTree* &tree); private: BiTreeNode *root; //根指针 void Insert(BiTreeNode*
www.eeworm.com/read/220284/14844419

c hd44780.c

#include "includes.h" #define HD44780_C /**************************************************************************************/ //函数名 :lcd_pulse //属性 :私有 //功能 :产生LCD所需的短脉冲 //输入参数 :无 //输出参数
www.eeworm.com/read/220284/14844734

c hd44780.c

#include "includes.h" #define HD44780_C /**************************************************************************************/ //函数名 :lcd_pulse //属性 :私有 //功能 :产生LCD所需的短脉冲 //输入参数 :无 //输出参数
www.eeworm.com/read/118531/14864745

cpp bank.cpp

#include #include"Simulation.h" void main() { //定义模拟对象s Simulation s; //执行模拟过程 s.RunSimulation(); //输出模拟结果 s.PrintSimulationResults(); }
www.eeworm.com/read/214925/15082853

asv conv_sum.asv

function [ y, n ] = conv_sum ( x, nx, h, nh ) % The function of compute the convolution sum y[n] = x[n] * h[n] % -------------------------------------------------------------- % y: 卷积和输出序列y[n]对应
www.eeworm.com/read/212099/15165932

#1 dac.#1

/////////DAC调试程序///////////////// /////////T2定时更新DAC1输出///////////////////// ////////DAC0为直接更新/////////////////////////// /////////DAC.c//////////////////////////////////////// #include "c8051F040