搜索结果
找到约 65 项符合
simply 的查询结果
按分类筛选
- 全部分类
- 其他 (7)
- Java编程 (6)
- 书籍 (5)
- Java书籍 (4)
- 其他书籍 (4)
- 电源技术 (3)
- matlab例程 (3)
- 单片机编程 (2)
- 单片机开发 (2)
- 文章/文档 (2)
- 人工智能/神经网络 (2)
- 软件设计/软件工程 (2)
- 数值算法/人工智能 (2)
- 教程资料 (1)
- 无线通信 (1)
- 电子书籍 (1)
- 操作系统开发 (1)
- USB编程 (1)
- Applet (1)
- Linux/Unix编程 (1)
- 微处理器开发 (1)
- 嵌入式/单片机编程 (1)
- 邮电通讯系统 (1)
- J2ME (1)
- VC书籍 (1)
- 驱动编程 (1)
- VHDL/FPGA/Verilog (1)
- 串口编程 (1)
- STL (1)
- Delphi控件源码 (1)
- 磁盘编程 (1)
- Jsp/Servlet (1)
- Delphi/CppBuilder (1)
- 数据结构 (1)
Jsp/Servlet These files contain all of the code listings in Java 2: The Complete Reference The source cod
These files contain all of the code listings in
Java 2: The Complete Reference
The source code is organized into files by chapter.
Within each chapter file, the listings are stored
in the same order as they appear in the book.
Simply edit the appropriate file to extract the
listing in which you a ...
其他书籍 Although some FX1-based devices may use the FX1鈥檚 CPU to process USB data directly (Port I/O Mode),
Although some FX1-based devices may use the FX1鈥檚 CPU
to process USB data directly (Port I/O Mode), most applica-
tions use the FX1 simply as a conduit between the USB and
external data-processing logic (e.g., an ASIC or DSP, or the
IDE controller on a hard disk drive).
Java编程 UDDI for weblgoci In the main function, there is a list of functions calls that are commented. Each
UDDI for weblgoci In the main function, there is a list of functions calls that are commented. Each of those function calls tests a functionality of the UDDI api. To run a test, simply uncomment one of the function calls, and then compile this file and run it.
软件设计/软件工程 This contribution provides functions for finding an optimum parameter set using the evolutionary alg
This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output o ...
其他 SensorSimII is the framework of a simulator that I have been working on to study how future sensor n
SensorSimII is the framework of a simulator that I have been working on to study how future sensor networks should operate. the simulator is written in a modular fashion so that it can be adapted to serve a number of needs. However, please remember that it is still a work in progress. This web page ...
其他书籍 C++ is considered the most widely used and powerful object-oriented programming language in industry
C++ is considered the most widely used and powerful object-oriented programming language in industry today. This book is for who are interested in learning and exploring C++ programming where programs are developed to interface with real world devices. Learning C++ for interact with various hardware ...
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
Java编程 The primary goal of MySQL and Java Developer’s Guide is to provide a comprehensive approach to writ
The primary goal of MySQL and Java Developer’s Guide is to provide a comprehensive
approach to writing code from a Java application to a MySQL database
using the industry standard: JDBC. As you will see later in this
Introduction, the chapter titles indicate what area of database connectivity and
m ...
数据结构 The running time of quicksort can be improved in practice by taking advantage of the fast running t
The running time of quicksort can be improved in practice by taking advantage of the fast
running time of insertion sort when its input is “nearly” sorted. When quicksort is called on a
subarray with fewer than k elements, let it simply return without sorting the subarray. After the
top-level call ...
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 ...