搜索结果
找到约 12,542 项符合
A.J 的查询结果
按分类筛选
- 全部分类
- 数据结构 (13)
- 其他书籍 (10)
- matlab例程 (9)
- Java编程 (8)
- 源码 (7)
- 人工智能/神经网络 (6)
- 数学计算 (6)
- 单片机编程 (6)
- 技术资料 (6)
- VC书籍 (5)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (5)
- 其他 (4)
- 电子书籍 (4)
- 书籍源码 (4)
- 模拟电子 (3)
- 汇编语言 (3)
- 通讯/手机编程 (3)
- 交通/航空行业 (2)
- 网络 (2)
- 编译器/解释器 (2)
- VHDL/FPGA/Verilog (2)
- 书籍 (2)
- VIP专区 (2)
- 学术论文 (1)
- 技术书籍 (1)
- 电源技术 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- 加密解密 (1)
- 文章/文档 (1)
- 软件工程 (1)
- Java书籍 (1)
- J2ME (1)
- 单片机开发 (1)
- 中间件编程 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- GPS编程 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- SQL Server (1)
- 系统设计方案 (1)
- 无线通信 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- 教材/考试/认证 (1)
- 软件 (1)
- 其他 (1)
其他 This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for
This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for initial experiments with boundary conditions. ToyFDTD3 adds some simple features to ToyFDTD1: A PMC boundary condition, a sinusoidal pulse source, and output tracking a single point in the mesh. Relea ...
其他 The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fai ...
其他 The purpose of this program is to enable building a config file to the radarFDTD package using a mo
The purpose of this program is to enable building a config file
to the radarFDTD package using a modern GUI.
通讯/手机编程 This module can be used to interface to the MMC card in MMC or * SPI modes. It supports a multiple
This module can be used to interface to the MMC card in MMC or
* SPI modes. It supports a multiple card environment. The reset and
* identification processes assume multiple cards on the bus.
* In MMC mode, the card number is used as the RCA operand in the
* commands.
其他 a windows api it is very usefull to you welcome to my home page www.beihuazy.com to down more u
a windows api
it is very usefull to you
welcome to my home page
www.beihuazy.com to down more useful information
操作系统开发 Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most po
Bochs is a highly portable open source IA-32 (x86) PC emulator
written in C++, that runs on most popular platforms. It includes
emulation of the Intel x86 CPU, common I/O devices, and a custom
BIOS. Currently, Bochs can be compiled to emulate a 386, 486,
Pentium, Pentium Pro or AMD64 CPU, including ...
编译器/解释器 Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), port
Many many developers all over the net respect NASM for what i s
- a widespread (thus netwide), portable (thus netwide!), very
flexible and mature assembler tool with support for many output
formats (thus netwide!!).
Now we have good news for you: NASM is licensed under LGPL.
This means its developm ...
单片机开发 The traffic light is timed and lets cars pass during a specific time period. There is a pedestrial
The traffic light is timed and lets cars pass during a
specific time period. There is a pedestrial crossing
button that lets pedestrians cross. The lights are
connected to Port 1. You can see this in action using
dScope.
数学计算 二乘法曲线拟合 //X,Y -- X,Y两轴的坐标 //M -- 结果变量组数 //N -- 采样数目 //A -- 结果参数
二乘法曲线拟合
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
数学计算 Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with th ...