CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - BASIC STAMP
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - BASIC STAMP - List
[
Other resource
]
basicstampmodule
DL : 0
介绍basic stamp module在机器人设计领域的应用
Date
: 2008-10-13
Size
: 2.62mb
User
:
陈明明
[
Other resource
]
programpratice.py
DL : 1
反编译basic stamp 2单片机字节码的源代码,已经成功实施在工程应用上. 介绍: www.ohyee.net
Date
: 2008-10-13
Size
: 7.26kb
User
:
罗治凡
[
Other resource
]
tempreature_LTC1392_with-PIC16C84
DL : 0
Use of an LTC1392 10-bit Temperature, Vcc and Differential Voltage Monitor - Basic Stamp 2 and PIC16C84
Date
: 2008-10-13
Size
: 4.96kb
User
:
li hengyi
[
Software Engineering
]
basicstampmodule
DL : 0
介绍basic stamp module在机器人设计领域的应用-Introduce basic stamp module design in the field of robot application
Date
: 2025-07-07
Size
: 2.62mb
User
:
陈明明
[
SCM
]
programpratice.py
DL : 0
反编译basic stamp 2单片机字节码的源代码,已经成功实施在工程应用上. 介绍: www.ohyee.net-Decompile basic stamp 2 Singlechip byte-code source code has been successfully implemented in engineering applications. Introduction: www.ohyee.net
Date
: 2025-07-07
Size
: 7kb
User
:
罗治凡
[
SCM
]
tempreature_LTC1392_with-PIC16C84
DL : 0
Use of an LTC1392 10-bit Temperature, Vcc and Differential Voltage Monitor - Basic Stamp 2 and PIC16C84-Use of an LTC1392 10-bit Temperature, Vcc and Differential Voltage Monitor- Basic Stamp 2 and PIC16C84
Date
: 2025-07-07
Size
: 5kb
User
:
li hengyi
[
Other
]
WAMv2.2-CHS-v1.0
DL : 0
《什么是微处理器?》主要是讲述机器人控制器BASIC STAMP 2的书本- What is microprocessor? The main thing is about the robot controller BASIC STAMP 2 books
Date
: 2025-07-07
Size
: 3.9mb
User
:
joseph
[
JSP/Java
]
stamp
DL : 0
用java编写的邮资问题,根据其基本思想通过java工具编写代码解决问题-Postage prepared using java issue, in accordance with its basic idea of a tool through the java code to solve the problem
Date
: 2025-07-07
Size
: 1kb
User
:
[
Game Engine
]
sumo
DL : 0
basic stamp program for sumo bot robot kit from paralax
Date
: 2025-07-07
Size
: 3kb
User
:
gligor
[
Windows Develop
]
colordemo12
DL : 0
BASIC Stamp program to demonstrate TCS230 RGB Color Sensor This program is for use with the Debug window or Windows Hyperterminal- BASIC Stamp program to demonstrate TCS230 RGB Color Sensor This program is for use with the Debug window or Windows Hyperterminal
Date
: 2025-07-07
Size
: 3kb
User
:
zft
[
Documents
]
28015-BScode-v1.4
DL : 0
basic stamp code-basic stamp code..............
Date
: 2025-07-07
Size
: 8kb
User
:
Niranjan
[
Windows Develop
]
PDFStampDemo
DL : 0
PDF file stamp maker
Date
: 2025-07-07
Size
: 133kb
User
:
deepak
[
Other
]
SayItExampleCode
DL : 0
CODE FOR SAYIT MODULE FROM PARALLAX INC. AND BASIC STAMP 2 MICROCONTROLLER
Date
: 2025-07-07
Size
: 7kb
User
:
cristian
[
SCM
]
RFID_Access_Control
DL : 0
How to RFID Enabled Deadbolt using basic stamp microcontroller.
Date
: 2025-07-07
Size
: 835kb
User
:
kiwironnie
[
Software Engineering
]
MCUApplication
DL : 0
MCUApplications: This application note presents a program in PBASIC that enables the BASIC Stamp to operate as a simple user-interface terminal.-MCUApplications
Date
: 2025-07-07
Size
: 159kb
User
:
禾斗人
[
SCM
]
Nokia-3310-LCD
DL : 0
The Basic Stamp 2, PBasic code for testing a Nokia 3310 LCD. The code is PBasic which is kind of Basic and very easy to understand and redefinde.
Date
: 2025-07-07
Size
: 1kb
User
:
mreza
[
Software Engineering
]
BASIC_Stamp_Manual_v2-0
DL : 0
BAsic Stamp manual 2.0 For Beginners
Date
: 2025-07-07
Size
: 1.7mb
User
:
theinventor1972
[
SCM
]
MMA7455L-3-Axis-Accelerometer-
DL : 0
BASIC STAMP HOMEWORK BOARD結合MMA7455三軸加速規,取得XYZ軸的加速度-BASIC STAMP HOMEWORK BOARD combined three-axis accelerometer MMA7455 obtain XYZ axis acceleration
Date
: 2025-07-07
Size
: 4kb
User
:
詹先生
[
SCM
]
QuickStart
DL : 0
Basic Stamp MCU Quick Start material
Date
: 2025-07-07
Size
: 1.99mb
User
:
jacktau
[
Windows Develop
]
vcPPstrings
DL : 0
VC/C++源码,字符处理,字符转换 一 NMAKE和Makefile 字符编码 字符转换 关于字符转换的使用方法: 使用方法: 1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。 2 分配字符串空间 3 再次调用函数,并将分配的空间传递给函数,获取结果 基本语法规则: window.exe:window.obj // 依赖行 cl.exe window.c /c // 命令行 link.exe window.obj user32.lib window.exe的依赖项是window.obj,如果 window.obj被重新改写,window.exe将重新 生成. 通过时间戳(time stamp)判断程序是否需 要重新编译链接,如果当文件修改最后时间 与时间戳不同,将会重新编译链接. -VC/C++ source code, character handling, character conversion An NMAKE and Makefile Character encoding Character conversion Use character conversion: How to use: 1 to convert the string passed to the function, the return value for the length of the string after the conversion. 2 allocated string space Again call the function passed to the function, and the allocation of space to get results Basic grammar rules: window.exe: window.obj// dependent line the cl.exe window.c/c// command line link.exe window.obj user32.lib dependency of window.exe is window.obj, window.obj rewritten, window.exe re Generation. By time stamp (time stamp) to determine whether need To to recompile link the last time when the file modification With timestamp, will be re-compiled and linked.
Date
: 2025-07-07
Size
: 86kb
User
:
肖敬帅
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.