stdio.h&gt

共 56 篇文章
stdio.h&gt 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 56 篇文章,持续更新中。

THM3060_RFID C51程序

<p>/////////////////////////////////////////////////////////////////////////////////</p><p>//</p><p>//&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;T H M 3 0 6 0&nbsp; &nbsp; &nbsp;D E M O&nbsp; M A

SHT10+LCD1602温湿度测量及显示(完整版)

<p>#include&lt;reg51.h&gt;</p><p><br/></p><p>#include &lt;intrins.h&gt;</p><p><br/></p><p>#include&lt;math.h&gt;</p><p><br/></p><p>#include &lt;stdio.h&gt;</p><p><br/></p><p>#define LCD_DBPO</p><p><br

数组子系统

#include &lt;stdio.h&gt;<br /> #include &lt;stdlib.h&gt;<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&lt;stdio.h&gt;<br /> #define TREEMAX 100<br /> typedef struct&nbsp; BT<br /> {<br /> <span style="white-space:pre;"> </span>char data;<br /> <span style="white-space:pre;"> </span>BT *lchild;

C语言编写雅可比迭代

# include&lt;stdio.h&gt;<br /> # include&lt;math.h&gt;<br /> # define N 3<br /> <br /> main(){<br /> &nbsp;&nbsp; &nbsp;float NF2(float *x,float *y);<br /> &nbsp;&nbsp; &nbsp;float A[N][N]={{10,-1,-2}

学生成绩guanli

<p class="MsoNormal"> #include&lt;stdio.h&gt;<o:p></o:p> </p> <p class="MsoNormal"> #include&lt;string.h&gt;<o:p></o:p> </p> <p class="MsoNormal"> #include&lt;stdlib.h&gt;<o:p></o:p> </p> <p class=

成绩查询系统

<p class="MsoNormal"> #include&lt;stdio.h&gt;<o:p></o:p> </p> <p class="MsoNormal"> #include&lt;string.h&gt;<o:p></o:p> </p> <p class="MsoNormal"> #include&lt;stdlib.h&gt;<o:p></o:p> </p> <p class=

学生成绩管理

#include&lt;stdio.h&gt;<br /> #include&lt;windows.h&gt;<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, &quot;back

12345

<br /> <br /> /****************temic*********t5557***********************************/ &nbsp;&nbsp;<br /> #include &nbsp; &lt;at892051.h&gt; &nbsp; &nbsp;<br /> #include &nbsp; &lt;string.h&gt; &nbsp;

#include&lt;stdio.h&gt; void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n)

#include&lt;stdio.h&gt; void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n) for(i=0 i&lt;=n i++) { printf("a[ d]=",i) scanf(" d",&a[i]) } printf("k=") scanf(" d",&k)

#include &lt;avr/io.h&gt; #include &lt;avr/interrupt.h&gt; #include &lt;avr/signal.h&gt; #include

#include &lt;avr/io.h&gt; #include &lt;avr/interrupt.h&gt; #include &lt;avr/signal.h&gt; #include &lt;avr/sleep.h&gt; #include &lt;avr/pgmspace.h&gt; #include &lt;string.h&gt; #include &lt;util/

client socket include &lt;sys/types.h&gt; include &lt;sys/socket.h&gt; include &lt;stdio.h&gt; i

client socket include &lt;sys/types.h&gt; include &lt;sys/socket.h&gt; include &lt;stdio.h&gt; include &lt;netinet/in.h&gt; include &lt;arpa/inet.h&gt; include &lt;unistd.h&gt; int main()

include &lt;stdio.h&gt; /*标准输入输出定义*/ #include &lt;stdlib.h&gt; /*标准函数库定义*/ #inclu

include &lt;stdio.h&gt; /*标准输入输出定义*/ #include &lt;stdlib.h&gt; /*标准函数库定义*/ #include &lt;unistd.h&gt; /*Unix标准函数定义*/ #include &lt;sys/types.h&gt; /**/ #include &lt

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&lt;stdio.h&gt; #include&lt;string.h&gt; #include&lt;limits.h&gt; #include&lt;unistd.h&gt

#include&lt;stdio.h&gt; #include&lt;string.h&gt; #include&lt;limits.h&gt; #include&lt;unistd.h&gt; #include&lt;sys/types.h&gt; #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n"

运动会源代码

<ol class="dp-cpp"> <li> <span><span class="preprocessor">#include&nbsp;&lt;malloc.h&gt;&nbsp;&nbsp;&nbsp; </span><span>&nbsp;&nbsp;</span></span> </li> <li> <span></span><span class="preproces

利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。

#include &lt;stdlib.h&gt;<br /> #include&lt;stdio.h&gt;<br /> #include &lt;malloc.h&gt;<br /> #define stack_init_size 100<br /> #define stackincrement 10<br /> typedef struct sqstack<br /> {<br /> int

河內塔問題 #include&lt;stdio.h&gt; #include&lt;stdlib.h&gt; int fun_a(int) void fun_b(int,int,int,in

河內塔問題 #include&lt;stdio.h&gt; #include&lt;stdlib.h&gt; int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n")

离散实验 一个包的传递 用warshall

<div> &nbsp;实验源代码<br /> //Warshall.cpp&nbsp;#include&lt;stdio.h&gt;&nbsp;void&nbsp;warshall(int&nbsp;k,int&nbsp;n)&nbsp;{&nbsp;int&nbsp;i&nbsp;,&nbsp;j,&nbsp;t;&nbsp;int&nbsp;temp[20][20];&nbsp;for(i