搜索结果
找到约 179 项符合
AUTHOR 的查询结果
按分类筛选
- 全部分类
- 技术资料 (24)
- 其他书籍 (16)
- Java编程 (13)
- 数据结构 (10)
- 其他 (9)
- VC书籍 (8)
- VHDL/FPGA/Verilog (7)
- matlab例程 (7)
- 单片机开发 (6)
- 书籍 (5)
- 电子书籍 (4)
- 软件设计/软件工程 (4)
- 数值算法/人工智能 (3)
- 书籍源码 (3)
- 软件工程 (3)
- Internet/网络编程 (3)
- 教育系统应用 (3)
- 网络 (3)
- 汇编语言 (3)
- 人工智能/神经网络 (3)
- Delphi控件源码 (3)
- 源码 (2)
- DSP编程 (2)
- 加密解密 (2)
- 通讯/手机编程 (2)
- 压缩解压 (2)
- 驱动编程 (2)
- Linux/Unix编程 (2)
- 编辑器/阅读器 (2)
- 数学计算 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- 其他嵌入式/单片机内容 (2)
- 行业发展研究 (2)
- 单片机编程 (1)
- 电源技术 (1)
- 数据库系统 (1)
- 技术书籍 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 文件格式 (1)
- 其他数据库 (1)
- Java书籍 (1)
- 医药行业 (1)
- GPS编程 (1)
- 3G开发 (1)
matlab例程 sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G
sbgcop: Semiparametric Bayesian Gaussian copula estimation
This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data.
...
其他书籍 sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G
sbgcop: Semiparametric Bayesian Gaussian copula estimation
This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data.
...
VC书籍 C++ From Scratch: An Object-Oriented Approach is designed to walk novice programmers through the ana
C++ From Scratch: An Object-Oriented Approach is designed to walk novice programmers through the analysis, design and implementation of a functioning object-oriented application using C++. You will learn all the critical programming concepts and techniques associated with the language in the context ...
书籍 Risk-Based+Maintenance+for+Electricity+Network
This book is based on a Ph.D. research that has been conducted at the Delft
University of Technology in the Netherlands in collaboration with Dutch Electricity
& Gas Distribution Network Operator, Stedin. This book was written as a result of
wider interest that was shown by different industry groups ...
单片机开发 This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND.
This file is distributed in the hope that it will be useful, but WITHOUT
WARRANTY OF ANY KIND.
Author(s): Ole Saether
DESCRIPTION:
nRF9E5 Hello World program. Please note that this program runs the internal
8051 on the default power up frequency of 4MHz. See ex3a.asm for an examp ...
源码 短时过零率和短时能量
% Computation of ST-ZCR and STE of a speech signal.
%
% Functions required: zerocross, sgn, winconv.
%
% Author: Nabin Sharma
% Date: 2009/03/15
[x,Fs] = wavread('so.wav'); % word is: so
x = x.';
N = length(x); % signal length
n = 0:N-1;
ts = n*(1/Fs); % time for signal
% define the window
wintyp ...
VHDL/FPGA/Verilog // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial //
// -*- Mode: Verilog -*-
// Filename : wb_master.v
// Description : Wishbone Master Behavorial
// Author : Winefred Washington
// Created On : 2002 12 24
// Last Modified By: .
// Last Modified On: .
// Update Count : 0
// Status : Unknown, Use with caution!
// Description Specification
// General ...
书籍源码 计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,
计算全息close all clc clear
A=zeros(64)
A(15:20,20:40)=1 A(15:50,20:25)=1
A(45:50,20:40)=1 A(30:34,20:35)=1
% ppp=exp(rand(64)*pi*2*i) A=A.*ppp
% Author s email: zjliu2001@163.com
figure imshow(abs(A),[])
Fa=fft2(fftshift(A)) Fs=fftshift(Fa)
Am=abs(Fs) % amplitude
Ph=angle(Fs) % phase
s=11 ...
技术资料 基于单片机控制的智能定时燃气灶开关装置设计
笔者设计了一种基于51单片机控制的智能定时关闭燃气灶开关装置,可以让生活中普通的燃气灶实现定时关断、燃气泄漏报警、智能烧水模式等,提高了家用普通燃气灶的智能性、安全性和便利性。在此基础上,为顺应现在万物互联的科技潮流,笔者还运用无线控制系统和ESP8266WiFi模块,实现远程获取燃气灶的工作状态和远程控制燃气灶关闭 ...
加密解密 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Description : Encodage de donn閑s
基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Description : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale de Robert Sedgewick and Kevin Wayne.Copyright ? 2004 * pris sur le site http ...