搜索结果
找到约 74 项符合
pre-fixSpan 的查询结果
Linux/Unix编程 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
Boost provides free peer-reviewed portable C++ source libraries.
We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial ...
Linux/Unix编程 Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or dr ...
其他书籍 Fast Fourier Transform power point The rectangular window introduces broadening of any frequency co
Fast Fourier Transform power point
The rectangular window introduces broadening of any frequency components [`smearing鈥? and sidelobesthat may overlap with other frequency components [`leakage鈥?.
鈥he effect improves as Nincreases
鈥owever, the rectangle window has poor properties and better c ...
其他 The purpose of this project is to make it possible to remotely switch on a Webasto Thermo Top C wate
The purpose of this project is to make it possible to remotely switch on a Webasto Thermo Top C water heater that is used to pre-heat the heating system of a car without starting the motor.
单片机开发 Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the G
Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
系统设计方案 This is a simple algorithm that downloads trading data from yahoo database. It is basically a large
This is a simple algorithm that downloads trading data from yahoo database. It is basically a large scale application of sqq.m which was originally submitted by Michael Boldin, link at acknowledgements.
Some of the functionalities of the package:
- User defined ticker list.
- Function for do ...
matlab例程 This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3
This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum
pre-defined torque, without collision with any obstacle in the r ...
其他书籍 Text mining tries to solve the crisis of information overload by combining techniques from data mini
Text mining tries to solve the crisis of information overload by combining techniques from data mining, machine learning, natural language processing, information retrieval, and knowledge management. In addition to providing an in-depth examination of core text mining and link detection algorithms a ...
其他嵌入式/单片机内容 A AVR USB download tool. It can download your target file to full series avr chip with only one pre
A AVR USB download tool. It can download your target file to full series avr chip with only one press.
其他 主要操作过程: 建立一般的二叉链表
主要操作过程:
建立一般的二叉链表,通过遍历进行线化,设p为当前处理结点,pre为p的前驱填标志:
若p无左:p->ltag=1;若p无右:p—>rtag=1;填线索:若p->ltag==1: p->lchild=pre 若pre->rtag== pre->rchild=p