代码搜索结果

找到约 10,000 项符合 Embedded 的代码

redir5.sh

#!/bin/bash if [ -z "$1" ] then Filename=names.data # Default, if no filename specified. else Filename=$1 fi TRUE=1 if [ "$TRUE" ] # if true and if : also work. then read n

differences.txt

The Differences between HTTP/1.0 and HTTP/1.1: 1. - HTTP 1.0 supports nonpersistent connection. - HTTP 1.0 used a different TCP connection for each request.This includes files embedded i

hello.html

Embedded World1 Hello world

ex56.sh

#!/bin/bash # Shell命令可以放到Perl脚本的前面. echo "This precedes the embedded Perl script within \"$0\"." echo "===============================================================" perl -e 'print "This is an em

release-notes-2004halloween

GPS Ride Plot Project Release Notes - version 2004halloween The code is up on SourceForge and the new project web site is at http://rideplot.sourceforge.net/ As of this version, documentation is emb

说明.txt

代码必须使用“Embedded Workbench”集成开发环境进行编译调试。

readme.txt

######################################################################## # # AT91RM9200_Test.eww # # $Revision: 1.1.2.1