搜索结果
找到约 475 项符合
line-oriented 的查询结果
电子书籍 學會一個程式語言
學會一個程式語言,是一回事兒;學會如何以此語言設計並實作出有效的程式,又是一回事兒。C++ 尤其如此,因為它很不尋常地涵蓋了罕見的威力和豐富的表現力,不但建立在一個全功能的傳統語言(C)之上,更提供極為廣泛的物件導向(object-oriented)性質,以及對templates 和exceptions(異常狀態)的支援。 ...
网络 A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and followi
A very simple ftp server s source code for demonstration.
* It supports PASV/PORT modes and following operations:
* ls,pwd,cwd,get,put,dele.
* I have tested it using following ftp clients:
* 1. Windows XP s command line ftp client,
* 2. IE 6.0,
* 3. Redhat 9.0 s ftp client,
* 4. CuteFTP 8,
* I ll ...
通讯/手机编程 a new method for identification of fast fading mobile channels. Estimates both the channel statistic
a new method for identification of fast fading mobile channels. Estimates both the channel statistics and the time varying channel impulse respone on -line.
嵌入式/单片机编程 In this paper, it is designed a platform for least deviation linear interpolation with two axis line
In this paper, it is designed a platform for least deviation linear interpolation with two axis linear guides, and it realizes the linear interpolator by PIC microprocessor with MPLAB C language in PIC microprocessor.
其他书籍 本文的主旨以讨论 EMACS 的入门为主
本文的主旨以讨论 EMACS 的入门为主,其内容包括 EMACS 发展的概述, EMACS 整合
环境的简介以及 EMACS 的基石 - editor 的详谈。本文在结构上分成八章,第一章讨论有
关 EMACS 的源起、发展历史以及 EMACS 的特性简介。 第二章讨论 EMACS 的 on-line
help。第三章则简单介绍 EMACS 的整合环境。接下来就是本文的重点,探 ...
软件设计/软件工程 Learn how to leverage a key Java technology used to access relational data from Java programs, in
Learn how to leverage a key Java technology used to access
relational data from Java programs, in an Oracle environment.
Author Donald Bales begins by teaching you the mysteries of
establishing database connections, and how to issue SQL queries
and get results back. You ll move on to advanced to ...
行业发展研究 Abstract—The contourlet transform is a new two-dimensional extension of the wavelet transform using
Abstract—The contourlet transform is a new two-dimensional
extension of the wavelet transform using multiscale and direc-
tional &#64257 lter banks. The contourlet expansion is composed of
basis images oriented at various directions in multiple scales,
with &#64258 exible aspect ratios. Given this ...
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...
Java书籍 The Definitive Guide to SOA: Oracle® Service Bus, Second Edition targets professional software
The Definitive Guide to SOA: Oracle&#174 Service Bus, Second Edition targets professional software developers and architects who know enterprise development but are new to enterprise service buses (ESBs) and service–oriented architecture (SOA) development. This is the first book to cover a practic ...
JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...