代码搜索结果
找到约 10,000 项符合
Embedded 的代码
embedded-arrays.sh
#!/bin/bash
# embedded-arrays.sh
# Embedded arrays and indirect references.
# This script by Dennis Leeuw.
# Used with permission.
# Modified by document author.
ARRAY1=(
VAR1_1=value11
embedded-arrays.sh
#!/bin/bash
# embedded-arrays.sh
# 嵌套数组和间接引用.
# 本脚本由Dennis Leeuw编写.
# 经过授权, 在本书中使用.
# 本书作者做了少许修改.
ARRAY1=(
VAR1_1=value11
VAR1_2=value12
VAR1_3=value13
)
ARRAY2=(
embedded_services.h
/*---------------------------------------------------------------------------- */
/* ATMEL Microcontroller Software Support - ROUSSET - */
/*-------------------------------------------------