按分类查找:

  • 学生成绩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

    上传用户:啊的撒旦

  • 二叉树子系统

    #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

  • MIPI DSI标准手册 Specification for Display Serial Interface (DSI)

    MIPI Specification for DSI 1.3,MIPI DSI标准手册 V1.3版本,手册介绍了MIPI DSI所有操作方法和建议,如LP模式,HS模式等。也包含了HS模式的数据打包方式,4lane,2lane,1lane传输方式。LP模式切换到HS模式的流程和方法。DSI协议数据包种类,如null packet,rgb packet, ycrcb packet,long data packet等。 ...

    /dl/839171.html

    标签: mipi DSI

    上传时间: 2022-07-11

    上传用户:20125101110