代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/432021/8639177
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/428159/8888457
c main.c
/* main.c - Timebase example */
/* Copyright Freescale Semiconductor, Inc 2007 All rights reserved. */
/* Notes: */
/* 1. MMU not initialized; must be done by debug scripts or BAM */
/* 2. SRAM
www.eeworm.com/read/382749/9003440
py 061-btapplescript.py
import serial, os
ALLOWED_SCRIPTS = ["edit"]
ser = serial.Serial('/dev/tty.pybook')
print "Waiting for message..."
while True:
msg = serial.readline().strip()
if msg == "exit":