搜索结果

找到约 554 项符合 text-fading 的查询结果

SQL Server BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:oot.ini ) --删除文件Select dbo.FileDelete(

BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\boot.ini ) --删除文件Select dbo.FileDelete( C:\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\Test\test ,1) --文件复制Select dbo.FileCopy( C:\boot.ini , c:\Boot\YYY.ini ,1) -- ...
https://www.eeworm.com/dl/689/155152.html
下载: 22
查看: 1105

通讯/手机编程 The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writ

The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writed in log file SMS_Receiver.log & cleared from phone then. There s a log strings format: MM/DD/YYYY HH:MM PhoneNo, Message text (Date) (Time)
https://www.eeworm.com/dl/527/159262.html
下载: 51
查看: 1075

人工智能/神经网络 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4

遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中 ...
https://www.eeworm.com/dl/650/159875.html
下载: 38
查看: 1105

Linux/Unix编程 A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo

A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each ...
https://www.eeworm.com/dl/619/163329.html
下载: 197
查看: 1043

其他 IDL开发源码

IDL开发源码,可以使用text文档文件进行编写,运行要在IDL环境中。作用:添加影像
https://www.eeworm.com/dl/534/170050.html
下载: 83
查看: 1137

通讯编程文档 Channel estimation for OFDM systems based on comb-type pilot arrangement in frequency selective fadi

Channel estimation for OFDM systems based on comb-type pilot arrangement in frequency selective fading channels 一篇信道估计的经典文章
https://www.eeworm.com/dl/646/171635.html
下载: 80
查看: 1201

matlab例程 Simulator for a GSM traffic channel transmission and reception This Simulink model simulates the en

Simulator for a GSM traffic channel transmission and reception This Simulink model simulates the entire transmission and reception of voice data of a traffic channel for GSM (TCH/FS)over a multipath fading channel, and it calculates the BER of the received signal
https://www.eeworm.com/dl/665/174582.html
下载: 56
查看: 1084

VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne &copy 2004 The author of

The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne &copy 2004 The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread contr ...
https://www.eeworm.com/dl/686/176357.html
下载: 80
查看: 1036

其他书籍 1)Learn more about the capabilities in Quartus: 2)Learn to use different design entry techniques 2

1)Learn more about the capabilities in Quartus: 2)Learn to use different design entry techniques 2)Design entry methods available within Quartus Text editor,Block diagram/schematic file editor, Quartus interface with design entry/synthesis tools from Exemplar, Synopsys, Synplicity and Viewlogic
https://www.eeworm.com/dl/542/176772.html
下载: 162
查看: 1080

数据结构 Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY

Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue. ...
https://www.eeworm.com/dl/654/177902.html
下载: 40
查看: 1059