搜索结果
找到约 298 项符合
Second 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (42)
- 书籍 (34)
- 单片机开发 (17)
- 其他 (16)
- matlab例程 (11)
- 书籍源码 (10)
- 电子书籍 (9)
- VC书籍 (9)
- 技术资料 (9)
- 软件工程 (7)
- 数学计算 (7)
- 单片机编程 (6)
- 传感与控制 (6)
- 数值算法/人工智能 (6)
- Java编程 (6)
- 汇编语言 (6)
- 嵌入式/单片机编程 (5)
- 通讯/手机编程 (5)
- Java书籍 (5)
- Linux/Unix编程 (5)
- 可编程逻辑 (4)
- 通讯编程文档 (4)
- 驱动编程 (4)
- JavaScript (4)
- 学术论文 (3)
- PCB相关 (3)
- 测试测量 (3)
- 人工智能/神经网络 (3)
- VHDL/FPGA/Verilog (3)
- uCOS (3)
- VIP专区 (3)
- 系统设计方案 (2)
- Delphi控件源码 (2)
- DSP编程 (2)
- 微处理器开发 (2)
- 数据结构 (2)
- 其他嵌入式/单片机内容 (2)
- 文章/文档 (2)
- uCOS编程 (1)
- 电源技术 (1)
- 教程资料 (1)
- 无线通信 (1)
- ARM (1)
- 技术书籍 (1)
- C/C++语言编程 (1)
- *行业应用 (1)
- 网络 (1)
- 操作系统开发 (1)
- Oracle数据库 (1)
- 其他行业 (1)
- MySQL数据库 (1)
- 软件设计/软件工程 (1)
- 行业发展研究 (1)
- 游戏 (1)
- 多国语言处理 (1)
- 能源行业(电力石油煤炭) (1)
- J2ME (1)
- 加密解密 (1)
- SQL Server (1)
- 技术教程 (1)
- 其他文档 (1)
- 接口技术 (1)
- 源码 (1)
- 论文 (1)
能源行业(电力石油煤炭) Those who are working on power system optimisatio, for them here is all the load flow programs from
Those who are working on power system optimisatio, for them here is all the load flow programs from book hadi sadat. It i the 1st part.
Second part is also uploaded in this site by me
其他书籍 When trying to extract information from SAR images, we need to distinguish two types of image prope
When trying to extract information from SAR images, we need to distinguish
two types of image property. The more important is where properties of the
scene (e.g., its dielectric constant, its geometry, its motion, etc.) produce effects
in the image measurements or examination of the image then can ...
J2ME simple clock display clock Dimensions,Draw the circle and numbers,Formats the date ,Font for number
simple clock
display clock Dimensions,Draw the circle and numbers,Formats the date ,Font for number ,Color of main hands and dial,Color of second hand and numbers
加密解密 The use of FPGAs for cryptographic applications is highly attractive for a variety of reasons but at
The use of FPGAs for cryptographic applications is highly attractive for a variety of reasons but at the same time there are many open issues related to the general security of FPGAs. This contribution attempts to provide a state-of-the-art description of this topic. First, the advantages of reconfi ...
其他书籍 本书是英文版
本书是英文版,但内容非常不错,本书目录如下:
Table of Contents
SIP—Understanding the Session Initiation Protocol, Second Edition
Foreword to the First Edition
Preface to - the Second Edition
Preface to - the First Edition
Chapter 1 - SIP and the Internet
Chapter 2 - Introduction to SIP
Chapter 3 - ...
数值算法/人工智能 These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomia
These codes require an ASCII input file interp.dat of the following form:
N: Number of Polynomial Interpolation Points (Small)
First Sample (x1,y1)
Second Sample (x2,y2)
...
Nth Sample (xN,yN)
N1: Number of Error Evaluation Points (Large)
First Sample (x1,y1)
Second Sample (x2,y2)
. ...
其他书籍 A large body of computer-aided techniques has been developed in recent years to assist in the proce
A large body of computer-aided techniques has been developed in recent years to assist
in the process of modeling, analyzing, and designing communication systems . These
computer-aided techniques fall into two categories: formula-based approaches, where the
computer is used to evaluate complex formu ...
其他 three proceses , one proces read some mesages entered from the keyboard until read s EXIT, the the s
three proceses , one proces read some mesages entered from the keyboard until read s EXIT, the the second process kill his son, than kill himself.
技术教程 SystemC_tutorial
This tutorial will focus on the strong connection between C++ and SystemC by making
the analogy between Hardware modeling and Object-Oriented modeling.
The first section will look at the creation of Hardware components in C++.
The second section will highlight the benefits ...
其他文档 多线程游戏
/**
 * 用于在逻辑和界面间传输数据的bean
 * @version 1.0
 */
public class DataBean {
    private int first = -1;
    private int second = -1;
    public int getFirst() {
        return first;
    }
    public int ...