代码搜索:超级电容
找到约 2,786 项符合「超级电容」的源代码
代码结果 2,786
www.eeworm.com/read/358306/10192971
txt readme.txt
1).在PC机上观察超级终端程序主窗口,可以看到如下界面:
Boot success…
IIS test example
Menu(press digital to select):
1: play wave file
2: record and play
2)选择程序操作方式,选择1的话将会听到音乐,选择2的话将会进行录音(本板配置是microphone插座)。
Start r
www.eeworm.com/read/350139/10762679
asm 51发送.asm
;串行通信,实现与PC机通信(通过超级终端)
ORG 0000H ;程序执行开始地址
LJMP START ;跳至START执行
ORG 0100H
START:MOV SP,#60H
MOV R2,#16
MOV R0,#40H
MOV R1,#65
SS: MOV A,R1
MOV @R
www.eeworm.com/read/272994/10932713
js plus.js
//超级链接特效,点击南开http://www.nkcn.com
var pltsPop=null;
var pltsoffsetX = 3; // 弹出窗口位于鼠标左侧或者右侧的距离;3-12 合适
var pltsoffsetY = 0; // 弹出窗口位于鼠标下方的距离;3-12 合适
var pltsPopbg="#5c7099"; //背景色
var pltsPopfg=
www.eeworm.com/read/272994/10933370
js plus.js
//超级链接特效,点击南开http://www.nkcn.com
var pltsPop=null;
var pltsoffsetX = 3; // 弹出窗口位于鼠标左侧或者右侧的距离;3-12 合适
var pltsoffsetY = 0; // 弹出窗口位于鼠标下方的距离;3-12 合适
var pltsPopbg="#5c7099"; //背景色
var pltsPopfg=
www.eeworm.com/read/254791/7149881
js plus.js
//超级链接特效,点击南开http://www.nkcn.net
var pltsPop=null;
var pltsoffsetX = 3; // 弹出窗口位于鼠标左侧或者右侧的距离;3-12 合适
var pltsoffsetY = 0; // 弹出窗口位于鼠标下方的距离;3-12 合适
var pltsPopbg="#5c7099"; //背景色
var pltsPopfg=
www.eeworm.com/read/460872/7238986
txt 说明.txt
下载后断开超级终端,使用串口调试助手,串口设置:38400,None,8,1
发送字符串,加1后返回
注意:在resetprg.c中用#define SR_Init 0x40000000替换原有默认定义!
或者将set_cr(SR_Init);一行注释掉
www.eeworm.com/read/445568/7593240
js plus.js
//超级链接特效,点击南开http://www.nkcn.net
var pltsPop=null;
var pltsoffsetX = 3; // 弹出窗口位于鼠标左侧或者右侧的距离;3-12 合适
var pltsoffsetY = 0; // 弹出窗口位于鼠标下方的距离;3-12 合适
var pltsPopbg="#5c7099"; //背景色
var pltsPopfg=
www.eeworm.com/read/299730/7836642
c~ super.c~
#include "../kernel.h"
#include "FileSystem.h"
//第0 块为引导扇区块
//第一块为超级块
//接下来是Inode位图
//再接下来是区段位图(一区段2个磁盘块)
//之后是Inode
//剩下就是Block
extern LPBuffer GetPhysicalBlock(int Block ,i
www.eeworm.com/read/299730/7836673
c super.c
#include "../kernel.h"
#include "FileSystem.h"
//第0 块为引导扇区块
//第一块为超级块
//接下来是Inode位图
//再接下来是区段位图(一区段2个磁盘块)
//之后是Inode
//剩下就是Block
extern LPBuffer GetPhysicalBlock(int Block ,i
www.eeworm.com/read/399506/7855574
txt 提供51无防真器下内存监测程序.txt
用【 小 | 中 | 大 】字体浏览
C51编程:提供51无防真器下内存监测程序(pc软件为"超级终端") [wxky] [42次] 01-11-13 下午 03:19:05
#include "REG52.H"
#include "stdio.h"
#include "string.h"
#define ESC "\033"
#define CSI ESC"["
/*