-
very classic manual of DHTML javascript dom css
非常经典的DHTML 手册 dom css javascript-very classic manual of DHTML javascript dom css
- 2022-02-07 07:12:38下载
- 积分:1
-
xsl ,关于一个XML标准tag的用法,了解soap用法
xsl ,关于一个XML标准tag的用法,了解soap用法-xsl on a standard XML tag to use, understand soap usage
- 2023-06-01 05:25:03下载
- 积分:1
-
lte系统中信道估计技术研究,主要包括LS,MMSE算法
lte系统中信道估计技术研究,主要包括LS,MMSE算法-channel estimation in LTE systems,especial discuss the LS mmse algorithms
- 2022-12-31 18:50:04下载
- 积分:1
-
sim 文件系统In addition, its quality of service reduces because of reliance on tradi...
sim 文件系统In addition, its quality of service reduces because of reliance on traditional circuit-switched network elements. At that former time, people hoped to build a based system, which could access a centralized server network, would always have access to the latest traffic information and could provide web links. What this trend is a momentous request for mobile services based on high-speed packet data transfer. Hence, a new standard, GPRS, came into being in order to fill people’s bill.-sim file system In addition, its quality of service reduces because of reliance on traditional circuit-switched network elements. At that former time, people hoped to build a based system, which could access a centralized server network, would always have access to the latest traffic information and could provide web links. What this trend is a momentous request for mobile services based on high-speed packet data transfer. Hence, a new standard, GPRS, came into being in order to fill people s bill.
- 2023-08-16 17:25:02下载
- 积分:1
-
华为通信系统概论。系统的描述是通信系统的内容及华为产品的应用。...
华为通信系统概论。系统的描述是通信系统的内容及华为产品的应用。-Introduction to Communication Systems, Huawei Technologies. System communication systems are described in the content and application of Huawei products.
- 2023-03-14 03:10:03下载
- 积分:1
-
a phone screen clock procedures, based on the OSE operating system, we can see t...
一个手机副屏的时钟程序,基于OSE操作系统,可以看到实现的完整代码,但没有环境是不能编译运行。-a phone screen clock procedures, based on the OSE operating system, we can see the realization of a complete code, but no compiler environment is not running.
- 2022-02-09 10:42:35下载
- 积分:1
-
ZTE
中兴-GPRS原理培训手册,文档详细描述了整个GPRS的构成架构及数据交换原理,希望对大家有用。-ZTE-GPRS principle of training manuals, documents GPRS is described in detail the composition of the whole structure and data exchange principle, useful for all of us hope.
- 2022-03-10 23:35:25下载
- 积分:1
-
同上,改进之处为使用reins恢复函数使得子代数量(子代染色体个数)等于父代数量(父代染色体个数),一次计算上例得min(f1(v)+f2(v))=10.475...
同上,改进之处为使用reins恢复函数使得子代数量(子代染色体个数)等于父代数量(父代染色体个数),一次计算上例得min(f1(v)+f2(v))=10.4758,本例得min(f1(v)+f2(v))=10.1033,最大遗传代数均为MAXGEN=50.-Ibid, improved restoration of function to use the reins makes the number of progeny (offspring chromosome number) equal to the number of parent (parent chromosome number), a calculation of the above example a min (f1 (v)+ F2 (v) ) = 10.4758, which in this case a min (f1 (v)+ f2 (v)) = 10.1033, the largest genetic algebra are MAXGEN = 50.
- 2022-03-24 23:41:32下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
OFDM系统生成以及QAM调制方式MATLAB产生,分析了OFDM系统的调制方式的差别
OFDM系统生成以及QAM调制方式MATLAB产生,分析了OFDM系统的调制方式的差别-OFDM system-generated and MATLAB generated QAM modulation, an analysis of OFDM modulation system differences
- 2022-10-11 16:30:02下载
- 积分:1