代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/481956/6633270
c 51_dht21.c
//********************************************************************************************************//
// DHT21使用范例
// 单片机 : AT89S52 或 STC89C52RC
// 功能 :串口发送温湿度数据 波特率 9600
// 硬件连接: P2.0
www.eeworm.com/read/481956/6633273
lst 51_dht21.lst
C51 COMPILER V7.06 51_DHT21 01/05/2009 21:06:12 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 51_DHT21
OBJECT MODULE PLACED I
www.eeworm.com/read/481630/6636659
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/481740/6637711
bat printlog.bat
@echo off
REM Adjust this variable according to your preferences
set dir=h:\work\comp\abisko\mms\test\basictest\printlog
%dir%\printLog.exe -p -o "%~1" >"%~1.log"
notepad "%~1.log"
del "%~1.log
www.eeworm.com/read/481359/6639335
install
How to install:
$ ./configure
$ make install
$ hash
$ ctorrent -h
If SSL support is not found, the public-domain SHA1 code will be used.
To force the use of this code, specify:
--with-ssl=no
as a
www.eeworm.com/read/481547/6643003
c 51_dht21.c
//****************************************************************//
// DHT21使用范例
//单片机 : AT89S52 或 STC89C52RC
// 功能 :串口发送温湿度数据 波特率 9600
//硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单
www.eeworm.com/read/481547/6643007
lst 51_dht21.lst
C51 COMPILER V7.07 51_DHT21 12/06/2008 09:05:08 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE 51_DHT21
OBJECT MODULE PLACED I
www.eeworm.com/read/481239/6645540
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/480529/6665819
txt 10-40.txt
%例10-40 语法错误举例。
%本例将介绍几种常用的语法错误,在命令窗口中输入如下命令,并按Enter键确认。
>> min(x,y)
??? Undefined function or variable 'x'. %使用没有声明的变量
>>
%继续在命令窗口中输入如下命令,并按Enter键确认。
>> x=0;y=-9;
>> y=minimun
www.eeworm.com/read/480610/6666735
plg kkyou.plg
礦ision3 Build Log
Project:
D:\PLC2131_sht10\kkyou.uv2
Project File Date: 05/08/2009
Output:
Build target 'FirInflash'
assembling Startup.s...