搜索结果
找到约 110 项符合
known 的查询结果
按分类筛选
- 全部分类
- 书籍 (16)
- 其他书籍 (9)
- 单片机开发 (6)
- 其他 (5)
- matlab例程 (5)
- Java编程 (5)
- 压缩解压 (4)
- 技术资料 (4)
- 人工智能/神经网络 (3)
- 行业发展研究 (3)
- 模拟电子 (2)
- DSP编程 (2)
- ARM (2)
- Linux/Unix编程 (2)
- 驱动编程 (2)
- 数值算法/人工智能 (2)
- 嵌入式/单片机编程 (2)
- 数学计算 (2)
- 技术管理 (2)
- 软件工程 (2)
- 通讯/手机编程 (2)
- 数据结构 (2)
- 教程资料 (1)
- 传感与控制 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- 网络 (1)
- 通讯编程文档 (1)
- Java书籍 (1)
- 人物传记/成功经验 (1)
- 多国语言处理 (1)
- Internet/网络编程 (1)
- 电子书籍 (1)
- 其他嵌入式/单片机内容 (1)
- FlashMX/Flex源码 (1)
- 金融证券系统 (1)
- 软件设计/软件工程 (1)
- SCSI/ASPI (1)
- VHDL/FPGA/Verilog (1)
- JavaScript (1)
- Windows Mobile (1)
- 加密解密 (1)
- Delphi控件源码 (1)
- 游戏 (1)
- 单片机 (1)
- 笔记 (1)
- 论文 (1)
- VIP专区 (1)
FlashMX/Flex源码 As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorith
As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.)
其他书籍 非常好的优化算法的书
非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。
Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of i ...
压缩解压 We describe and demonstrate an algorithm that takes as input an unorganized set of points fx1И
We describe and demonstrate an algorithm that takes as input an
unorganized set of points fx1&#1048576 &#1048576 xng &#1048576 IR3 on or near an unknown
manifold M, and produces as output a simplicial surface that
approximates M. Neither the topology, the presence of boundaries,
nor the geometry ...
金融证券系统 // chebysheve outlier detection // this function is used to detect the abnormal value among a set o
// chebysheve outlier detection
// this function is used to detect the abnormal value among a set of data
// input:
// delta: a set of data
// flag: discribe which data is already known as outlier
// p: restrict level
// output:
// double[] door : byyond which the data may be considered as a outlie ...
嵌入式/单片机编程 The major functionality added in this release includes: - Rootless mode in X11 - Widget Templt
The major functionality added in this release includes:
- Rootless mode in X11
- Widget Templtes [both compiled and XML]
As always, this isn t meant to be a stable release, it is only provided so
people can more easily experiment with PicoGUI and possibly help in its
development.
Some of the ...
软件设计/软件工程 This book manage to show you how you can methodically apply different techniques to your own algor
This book manage to show you how you can methodically apply different techniques to your
own algorithms to make them more efficient. While this book mostly highlights general techniques,
some well-known algorithms are also looked at in depth.
软件工程 Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Draw
Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Drawing on Lopp s management experiences at Apple, Netscape, Symantec, and Borland, this book is full of stories based on companies in the Silicon Valley where people have been known to yell at each other ...
软件工程 Fortran has always been the principal language used in the fields of scientific, numerical, and en
Fortran has always been the principal language used in the fields of scientific,
numerical, and engineering programming, and a series of revisions to the standard
defining successive versions of the language has progressively enhanced its power
and kept it competitive with several generations of ...
其他书籍 Presents a general picture of what is inside a Unix kernel and how Linux competes against other well
Presents a general picture of what is inside a Unix kernel and how Linux competes against other well-known Unix systems.
技术管理 if the method is to be made void, then it cannot have a return statement, all it can do is set the v
if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or setter method. All it does is set a value, usually these are don ...