代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/485517/6552489
c senddatagramv3.0.c
#ifndef _SENDDATAGRAM_C_
#define _SENDDATAGRAM_C_ 0
#include "../DataProcessing/MySHM.h"
//#include "../DataProcessing/Wrapper.c"
//#include "MainServ.c"
long int Hex[10];
int ToBCDChar(char c)
www.eeworm.com/read/485517/6552505
c~ senddatagramv3.0.c~
#ifndef _SENDDATAGRAM_C_
#define _SENDDATAGRAM_C_ 0
#include "../DataProcessing/MySHM.h"
//#include "../DataProcessing/Wrapper.c"
//#include "MainServ.c"
long int Hex[10];
int ToBCDChar(char c)
www.eeworm.com/read/484945/6569239
cpp stepwiseregression.cpp
//StepwiseRegression.cpp 逐步回归分析
#include //模板类输入输出流iostream标准头文件
#include //模板类valarray的标准头文件
#include //数据处理与回归分析头文件
#include //模板类Matrix头文
www.eeworm.com/read/484805/6575236
txt text1.txt
/* s programable rectifier */
#include "stdio.h"
main()
{
int n=0,i=0;
int pcm[8]={0,1,2,3,4,5,6,7},pcm1[8];
printf("the inatialize of the pcm is :\n");
for(;i
www.eeworm.com/read/484805/6575238
txt s程控接线器.txt
/* s programable rectifier */
#include "stdio.h" /* head file */
main() /* main function */
{
int n=0,i=0; /* define two vars */
int pcm[9]={0,1,2,3,4,5,6,7,8},pcm1[9]; /* define
www.eeworm.com/read/484805/6575239
c text1.c
/* s programable rectifier */
#include "stdio.h"
main()
{
int n=0,i=0;
int pcm[8]={0,1,2,3,4,5,6,7},pcm1[8];
printf("the inatialize of the pcm is :\n");
for(;i
www.eeworm.com/read/484805/6575257
c s程控接线器.c
/* s programable rectifier */
#include "stdio.h" /* head file */
main() /* main function */
{
int n=0,i=0; /* define two vars */
int pcm[8]={0,1,2,3,4,5,6,7},pcm1[8]; /* define tw
www.eeworm.com/read/484555/6579699
c icp.c
/***************************************************************
*
* Iterative Closest (Reciprocal) Point Algoritmus
*
* Basic functions
*
* C file: icp.c
*
* Author: Pavel Kucera
*
*
www.eeworm.com/read/484555/6579706
c mreg.c
/* Multiple point sets registration algorithm */
/* based on article of A.J.Stoddard, A.Hilton in Proceedings of ICRP'96 */
/* and an ICP implementation by P. Kucera, FEL CVUT, Prague */
/* Implement