Analog Devices长沙太阳人电子有限公司//长沙太阳人电子有限公司二线式串行接口C51测试程序(for SMS0408) //电话: 0731-4167806,4167808 //E-mail: www@sunman.cn //CREATE by : 谭超 E-mail: tanchao_1@126.com
标签: 4167806 4167808 Devices Analog
上传时间: 2016-07-06
上传用户:myworkpost
ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noise variance % Mt - number of Tx antennas % Mr - number of Rx antennas % x - vector of complex input symbols (for MIMO, this is a matrix, where each column % is the value of the antenna outputs at a single time instance) % H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission % N - number of symbols transmitted in OFDM frame % % outputs: % y - vector of channel outputs (matrix for MIMO again, just like x matrix) % CREATE noise vector sequence (each row is a different antenna, each column is a % different time index) note: noise is spatially and temporally white
标签: transmission simulator Channel inputs
上传时间: 2016-07-22
上传用户:kelimu
SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:Oracle、 Sybase、 Microsoft SQL Server、 Access等等。虽然绝大多数的数据库系统使用SQL,但是它们同样有它们自立另外的专有扩展功能用于它们的系统。但是,标准的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "CREATE"和 "Drop"常常被用于完成绝大多数数据库的操作。MS SQL Server 就是用的Transact- SQL。SQL语言有着非常突出的优点,SQL语言是非过程化的语言、统一的语言、是所有关系数据库的公共语言。
标签: Structured Language Query SQL
上传时间: 2016-07-23
上传用户:zhanditian
SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:Oracle、 Sybase、 Microsoft SQL Server、 Access等等。虽然绝大多数的数据库系统使用SQL,但是它们同样有它们自立另外的专有扩展功能用于它们的系统。但是,标准的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "CREATE"和 "Drop"常常被用于完成绝大多数数据库的操作。MS SQL Server 就是用的Transact- SQL。SQL语言有着非常突出的优点,SQL语言是非过程化的语言、统一的语言、是所有关系数据库的公共语言。
标签: Structured Language Query SQL
上传时间: 2016-07-23
上传用户:cc1015285075
Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code. When indenting source code, we as programmers have a tendency to use both spaces and tab characters to CREATE the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation.
标签: reformatter reindenter and Artistic
上传时间: 2013-12-20
上传用户:康郎
If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, detect enemy aircraft, and pilot UAVs. Communication satellites, deep-space probes, and many medical instruments would have been nearly impossible to CREATE without embedded software.
标签: familiarity programming experience dominant
上传时间: 2013-12-11
上传用户:362279997
delphi登陸窗體的制作,就我知道的,可以有兩種方法,一種是在工程文件中實現登陸窗體的動態調用,另一種就是在主窗體的OnCREATE事件中動態創建登陸窗體,兩種方法都需要將主窗體設置為Auto-CREATE form,將登陸窗體設
标签: OnCREATE Auto-cr delphi 工程
上传时间: 2016-08-04
上传用户:gtzj
Teaching programming basics from the ground up, this book helps even those with no prior programming knowledge learn JavaScript and use this knowledge to CREATE interesting, useful, and dynamic sites.
标签: programming Teaching basics ground
上传时间: 2014-09-12
上传用户:miaochun888
delphi 写的delphi的程序 Handel is a free, standalone development tool CREATEd with Delphi 3 that enables you to CREATE, compile, and run projects. Handel also supports Form Design Environments such as Delphi and can open and write units, projects, and forms CREATEd with Delphi 2 or 3. However, it is not perfectly compatible with Delphi.
标签: delphi development standalone CREATEd
上传时间: 2014-01-18
上传用户:jing911003
以二叉链表作为存储结构,定义二叉树类型 bitree ; 实现二叉树的以下运算: 建立 CREATE( ) 输入二叉树的结点元素,建立二叉链表。 选择一种遍历方式(先序、中序、后序、层序)遍历这棵二叉树。 求二叉数的树深度。
标签: 存储结构
上传时间: 2014-01-14
上传用户:亚亚娟娟123