搜索结果
找到约 600 项符合
EV-DO 的查询结果
其他书籍 The Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting
The Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting of more than 400 examples arranged by topic. Each example answers the question "How do I do this in Ruby?" Working along with the author, you are presented with the task description and a discussion o ...
编译器/解释器 词法分析器的功能是输入源程序
词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。
识别保留字:if、int、for、while、do、return、break、continue;
单词种别码为1。
其他的都识别为标识符;单词种别码为2。
常数为无符号整形数;单词种别码为3。
运算符包括:+、-、*、/、= ...
操作系统开发 This a camera timer application for Series 60 devices Nokia 7650 and Nokia 3650. To test this app
This a camera timer application for Series 60 devices Nokia 7650 and Nokia 3650.
To test this application on Series 60 SDK v1.0, please install camera pictures. To do this, you can download "CameraImages.zip" from Forum Nokia s Web site.
单片机开发 A major goal of this book is to show to make devices that are inherently reliable by design. While a
A major goal of this book is to show to make devices that are inherently reliable by design. While a lot of attention has been given to “quality improvement,” the majority of the emphasis has been placed on the processes that occur after the design of a product is complete. Design deficiencies are ...
Internet/网络编程 Abstract—Wireless networks in combination with image sensors open up a multitude of previously unth
Abstract—Wireless networks in combination with image
sensors open up a multitude of previously unthinkable sensing
applications. Capable tools and testbeds for these wireless image
sensor networks can greatly accelerate development of complex,
yet efficient algorithms that meet application requirem ...
Oracle数据库 留言簿架构 oracle 9i + jsp + struts 留言簿基本功能: 1 、客人签写留言 2 、基本的UBB支持
留言簿架构
oracle 9i + jsp + struts
留言簿基本功能:
1 、客人签写留言
2 、基本的UBB支持,如[url]http://www.lunji.com[/url],[color="red"]红色字[/color]
3 、ctrl+enter可提交留言
4 、搜索留言
5 、悄悄话功能
安全:
1 、解决了连串字母将表格撑大问题
2 、用户名与留言内容不能太长或为空
3 、用户不能冒充版 ...
其他书籍 C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to
C/C++ Reference
There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites:
...
驱动编程 AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver a
AC97 Sample Driver and Related Code Samples.
This directory contains a sample AC97 adapter driver and several related code samples.
These samples need to be compiled with the Windows .NET or Windows XP build environment but are binary compatible with older operating systems like Windows 2000. To bu ...
单片机开发 本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In
本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer