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

WHILE 386

按分类查找:

  • 红外遥控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

  • 基于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

  • 批处理感知器算法

    批处理感知器算法的代码matlab w1=[1,0.1,1.1;1,6.8,7.1;1,-3.5,-4.1;1,2.0,2.7;1,4.1,2.8;1,3.1,5.0;1,-0.8,-1.3; &nbsp; &nbsp; 1,0.9,1.2;1,5.0,6.4;1,3.9,4.0]; w2=[1,7.1,4.2;1,-1.4,-4.3;1,4.5,0.0;1,6.3,1.6;1,4.2,1.9;1,1.4,-3.2;1,2.4,-4.0; &nbsp; &nbsp; 1,2.5,-6.1;1,8.4,3.7;1,4.1,-2.2]; w3=[1,-3.0,-2. ...

    /dl/513321.html

    标签: 批处理 算法matlab

    上传时间: 2016-11-07

    上传用户:a1241314660

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

    #include <stdlib.h> #include<stdio.h> #include <malloc.h> #define stack_init_size 100 #define stackincrement 10 typedef struct sqstack { int *base; int *top; int stacksize; } sqstack; int StackInit(sqstack *s) { s->base=(int *)malloc(stack_init_size *sizeof(int)); if(!s->base) return 0; s->top=s->ba ...

    /dl/513582.html

    标签: 整数 基本操作 十进制 转化 进制

    上传时间: 2016-12-08

    上传用户:爱你198

  • 运动会源代码

    #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 "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; &nbsp;int time=0,i=0,j=0,add[80],k=0,m; &nbsp;char *ch, &nbsp;str[900]; &nbsp;m=strlen(pd); &nbsp;if((fp=fopen("haha.txt","r"))==NULL) &nbsp;{ &nbsp; printf("Cannot open this file\n"); &nbsp; exit(0); &nbsp;} for( ...

    /dl/513824.html

    标签: 学生专用

    上传时间: 2016-12-29

    上传用户:767483511

  • c#简单计算器

    // 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...

    /dl/513825.html

    标签: 计算器 学生

    上传时间: 2016-12-29

    上传用户:767483511

  • 简单的计算器

    // 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...

    /dl/513826.html

    标签: 学生 计算器

    上传时间: 2016-12-29

    上传用户:767483511