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

Void 242

按分类查找:

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

    &nbsp;实验源代码 //Warshall.cpp&nbsp;#include<stdio.h>&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(int&nbsp;a=0;a<k;a++)&nbsp;{&nbsp;printf("请输入矩阵第%d&nbsp;行元素:",a);&nbsp;for(int&nbsp;b=0;b<n;b++)&nbsp;{& ...

    /dl/512044.html

    标签: warshall 离散 实验

    上传时间: 2016-06-27

    上传用户:梁雪文以

  • 红外遥控RGB

    #include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; //增加键 sbit K2 =P3^1 ; ...

    /dl/512141.html

    标签: RGB 红外遥控

    上传时间: 2016-07-02

    上传用户:184890962

  • 调光C程序

    /*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0; sbit ledg=P1^1; sbit ledb=P1^2; bit LEDDirection=0;//LED控制方向0:渐亮1:渐灭 char &nbsp;pwm=0; char &nbsp;pwmr=0; char &nbsp;scw=0;//中断记数 char &nbsp ...

    /dl/512142.html

    标签: 调光

    上传时间: 2016-07-02

    上传用户:184890962

  • 1602数字时钟

    # include < reg52.h > # include < 24C02.h> # define uint unsigned int # define uchar unsigned char &nbsp; sbit rs = P3^5; &nbsp;//定义lcd1602的rs端 sbit lcden = P3^4;//定义lcd1602的lcden端口 sbit s1 = P3^0;//定义功能键s1 sbit s2 = P3^1;//定义功能键s2 sbit s3 = P3^2;//定 ...

    /dl/512574.html

    标签: 1602 数字时钟程序

    上传时间: 2016-07-28

    上传用户:游戏好吗

  • 给button加圆角的代码

    可以自定义和继承&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;/// <summary> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /// 设计器支持所需的方法 - 不要 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /// 使用代码编辑器修改此方法的内容。 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /// </su ...

    /dl/512757.html

    标签: button 代码

    上传时间: 2016-08-15

    上传用户:baobao9437

  • 基于8051+Proteus仿真案例

    基础程序设计 01 闪烁的LED&nbsp; /* &nbsp;名称闪烁的LED&nbsp; &nbsp;说明LED按设定的时间间隔闪烁 */&nbsp; #include<reg51.h>&nbsp; #define uchar unsigned char&nbsp; #define uint unsigned int&nbsp; sbit LED=P1^0;&nbsp; //延时&nbsp; void DelayMS(uint x) &nbsp;{&nbsp; &nbsp;uchar i;&nbsp; &nbsp;whil ...

    /dl/513041.html

    标签: 基于8051仿真 基于Proteus仿真 基于8051+Proteus仿真

    上传时间: 2016-09-19

    上传用户:xinhoujue

  • 51单片机C语言程序设计Proteus仿真实训

    基础程序设计 01 闪烁的LED&nbsp; /* &nbsp;名称闪烁的LED&nbsp; &nbsp;说明LED按设定的时间间隔闪烁&nbsp; */&nbsp; #include<reg51.h>&nbsp; #define uchar unsigned char&nbsp; #define uint unsigned int&nbsp; sbit LED=P1^0;&nbsp; //延时&nbsp; void DelayMS(uint x)&nbsp;{&nbsp; &nbsp;uchar i;&nbsp; &nbsp;w ...

    /dl/513042.html

    标签: 51单片机C语言程序设计 51单片机C语言程序设计Proteus仿真实训

    上传时间: 2016-09-19

    上传用户:xinhoujue

  • 多项式计算代码

    void DFS(MGraph G, int i) { &nbsp; &nbsp; int j; &nbsp; &nbsp; visited[i] = TRUE; &nbsp; &nbsp; printf("%c ", &nbsp; &nbsp;G.vexs[i]); &nbsp; &nbsp; for (j=0; j<G.numVertexes; ++j) &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; if (G.arc[i][j]!=INFINITY &nbsp;&& &nbsp;!visited[j]) &nbsp; &nbsp; &nbsp; ...

    /dl/513812.html

    标签: 多项式 代码 计算

    上传时间: 2016-12-28

    上传用户:chenyameng

  • 运动会源代码

    #include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; #include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; #include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; #include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; #define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...

    /dl/513814.html

    标签: 源代码

    上传时间: 2016-12-28

    上传用户:150501

  • 学生管理啊

    #include <iostream.h> #include <string.h> #include <iomanip.h> #include "Stud.h" Stud::Stud(){} char *Stud::getno() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取学号 { return no; } char *Stud::getname() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取姓名 { return name; } char *Stud::ge ...

    /dl/513822.html

    标签: 学生

    上传时间: 2016-12-29

    上传用户:767483511