搜索结果

找到约 242 项符合 Same 的查询结果

其他数据库 hanks for downloading this code. This VB Project shows you how to make forms with "rounded rectangle

hanks for downloading this code. This VB Project shows you how to make forms with "rounded rectangle" shape. It also shows you how you can reduce the size of your programs with a GUI by using blocks of images and absolutely positioning and stretching them to create a dialog box, rather than making t ...
https://www.eeworm.com/dl/645/254925.html
下载: 161
查看: 1076

单片机开发 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

通讯/手机编程 The algorm of viterbi. You talk to your friend three days in a row and discover that on the first da

The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And w ...
https://www.eeworm.com/dl/527/260057.html
下载: 147
查看: 1051

其他书籍 μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with

μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application code should require only minor changes (if any). Als ...
https://www.eeworm.com/dl/542/260434.html
下载: 110
查看: 1069

数据结构 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ ...
https://www.eeworm.com/dl/654/267011.html
下载: 80
查看: 1108

软件设计/软件工程 map identification laquo yuan Problem description : the digital image processing of an image often e

map identification laquo yuan Problem description : the digital image processing of an image often expressed as a macute M pixel matrix. Each pixel value is 0 or 1. The value of 0 pixel image, said background, and the value of a pixel image, said a map of a million, usually called map million pixels ...
https://www.eeworm.com/dl/684/268398.html
下载: 44
查看: 1053

VC书籍 Both the newest, hottest ight simulator and the simplest yet most powerful accounting programs

Both the newest, hottest ight simulator and the simplest yet most powerful accounting programs use the same basic building blocks. In this part, you dis cover the basic features you need to write your killer application.
https://www.eeworm.com/dl/686/274364.html
下载: 55
查看: 1026

单片机开发 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:

8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes: It uses big endian order, which is the same as the network byte order, unlike x86 systems. Use OPTIMIZE(2)or higher so that automatic variables get shared // between functions, to stay within the 256 byt ...
https://www.eeworm.com/dl/648/275410.html
下载: 71
查看: 1041

数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by ...
https://www.eeworm.com/dl/641/279819.html
下载: 135
查看: 1119

数学计算 When working with mathematical simulations or engineering problems, it is not unusual to handle curv

When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot o ...
https://www.eeworm.com/dl/641/280042.html
下载: 141
查看: 1054