搜索结果
找到约 146 项符合
Structures 的查询结果
按分类筛选
- 全部分类
- 技术资料 (16)
- 其他书籍 (15)
- 数据结构 (15)
- 书籍源码 (11)
- 书籍 (9)
- VC书籍 (9)
- 电子书籍 (6)
- matlab例程 (5)
- 软件设计/软件工程 (5)
- 其他 (4)
- 游戏 (4)
- Java编程 (4)
- Java书籍 (4)
- Linux/Unix编程 (3)
- 编译器/解释器 (3)
- 数学计算 (3)
- 通讯编程文档 (3)
- 软件工程 (2)
- 人工智能/神经网络 (2)
- Delphi控件源码 (2)
- JavaScript (2)
- 软件 (1)
- 论文 (1)
- 多媒体 (1)
- 单片机编程 (1)
- 加密解密 (1)
- 操作系统开发 (1)
- 嵌入式综合 (1)
- 模拟电子 (1)
- 源码/资料 (1)
- 驱动编程 (1)
- *行业应用 (1)
- 文件格式 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- 嵌入式Linux (1)
- 系统设计方案 (1)
- 其他嵌入式/单片机内容 (1)
- 行业发展研究 (1)
- VIP专区 (1)
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 ...
Java编程 A windows BMP file is a common image format that Java does not handle. While BMP images are used onl
A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endi ...
系统设计方案 这篇英文论文主要介绍了基于TI公司TMS320C24x的直流无刷电机控制。A complete solution proposal is presented below: control struc
这篇英文论文主要介绍了基于TI公司TMS320C24x的直流无刷电机控制。A complete solution proposal is
presented below: control structures, power hardware topology, shaft
position sensors, control hardware and remarks on energy conversion
efficiency can be found in this document.
数学计算 非线性有限元程序
非线性有限元程序,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 ...
书籍 Guidelines+for+Electrical+Transmission+Line
Since the original publication of Manual 74 in 1991, and the preceding
“Guidelines for Transmission Line Structural Loading” in 1984, the
understanding of structural loadings on transmission line structures has
broadened signifi cantly. However, improvements in computational capa-
bility have enab ...
技术资料 .An.introduction.to.Programming.the.Microchip.PIC.in.CCS.C
外文pic编程书籍,
Contents
Introduction
History
Why use C?
PC based versus PICmicro®MCU Based Program Development
Product Development
Terminology
Trying and Testing Code
C Coding Standards
Basics
1 C Fundamentals
Structure of C Programs
Components of a C Program
#pragma
main()
#include
printf Funct ...
编译器/解释器 这是个反向工程delphi的程序的全部源代码.能分析几乎所有的结构 Revendepro is a program to reverse engineer Delphi program. Reven
这是个反向工程delphi的程序的全部源代码.能分析几乎所有的结构
Revendepro is a program to reverse engineer Delphi program. Revendepro finds almost all structures (classes, types, procedures, etc) in the program, and generates the pascal representation, procedures will be written in assembler. Due to so ...
技术资料 SIMATIC S7 CFC手册
SIMATIC S7 CFC手册
s
Contents
CFC for SIMATIC S7
1
Starting and operating the
CFC editor
2
Creating runtime structures
3
Defining runtime properties
4
Compiling
5
Downloading
6
Testing user programs
7
Reading back charts
8
Signal processing
9
Creating CFC blo ...
Java书籍 本书介绍计算机编程中经常用到的数据结构与算法
本书介绍计算机编程中经常用到的数据结构与算法,几乎每个电脑程序,即使再简单,也会用到数据结构及其算法。本书是 Sams 出版,同类书还有Java 面向对象模式设计之数据结构与算法 Data Structures And Algorithms In Java
其他书籍 This cookbook contains a wealth of solutions to problems that SQL programmers face all the time. Rec
This cookbook contains a wealth of solutions to problems that SQL programmers face all the time. Recipes inside range from how to perform simple tasks, like importing external data, to ways of handling issues that are more complicated, like set algebra. Each recipe includes a discussion that explain ...