stdio.h>
共 56 篇文章
stdio.h> 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 56 篇文章,持续更新中。
THM3060_RFID C51程序
<p>/////////////////////////////////////////////////////////////////////////////////</p><p>//</p><p>// T H M 3 0 6 0 D E M O M A
SHT10+LCD1602温湿度测量及显示(完整版)
<p>#include<reg51.h></p><p><br/></p><p>#include <intrins.h></p><p><br/></p><p>#include<math.h></p><p><br/></p><p>#include <stdio.h></p><p><br/></p><p>#define LCD_DBPO</p><p><br
数组子系统
#include <stdio.h><br />
#include <stdlib.h><br />
#define SMAX 100<br />
typedef struct SPNode<br />
{<br />
<span style="white-space:pre;"> </span>int i,j,v;<br />
}SPNode;<br />
<br />
二叉树子系统
#include<stdio.h><br />
#define TREEMAX 100<br />
typedef struct BT<br />
{<br />
<span style="white-space:pre;"> </span>char data;<br />
<span style="white-space:pre;"> </span>BT *lchild;
C语言编写雅可比迭代
# include<stdio.h><br />
# include<math.h><br />
# define N 3<br />
<br />
main(){<br />
float NF2(float *x,float *y);<br />
float A[N][N]={{10,-1,-2}
学生成绩guanli
<p class="MsoNormal">
#include<stdio.h><o:p></o:p>
</p>
<p class="MsoNormal">
#include<string.h><o:p></o:p>
</p>
<p class="MsoNormal">
#include<stdlib.h><o:p></o:p>
</p>
<p class=
成绩查询系统
<p class="MsoNormal">
#include<stdio.h><o:p></o:p>
</p>
<p class="MsoNormal">
#include<string.h><o:p></o:p>
</p>
<p class="MsoNormal">
#include<stdlib.h><o:p></o:p>
</p>
<p class=
学生成绩管理
#include<stdio.h><br />
#include<windows.h><br />
int xuanxiang;<br />
int studentcount;<br />
int banjihao[100];<br />
int xueqihao[100][10];<br />
char xm[100][100];<br />
int xuehao[100
数据结构实验
<div class="dp-highlighter bg_cpp" style="box-sizing:border-box;outline:0px;padding:1px 0px 0px;margin:0px 0px 24px;position:relative;overflow-y:hidden;overflow-x:auto;font-family:Consolas, "back
12345
<br />
<br />
/****************temic*********t5557***********************************/ <br />
#include <at892051.h> <br />
#include <string.h>
#include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n)
#include<stdio.h>
void main(void)
{int n,k,derivata,a[10],i
printf("n=") scanf(" d",&n)
for(i=0 i<=n i++)
{ printf("a[ d]=",i) scanf(" d",&a[i])
}
printf("k=") scanf(" d",&k)
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include <avr/sleep.h>
#include <avr/pgmspace.h>
#include <string.h>
#include <util/
client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i
client socket
include <sys/types.h>
include <sys/socket.h>
include <stdio.h>
include <netinet/in.h>
include <arpa/inet.h>
include <unistd.h>
int main()
include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #inclu
include <stdio.h> /*标准输入输出定义*/
#include <stdlib.h> /*标准函数库定义*/
#include <unistd.h> /*Unix标准函数定义*/
#include <sys/types.h> /**/
#include <
c语言算法排序
<p class="MsoNormal" style="margin-left:18.0pt;text-indent:-18.0pt;">
1.Describe a <span class="unicode">Θ</span>(<i>n</i> lg <i>n</i>)-time algorithm that, given a set <i>S</i> of <i>n</i> integers
#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h>
#include<stdio.h>
#include<string.h>
#include<limits.h>
#include<unistd.h>
#include<sys/types.h>
#define PROMPT_STRING "[myshell]$"
#define QUIT_STRING "exit\n"
运动会源代码
<ol class="dp-cpp">
<li>
<span><span class="preprocessor">#include <malloc.h> </span><span> </span></span>
</li>
<li>
<span></span><span class="preproces
利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。
#include <stdlib.h><br />
#include<stdio.h><br />
#include <malloc.h><br />
#define stack_init_size 100<br />
#define stackincrement 10<br />
typedef struct sqstack<br />
{<br />
int
河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,in
河內塔問題
#include<stdio.h>
#include<stdlib.h>
int fun_a(int)
void fun_b(int,int,int,int)
int main(void)
{
int n
int option
printf("題目二:河內塔問題\n")
printf("請輸入要搬移的圓盤數目\n")
离散实验 一个包的传递 用warshall
<div>
实验源代码<br />
//Warshall.cpp #include<stdio.h> void warshall(int k,int n) { int i , j, t; int temp[20][20]; for(i