搜索结果
找到约 130 项符合
structures 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (15)
- 数据结构 (15)
- 书籍源码 (11)
- VC书籍 (9)
- 书籍 (9)
- 电子书籍 (6)
- 软件设计/软件工程 (5)
- matlab例程 (5)
- 其他 (4)
- Java书籍 (4)
- Java编程 (4)
- 游戏 (4)
- 通讯编程文档 (3)
- 数学计算 (3)
- Linux/Unix编程 (3)
- 编译器/解释器 (3)
- JavaScript (2)
- 软件工程 (2)
- Delphi控件源码 (2)
- 多媒体 (1)
- 模拟电子 (1)
- 单片机编程 (1)
- 嵌入式综合 (1)
- 操作系统开发 (1)
- *行业应用 (1)
- 人工智能/神经网络 (1)
- 文件格式 (1)
- 系统设计方案 (1)
- 嵌入式Linux (1)
- 其他嵌入式/单片机内容 (1)
- 加密解密 (1)
- 驱动编程 (1)
- 技术管理 (1)
- 行业发展研究 (1)
- 嵌入式/单片机编程 (1)
- 源码/资料 (1)
- 软件 (1)
- 论文 (1)
- 技术资料 (1)
- VIP专区 (1)
Linux/Unix编程 All people curious about how Linux works and why it is so efficient will find answers here. After re
All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code,
distinguishing between crucial data structures and secondary ones—in short, becoming a true
Linux hacker.
数学计算 非线性有限元程序
非线性有限元程序,NONSAP is a general finite element program for the nonlinear static and dynamic analysis of complex structures. The program is very flexible and was designed to be extended and modified by the user. In particular the program can easily be modified to use a different formulation of ...
数据结构 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct
密码学界牛人Victor Shoup用C++编写数论类库。
NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic.
N ...
JavaScript Create a Delaunay triangulation or Voronoi diagram by clicking points. Delaunay triangulations and V
Create a Delaunay triangulation or Voronoi diagram by clicking points. Delaunay triangulations and Voronoi diagrams are among the most widely used data structures in the field of Computational Geometry. These are Java-oriented source codes.
软件设计/软件工程 This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Centr
This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab structures. The CRC ExploreStruct was designed to ex ...
编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing
how to add arrays
* Use of const (constant) values.
* Creation of vectors.
* Passing vectors as function arguments.
* Reading from files of unknown size (monitoring istream status).
* Repetitive structures (while and for loops).
* The increment operators (++).
* Selection ...
JavaScript This project developed in java leads us to realize a flight reservation system in order to emulate d
This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods.
Two interfaces provide an access to this syst ...
其他嵌入式/单片机内容 The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long a
The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long as the compiler is in compliance with ANSI C. However it handles the system portable FAT structures. You must take the endian into consideration. It must be changed for your platform first or the compi ...
VC书籍 As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro
As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables.
Programs are structured by defining and calling functions. Program flow is controlled using loops, if
statements and function calls. Input and output can be directed to the terminal or to files. Related d ...
技术管理 The purpose of this study is to explore the possibilities offered by current Artificial Neural Net(A
The purpose of this study is to explore the possibilities offered by current Artificial Neural Net(ANN) structures and topologies and determine their strengths and weaknesses.