搜索结果
找到约 293 项符合
start 的查询结果
按分类筛选
- 全部分类
- Java编程 (21)
- 技术资料 (21)
- 单片机编程 (20)
- 其他 (19)
- 单片机开发 (18)
- 其他书籍 (14)
- 微处理器开发 (11)
- Java书籍 (10)
- 汇编语言 (9)
- 人工智能/神经网络 (7)
- matlab例程 (7)
- 游戏 (7)
- VHDL/FPGA/Verilog (7)
- 书籍 (7)
- 软件设计/软件工程 (6)
- VC书籍 (5)
- 通讯编程文档 (5)
- Linux/Unix编程 (5)
- 电源技术 (4)
- 其他嵌入式/单片机内容 (4)
- 嵌入式Linux (4)
- 操作系统开发 (4)
- 电子书籍 (4)
- 通讯/手机编程 (4)
- 软件工程 (4)
- Windows CE (3)
- GPS编程 (3)
- 嵌入式/单片机编程 (3)
- VIP专区 (3)
- 开发工具 (2)
- PCB相关 (2)
- 网络 (2)
- Delphi控件源码 (2)
- uCOS (2)
- 技术管理 (2)
- 编译器/解释器 (2)
- 交通/航空行业 (2)
- SQL Server (2)
- 系统设计方案 (2)
- MTK (2)
- 行业发展研究 (2)
- 书籍源码 (2)
- 数学计算 (2)
- Internet/网络编程 (2)
- 嵌入式综合 (2)
- 汇编编程 (2)
- 源码 (2)
- 其他文档 (1)
- 教程资料 (1)
- ARM (1)
- 可编程逻辑 (1)
- Applet (1)
- 驱动编程 (1)
- 家庭/个人应用 (1)
- VxWorks (1)
- J2ME (1)
- 编辑器/阅读器 (1)
- 压缩解压 (1)
- JavaScript (1)
- 文章/文档 (1)
- CA认证 (1)
- 数据结构 (1)
- MacOS编程 (1)
- 数值算法/人工智能 (1)
- Windows Mobile (1)
其他 Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a pr
Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the edges in each of the cycle discovered. Input will be ...
Java书籍 Learn to build applications with Jakarta Struts, the most popular JSP development framework. Struts
Learn to build applications with Jakarta Struts, the most popular JSP development framework. Struts Kick Start is a "hands-on" book filled with sample applications and code snippets you can reuse, and in-depth coverage of new features in Struts 1.1. If you are looking for a practical book that "show ...
其他嵌入式/单片机内容 51 single-chip implementation using a simple four-way program design Answer A total of single-c
51 single-chip implementation using a simple four-way program design Answer
A total of single-chip Quick Start
通讯编程文档 Java has become a confusing world. Five years ago, there were few decisions to make once you start
Java has become a confusing world. Five years ago, there were few decisions to make once
you started programming in Java—you used AWT for graphical user interfaces, sockets for
network programming, and hacked together everything else you needed. Since then, though,
the APIs available for the Jav ...
汇编语言 Tiny Planet is small device connected to a GSM cell phone. When the mobile receives a predefined SMS
Tiny Planet is small device connected to a GSM cell phone. When the mobile receives a predefined SMS (text message), like "Activate burglar alarm" or "Start backup pump", the circuit automatically recognizes it as a command, and switches the output port accordingly. Besides switching the port on or ...
Java编程 在J2ME中实现虚拟代理
在J2ME中实现虚拟代理,然后过滤user-agent ,用于突破广东移动等的cmwap限制使用方法,启动后将相应软件(如Opera)的代理设成localhost 8080,即可-J2ME virtual agents, then filter user-agent, Guangdong Mobile breakthrough for the restrictions on the use of SMS, will start corresponding software (such as th ...
CA认证 Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2
Playfair Cipher
1.not even the large number of keys in a monoalphabetic cipher provides security
2.one approach to improving security was to encrypt multiple letters
3.the Playfair Cipher is an example
4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair
Playfair Key M ...
VC书籍 This book introduces the powerful programming tools provided in your Microsoft Visual C++ compiler p
This book introduces the powerful programming tools provided in your Microsoft Visual C++ compiler package. These include the compiler, debugger, and various Windows 95, 98, and NT development tools. This book compliments your Microsoft reference manuals and online help to provide a quick start with ...
其他 The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide
The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your dev ...
数据结构 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your prog ...