搜索结果
找到约 125 项符合
Pre-review 的查询结果
单片机开发 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 ...
其他书籍 This volume presents the state of the art concerning quality and interestingness measures for data m
This volume presents the state of the art concerning quality and interestingness measures for data mining. The book summarizes recent developments and presents original research on this topic. The chapters include surveys, comparative studies of existing measures, proposals of new measures, simulati ...
其他嵌入式/单片机内容 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.
Java编程 The OReilly Struts book (title not set yet) will be available sometime in the 3rd quarter of 2002.
The OReilly Struts book (title not set yet) will be available sometime in the 3rd quarter of
2002. Published by OReilly, this book covers both Struts 1.0 and 1.1. The beta or draft
chapters are being made available for download to facilitate an early public review
process for the material.
其他 主要操作过程: 建立一般的二叉链表
主要操作过程:
建立一般的二叉链表,通过遍历进行线化,设p为当前处理结点,pre为p的前驱填标志:
若p无左:p->ltag=1;若p无右:p—>rtag=1;填线索:若p->ltag==1: p->lchild=pre 若pre->rtag== pre->rchild=p
源码/资料 Boost C++ Libraries 1.35.0
Boost C++ Libraries
Free peer-reviewed portable C++ source libraries
Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...
matlab例程 distmesh
matlab有限元网格划分程序
DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed ...