搜索结果

找到约 353 项符合 THEN 的查询结果

Java编程 We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparis ...
https://www.eeworm.com/dl/633/247529.html
下载: 64
查看: 1048

matlab例程 This program compress and recostruct using wavelets. We can select level of decomposition(here maxim

This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet. For eg:-wavelets can be haar, db1, db2,dmey............... Decomposition can be viewed in figure. (Please note that select 256X256 image for be ...
https://www.eeworm.com/dl/665/249444.html
下载: 189
查看: 1066

其他 * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this

* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn) a ...
https://www.eeworm.com/dl/534/249828.html
下载: 88
查看: 1044

Java书籍 To date tests are still the best solution mankind has found to deliver working software. This book

To date tests are still the best solution mankind has found to deliver working software. This book is the sum of four years of research and practice in the testing field. The practice comes from my IT consulting background, first at Octo Technology and then at Pivolis the research comes from my invo ...
https://www.eeworm.com/dl/656/251425.html
下载: 104
查看: 1049

单片机开发 A new cable fault location method based on wavelet reconstruction is proposed. In this method the

A new cable fault location method based on wavelet reconstruction is proposed. In this method the difference between the currents of faulty phase and sound phase under the high voltage pulse excitation is used as the measured signal and is decomposed in multi-scale by wavelet transform, then reconst ...
https://www.eeworm.com/dl/648/255017.html
下载: 82
查看: 1077

matlab例程 Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch

Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood s ...
https://www.eeworm.com/dl/665/259919.html
下载: 23
查看: 1049

书籍源码 Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:d

Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法结束:dis即为所有点对的最短路径矩阵 3)算法小 ...
https://www.eeworm.com/dl/532/260235.html
下载: 94
查看: 1228

驱动编程 This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. U

This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln utility.
https://www.eeworm.com/dl/618/261342.html
下载: 129
查看: 1033

VC书籍 This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI applic

This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI application, the MDI main frame window does not have a view associated with it. Instead, each individual child window (CMDIChildWnd) has one or more associated views. The active view in an MDI application c ...
https://www.eeworm.com/dl/686/262935.html
下载: 63
查看: 1028

微处理器开发 The preferred technique places the new YAMON in the opposite Flash bank (the Db1200 boards have two

The preferred technique places the new YAMON in the opposite Flash bank (the Db1200 boards have two Flash banks), and then changes switch S11 to swap the Flash banks in the memory map to allow the other Flash bank to become the boot bank. This technique is the safest and preferred method since it pr ...
https://www.eeworm.com/dl/655/264353.html
下载: 125
查看: 1080