搜索结果
找到约 599 项符合
breadth-first 的查询结果
其他 Program helping you to remember the route. It cab be route from conference room to coffee-room, it
Program helping you to remember the route.
It cab be route from conference room to coffee-room, it can be tourist trip, it can be pathway in labyrinth. during first traversal you make notes in you phone, specifying direction of movement and target of each step. Phone remembers how much time each ste ...
J2ME Description Combination of book reader and Web browsers. This program can be used for Web browsi
Description
Combination of book reader and Web browsers.
This program can be used for Web browsing, reading news sites, downloading and reading books and atricles from the Web. It is not implement all HTML browser functionality - it doesn t show images and is not able to proceed forms. The main ide ...
其他书籍 This book describes numerous situations that graduate students will commonly encounter as they work
This book describes numerous situations that graduate students will
commonly encounter as they work towards the goal of earning their
PhD. Starting from your very first day in the lab, to the beginning
stages of your post-PhD job search, to writing your dissertation,we’ve
tried to offer you sage ad ...
数值算法/人工智能 These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomia
These codes require an ASCII input file interp.dat of the following form:
N: Number of Polynomial Interpolation Points (Small)
First Sample (x1,y1)
Second Sample (x2,y2)
...
Nth Sample (xN,yN)
N1: Number of Error Evaluation Points (Large)
First Sample (x1,y1)
Second Sample (x2,y2)
. ...
技术书籍 LatentSVM论文
The object detector described below has been initially proposed by
P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a
Dalal-Triggs detector that uses a single filter on histogram of
oriented gradients (HOG) features to represent an object category.
This detector uses a sliding window approac ...
技术教程 SystemC_tutorial
This tutorial will focus on the strong connection between C++ and SystemC by making
the analogy between Hardware modeling and Object-Oriented modeling.
The first section will look at the creation of Hardware components in C++.
The second section will highlight the benefits ...
其他文档 多线程游戏
/**
 * 用于在逻辑和界面间传输数据的bean
 * @version 1.0
 */
public class DataBean {
    private int first = -1;
    private int second = -1;
    public int getFirst() {
        return first;
    }
    public int ...
接口技术 net_tcp.h
/*
*********************************************************************************************************
*                                             uC/TCP-IP V2
*       ...
Ajax AmazeUI-2.3.0
Amaze UI 以移动优先(Mobile first)为理念,从小屏逐步扩展到大屏,最终实现所有屏幕适配,适应移动互联潮流。
数学计算 计算本征值程序
Computes all eigenvalues and eigenvectors of a real symmetric matrix a,
! which is of size n by n, stored in a physical np by np array.
! On output, elements of a above the diagonal are destroyed.
! d returns the eigenvalues of a in its first n elements.
! v is a matrix with the same logical and ...