搜索结果
找到约 141 项符合
procedure 的查询结果
按分类筛选
- 全部分类
- matlab例程 (11)
- 其他 (8)
- 其他书籍 (7)
- 通讯编程文档 (7)
- 多媒体处理 (6)
- 汇编语言 (6)
- 单片机开发 (6)
- 微处理器开发 (5)
- Java编程 (4)
- 软件设计/软件工程 (4)
- 技术管理 (4)
- 数据库系统 (3)
- Oracle数据库 (3)
- Delphi控件源码 (3)
- SQL Server (3)
- 系统设计方案 (3)
- Linux/Unix编程 (3)
- 单片机编程 (2)
- 通信网络 (2)
- 测试测量 (2)
- 网络 (2)
- Windows CE (2)
- 压缩解压 (2)
- 其他行业 (2)
- Delphi/CppBuilder (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 编译器/解释器 (2)
- 医药行业 (2)
- 嵌入式/单片机编程 (2)
- 数据结构 (2)
- Linux/uClinux/Unix编程 (2)
- 技术资料 (2)
- 图形图像 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 电子书籍 (1)
- 软件工程 (1)
- 并行计算 (1)
- 操作系统开发 (1)
- 中间件编程 (1)
- 驱动编程 (1)
- 通讯/手机编程 (1)
- 串口编程 (1)
- VHDL/FPGA/Verilog (1)
- 其他嵌入式/单片机内容 (1)
- J2ME (1)
- 其他数据库 (1)
- GPS编程 (1)
- VC书籍 (1)
- 加密解密 (1)
- 书籍源码 (1)
- 技术教程 (1)
- 无线通信 (1)
- 软件 (1)
- 源码 (1)
其他书籍 We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude mo
We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude modulation,
phase-shift keying, and pulse amplitude modulation
communications systems.We study the performance of a standard
CFO estimate, which consists of first raising the received signal to
the Mth ...
人工智能/神经网络 各人用Mtalab编写的SVM程序
各人用Mtalab编写的SVM程序,附带有粒子说明!完全通过!希望对大家有帮助! This procedure is programmed by myself, hope can bring use to you!
Delphi控件源码 法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。 // ----------------------------------------------------------
法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。
// ----------------------------------------------------------
// 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6)
// All routines now operate on rectangular matrix, except (InvMat and SysLin)
// No more need to use the InitMat procedure (su ...
人工智能/神经网络 基本的k-means聚类算法c++实现
基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
驱动编程 ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ...
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.
...
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.
...
微处理器开发 在arm编程的调试中经常碰到函数调用的规范问题
在arm编程的调试中经常碰到函数调用的规范问题,在函数调用中寄存器
的使用与分配是如何进行的,一个结构体是如何传递的,我们应该怎样写汇编函数才能符合函数调用的规范。这篇文章很好的阐释了这个问题。ATPCS(The ARM-THUMB Procedure Call Standard)的解释的ppt,容易懂,不要错过哦。 ...
串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D
unit comm
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SPComm, StdCtrls, ExtCtrls
type
TFcomm = class(TForm)
Comm1: TComm
GroupBox1: TGroupBox
Memo1: TMemo
Memo2: TMemo
GroupBox2: TGroupBox
Button1: TButton
Btn_send: TButton
Button2: ...