排序:上传时间 相关度 下载量 查看数

PRINTF 104

按分类查找:

  • 数据结构实验

    #include&nbsp;<stdio.h>&nbsp;&nbsp; #include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp; &nbsp;&nbsp; typedef&nbsp;struct&nbsp;node&nbsp;&nbsp; {&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;struc ...

    /dl/517413.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • 数据结构实验

    #include <iostream> #include <stdio.head> #include <stdlib.head> #include <string.head> #define ElemType int #define max 100 using namespace std; typedef struct node1 { ElemType data; struct node1 *next; }Node1,*LinkList;//链栈 typedef struct { ElemType *base; int top; }SqStack;// ...

    /dl/517414.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • 学生成绩管理

    #include<stdio.h> #include<windows.h> int xuanxiang; int studentcount; int banjihao[100]; int xueqihao[100][10]; char xm[100][100]; int xuehao[100][10]; int score[100][3]; int yuwen; int shuxue[000]; int yingyu[100]; int c[100]; int p; char x[1000][100]="",y[100][100]="";/*x学院 y专业 z班级*/&nbsp; ...

    /dl/517591.html

    标签: c语言

    上传时间: 2018-06-08

    上传用户:2369043090

  • 成绩查询系统

    #include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score &nbsp;&nbsp;{ &nbsp;&nbsp;float math; &nbsp;&nbsp;float english; &nbsp;&nbsp;float computer; &nbsp;&nbsp;}; struct student &nbsp;&nbsp;{ &nbsp;&nbsp;int number ...

    /dl/520134.html

    标签: 成绩查询系统

    上传时间: 2019-06-08

    上传用户:啊的撒旦

  • 学生成绩guanli

    #include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score &nbsp;&nbsp;{ &nbsp;&nbsp;float math; &nbsp;&nbsp;float english; &nbsp;&nbsp;float computer; &nbsp;&nbsp;}; struct student &nbsp;&nbsp;{ &nbsp;&nbsp;int number ...

    /dl/520138.html

    标签: c语言

    上传时间: 2019-06-09

    上传用户:啊的撒旦

  • C语言编写雅可比迭代

    # include<stdio.h> # include<math.h> # define N 3 main(){ &nbsp;&nbsp; &nbsp;float NF2(float *x,float *y); &nbsp;&nbsp; &nbsp;float A[N][N]={{10,-1,-2},{-1,10,-2},{-1,-1,5}}; &nbsp;&nbsp; &nbsp;float b[N]={7.2,8.3,4.2},sum=0; &nbsp;&nbsp; &nbsp;float x[N]= {0,0,0},y[N]={0},x0[N]={}; &nbsp;&nbsp; &n ...

    /dl/520831.html

    标签: C语言 编写 迭代

    上传时间: 2019-10-13

    上传用户:大萌萌撒

  • 二叉树子系统

    #include<stdio.h> #define TREEMAX 100 typedef struct&nbsp; BT { char data; BT *lchild; BT *rchild; }BT; BT *CreateTree(); void Preorder(BT *T); void Postorder(BT *T); void Inorder(BT *T); void Leafnum(BT *T); void Nodenum(BT *T); int TreeDepth(BT *T); int count=0; void main() { BT *T=NULL; char ...

    /dl/522520.html

    标签: 二叉树 子系统

    上传时间: 2020-06-11

    上传用户:ccccy

  • 数组子系统

    #include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j,v; }SPNode; struct sparmatrix { int rows,cols,terms; SPNode data [SMAX]; }; sparmatrix CreateSparmatrix() { sparmatrix A; printf("\n\t\t请输入稀疏矩阵的行数,列数和非零元素个数(用逗号隔开):"); scanf("%d, ...

    /dl/522521.html

    标签: 数组 子系统

    上传时间: 2020-06-11

    上传用户:ccccy

  • ARM Linux嵌入式底层内核驱动方向学习总体路线图

    目前嵌入式主要开发环境有 Linux、Wince等;Linux因其开源、开发操作便利而被广泛采用。而 Linux操作系统也只是一个简单的操作系统,简单的使用对于嵌入式开发人员来说价值并不很高,真正有价值的是掌握 Linux的基本服务和 Linux的设计理念、思想,这对于嵌入式开发人员的长期发展是很极其重要的。Linux系统有很多发行版,R ...

    /dl/831897.html

    标签: arm linux 嵌入式

    上传时间: 2022-04-01

    上传用户:lipengxu

  • STM32F103开发板 DHT11温湿度DS18B20 气体MQ-2光敏声控雨滴传感器实验程序

    STM32F103开发板 DHT11温湿度DS18B20 气体MQ-2光敏声控雨滴传感器实验程序**--------------------------------------------------------------------------------------------------------** Created by: FiYu** Created date: 2015-12-12** Version: &nbsp; &nbsp; 1.0** Descriptions: DHT11温湿度传感器实验 ** ...

    /dl/833415.html

    标签: stm32f103 传感器

    上传时间: 2022-05-03

    上传用户:得之我幸78