-
-
... Martinsky. All rights reserved
<br>Licensed under the terms of Educational Community License
<br><a href='http://javaanpr.sourceforge.net'>http://javaanpr.sourceforge.net</a><br><br>
<br>
</p>
<p class='justify'>
This Original Work, includ...
-
-
...源,单片机控制系统负责控制洗衣机的工作过程,主要由AT89S51单片机、2位共阳数码管、按键、蜂鸣器、LED指示灯组成;外部硬件电路有继电器、三极管、电动机、进水电磁阀、排水电磁阀组成。
-
-
此项目是常用姿态解算算法MATLAB仿真与C代码。下面展示一部分代码:// This is part of UAVXArm. // UAVXArm is free software: you can redistribute it and/or modify it under the terms of the GNU// General Public License ...
-
-
...rue
//数值转换 Number():转换任意数据类型,parseInt()、parseFloat():专门用于把字符串转换成数值
console.log(Number("Hello World")+","+Number("")+","+Number("000011")+","+Number(true)+","+Number(false));//NaN,0,11,1,0
console.log(parseInt("1234blue")+","+parseInt("")+","+p...
-
-
... <stdio.h>
extern char fnLCMInit(); // LCM 初始化
extern void at(unsigned char x,unsigned char y);/*设定文本x,y值*/
extern void cls(); // 清屏
extern void charout(unsigned char *str); //ASCII(8*8) 显示函数
extern void fnSetPos(unsigned char urow, unsigned char ucol)...
-
-
红外遥控模拟#include <AT89X51.h>
static bit OP; //红外发射管的亮灭
static unsigned int count; //延时计数器
static unsigned int endcount; //终止延时计数
static unsigned char Flag; //红...
-
-
编码开关试验#include <AT89X52.h>
#define JINGZHEN 24
#define TIME0TH ((65536-50*JINGZHEN/12)&0xff00)>>8 // 50us
#define TIME0TL ((65536-50*JINGZHEN/12)&0xff)
#define TIME1TH ((65536-3000*JINGZHEN/12)&0xff00)>>8
#define TIME1TL ((65536-3000*JING...
-
-
...10;% Bus BusbVoltage Angle ---Load---- -----Generator-----Static Mvar% No code Mag. Degree MW Mvar MW Mvar Qmin Qmax Qc/-Qlbusdata=[1 1 1.06 ...
-
-
...nbsp; "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automat...
-
-
密码锁#include<AT89x51.h>
#include"intrins.h"
#include"key.h"
#include"xsh.h"
#include"24c02.h"
#define ulong unsigned long
bit BJCB=0;//报警标志
XG=0,//修改密码标志位
BJ=0,//报警标志位
&nbs...