搜索结果
找到约 74 项符合
pre 的查询结果
按分类筛选
- 全部分类
- 技术资料 (9)
- matlab例程 (6)
- 其他 (6)
- 其他书籍 (5)
- 人工智能/神经网络 (5)
- Linux/Unix编程 (4)
- VC书籍 (3)
- 电源技术 (2)
- 单片机编程 (2)
- 网络 (2)
- 交通/航空行业 (2)
- 书籍 (2)
- 技术教程 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 无线通信 (1)
- 开发工具 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- GPS编程 (1)
- 行业发展研究 (1)
- DSP编程 (1)
- 数据库系统 (1)
- 通讯/手机编程 (1)
- 微处理器开发 (1)
- 数据结构 (1)
- 数学计算 (1)
- Applet (1)
- STL (1)
- 通讯编程文档 (1)
- 书籍源码 (1)
- 技术管理 (1)
- 单片机开发 (1)
- 系统设计方案 (1)
- 其他嵌入式/单片机内容 (1)
- 接口技术 (1)
- 其他文档 (1)
- VIP专区 (1)
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