搜索结果
找到约 90 项符合
Modified 的查询结果
按分类筛选
- 全部分类
- matlab例程 (12)
- 单片机开发 (12)
- VHDL/FPGA/Verilog (5)
- 数学计算 (4)
- 编译器/解释器 (4)
- 压缩解压 (3)
- 软件设计/软件工程 (3)
- 其他 (3)
- 嵌入式/单片机编程 (3)
- 其他书籍 (3)
- Linux/Unix编程 (3)
- 微处理器开发 (3)
- 单片机编程 (2)
- 传感与控制 (2)
- 汇编语言 (2)
- Delphi控件源码 (2)
- DSP编程 (2)
- 书籍 (2)
- 图形图像 (1)
- 模拟电子 (1)
- PCB相关 (1)
- 电源技术 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- 文件格式 (1)
- 通讯/手机编程 (1)
- 人工智能/神经网络 (1)
- 3G开发 (1)
- GPS编程 (1)
- 数值算法/人工智能 (1)
- Windows CE (1)
- SCSI/ASPI (1)
- 企业管理 (1)
- 系统设计方案 (1)
- Delphi/CppBuilder (1)
- 源码/资料 (1)
- 技术资料 (1)
- VIP专区 (1)
数学计算 非线性有限元程序
非线性有限元程序,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 ...
DSP编程 The TMS320C54x, TMS320LC54x, and TMS320VC54x fixed-point, digital signal processor (DSP) families (
The TMS320C54x, TMS320LC54x, and TMS320VC54x fixed-point, digital signal processor (DSP) families
(hereafter referred to as the ’54x unless otherwise specified) are based on an advanced modified Harvard
architecture that has one program memory bus and three data memory buses. These processors also ...
单片机开发 This a free web game, animportantnote of this, "xia domain" for free software, follow the "general p
This a free web game, animportantnote of this, "xia domain" for free software, follow the "general public to permit" all the provisions of any recognition can be modified to increase capacity, publish, but to revise and increase the No need to publish, not of any reason not to open
GPS编程 function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by R
function [U,V,num_it]=fcm(U0,X)
% MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J.
% Hathaway on June 21, 1994.) The fuzzification constant
% m = 2, and the stopping criterion for successive partitions is epsilon =??????.
%*******Modified 9/15/04 to have epsilon = ...
数值算法/人工智能 History : Author : JAG (Jagatpreet Singh) % Created on : 05022003 (Friday. 2nd May, 2003) % Commen
History : Author : JAG (Jagatpreet Singh)
% Created on : 05022003 (Friday. 2nd May, 2003)
% Comments : The basic PSO algorithm.
% Modified on : 0710003 (Thursday. 10th July, 2003)
% Comments : It uses psoOptions structure now. More organized.标准粒子群优化算法工具箱
嵌入式/单片机编程 Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价比的ISCSI 存储服务器, 具有如下的特色: 强大的iscsi 存储服务器软件; 混合iscsi 和NAS 服务;
Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价比的ISCSI 存储服务器, 具有如下的特色:
强大的iscsi 存储服务器软件;
混合iscsi 和NAS 服务;
Free, 基于Linux;
LHS-200 的编译使用openwrt 框架,需要先下载并配置openwrt 开发环境
从openwrt 的开发站点 https://dev.openwrt.org, 下载最新的开发分枝,并下载到 ...
数学计算 observable distribution grid are investigated. A distribution grid is observable if the state of th
observable distribution grid are investigated. A distribution
grid is observable if the state of the grid can be fully determined.
For the simulations, the modified 34-bus IEEE test feeder is used.
The measurements needed for the state estimation are generated
by the ladder iterative technique. Two ...
压缩解压 EZW coding implementation. using wavelet transforms as a key tool. compression and decoding is done
EZW coding implementation. using wavelet transforms as a key tool. compression and decoding is done using modified EZW algorithm.
SCSI/ASPI SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY comm
SCSI Multimedia Commands 鈥?3 (MMC-3)
T10/1363-D
5.16 READ CAPACITY Command
The READ CAPACITY command (Table 144) provides a means for the Initiator to request information
regarding the capacity of the Logical Unit. This command shall not report the correct capacity of the
recorded data for CD-R, CD ...
压缩解压 This code implements the arithmetic coding algorithm used for text compression. At present it takes
This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.