Welcome![Sign In][Sign Up]
Location:
Search - als

Search list

[Windows Develop树形控件使用例程

Description: if (!bRun) { m_bATLInited = FALSE _Module.Term() CoUninitialize() return FALSE } hRes = _Module.RegisterClassObjects(CLSCTX_LOCAL_SERVER, REGCLS_MULTIPLEUSE) if (FAILED(hRes)) { m_bATLInited = FALSE CoUninitialize() return FALSE } -if (! BRun) (m_bATLInited = FALSE _Module. Term () CoUninitialize () return FALSE) = _ hRes Module.RegisterClassObjects (CLSCTX_LOCAL _SERVER. REGCLS_MULTIPLEUSE) if (FAILED (hRes)) (m_bA TLInited = FALSE CoUninitialize () return ALS E)
Platform: | Size: 17228 | Author: x | Hits:

[Other resourceArcGISObjectModel

Description: ArcObjects is the development platform for ArcGIS Desktop, a suite of GIS software systems: ArcInfo, ArcEditor, and ArcView. These systems serve GIS professionals with a spectrum of geographic data management, spatial editing, and cartographic visualization functionality.-ArcObjects is the development platform fo r ArcGIS Desktop, a suite of GIS software systems : ArcInfo. 141,000. and ArcView. These systems serve GIS profession als with a spectrum of geographic data managem ent, spatial editing, and cartographic visualization functionalit y.
Platform: | Size: 1040216 | Author: 流利 | Hits:

[GUI DevelopNSChartControl_nschart_src

Description: The CNSChartCtrl control class is derived from CWnd. The purpose is to create pie and bar charts in a dialog (also in a view) with editable fill colors and values, in runtime. Originally, the source code and project was written and compiled with Visual C++ 6.0 SP5 under Windows 98 it also was run in later versions.-The CNSChartCtrl control class is derived from CWnd. The purpose is to create pie and bar ch arts in a dialog (also in a view) with editable fi ll colors and values, in runtime. Originally, the source code and project was written and comp IIED with Visual C 6.0 SP5 under Windows 98 it als o was run in later versions.
Platform: | Size: 6863 | Author: 小叹号 | Hits:

[GDI-BitmapPieProgressCtrl_src

Description: The Code Project is an exciting site with impressive teaching and professional exchange capabilities. I have learned much from it and also decided to submit my contribution. Occasionally I was involved in a project to check experimental data for consistency. The data were collected in several binary files, which also contain \"holes\", i.e. missing data segments. The main idea to simplify the fast check report was to embed this report inside the progress control.-The Code Project is an exciting site with im pressive teaching and professional exchange c apabilities. I have learned much from it and als o decided to submit my contribution. Occasiona lly I was involved in a project to check experime ntal data for consistency. The data were collec ted in several binary files, which also contain "holes" ie missing data segments. The main idea to sim plify the fast check report was to embed this rep ort inside the progress control.
Platform: | Size: 18508 | Author: 小叹号 | Hits:

[Mathimatics-Numerical algorithmsmcr_100_m7

Description: 多元曲线解析-交替最小二乘法,MCR-ALS-Multivariate Curve Analysis - alternating least squares method, MCR - ALS
Platform: | Size: 99299 | Author: 王勇 | Hits:

[Graph Recognizescan_matching

Description: This a set of simple implementations for aligning scans of range-bearing laser data. They are written as demonstrations of basic algorithm implementations and are not designed for real-world (ie, efficient) application. The source code consists of MatLab scripts, mex-files and C++ code. to objects). This demo also provides a nice example of using \"placement new\" and explicit destruction. -This a set of simple implementations for aligning scans of range-bearing laser data. Th are written as a journalist in demonstrations of basic algor ithm implementations and are not designed for r Leveraging-world (ie, efficient) application. The source code consi sts of MatLab scripts, Mex-files and C code. to objects). This demo als o provides a nice example of using the "placement ne w "and explicit destruction.
Platform: | Size: 2666069 | Author: sunxiaodian | Hits:

[Other resourcedwtwav

Description: ual-Tree Complex Wavelet Transform Pack - version 4.3 Nick Kingsbury, Cambridge University, June 2003. This pack (version 4.2) includes the following functions for performing the Dual Tree Complex wavelet Transform on 1-D and 2-D signals-ual-Tree Complex Wavelet Transform Pack - Nick Kingsbury version 4.3. Cambridge University, health systems. This pack (version 4.2) includes the following functions for performing the Dual Tr ee Complex wavelet Transform on 1-D and 2-D sign als
Platform: | Size: 74787 | Author: 王僮 | Hits:

[Compress-Decompress algrithmsCCMPRS.ZIP

Description: A command-line file compression utility for Windows NT. It allows you to select files for NTFS file compression based on file name (with wild- cards), minimum file size, and/or a minimum compression ratio. You can also specify file extensions of files to be ignored. With C++ src-A command-line file compression utility f or Windows NT. It allows you to select files for N TFS file compression based on file name (with wi ld-cards), the minimum file size. and / or a minimum compression ratio. You can als o specify file extensions of files to be ignored . With C src
Platform: | Size: 27807 | Author: 郭春阳 | Hits:

[Software EngineeringY847565

Description: 提高卫星通信信道传输效率的新途径本 文 结 合 V SAT卫星通信系统设计中涉及卫星通信传输技术极为重要的 信道编码与调制解调方式,探讨了各种新型的卫星信道编码与调制解调技术, 它们的原理及在卫星通信中的应用。在数字调制中,信号传输质量主要取决于 比特差错率BER (Bit Error Rate),因此要尽可能采用相同的每比特信号能量与 噪声功率谱密度比(Eb/N.)的条件下,BER低的调制方式,以节省卫星功率 另外频带利用率要尽可能的高,以节省宝贵的卫星频带。本文还对各种不同的 差错编码与调制技术进行了实验和详细的性能比较。-improve satellite communications channel transmission efficiency of new ways this paper V SAT satellite communications system design involving Wei Star Communication Technology extremely important channel coding and modulation and demodulation, explore a variety of new satellite channel coding and modulation and demodulation techniques, their principles and satellite communications applications. Digital modulation, signal transmission depends on the quality of the main bit error rate BER (Bit Error Rate). therefore possible to use the same energy per bit signal with noise power spectral density ratio (Eb / N.), under the condition BER low modulation mode to save power satellite bandwidth utilization addition to the possible high to save valuable satellite frequency bands. This paper is als
Platform: | Size: 3829873 | Author: 亮仔 | Hits:

[OtherReverseSubstring

Description: Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) \"XBCDEFYWFEDCBZ\" Returns: \"BCDEF\" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)-Problem Statement You are given a string in put. You are to find the longest substring of proficient ut such that the reversal of the substring is als o a substring of input. In case of a tie. return the string that occurs earliest in input . Definition Class : ReverseSubstring Method : findReversed Parameters : string Returns : Method signature string : string findReversed (string input) (be sure yo ur method is public) The Notes and its substring reversal may overlap partially or completely. The entire original string is itself a valid sub string (see example 4). Constraints will input contain between 1 and 50 characters, inclusive. Each character of input will be an up percase letter (A-Z). Examples 0) "XBCDEFYWFE DCBZ "Returns : "BCDEF" We see the reverse of that is
Platform: | Size: 1244 | Author: 杨光 | Hits:

[ADO-ODBCndi1

Description: 关联规则4 NDI (Download) This implementation is based on the NDI algorithm (Calders and Goethals, 2002). Several optimizations have been added, such as a fast algorithm for the inclusion-exclusion (see Calders and Goethals, KDID 2005). The tar-ball contains the original breadth-first implementation, but also a depth-first implementation of the basic NDI algorithm (Calders and Goethals, SDM 2005). Note, however, that this depth-first implementation does not use the generalized diffsets as described in the latter paper. -association rules four NDI (Download) This implementation is based on the NDI algorithm (Calders and Goeth als. 2002). Several optimizations have been added, such as a fast algorithm for the inclusion - excl. usion (see Calders and Goethals. KDID 2005). The tar-ball contains the original breadth - first implementation, but also a depth-first implementation of the ba sic NDI algorithm (Calders and Goethals. SDM 2005). Note, however, that this depth-first implementation does not use the generalized diffsets as described in th e latter paper.
Platform: | Size: 12090 | Author: lion | Hits:

[Other resource90460_frt_ocu-v10

Description: This is an program for the MB90460 series. It initializes the output compare units0-5. Also the 16bit Free RunningTimer. -This is an program for the MB90460 series. I t initializes the output compare units0-5. Als o Free RunningTimer the 16bit.
Platform: | Size: 43285 | Author: lee | Hits:

[Other resourcelightmap

Description: 环境光照贴图应用源代码.由Als编写.非常清晰.
Platform: | Size: 370185 | Author: Malc | Hits:

[WinSock-NDISNetTraffic

Description: Diese Anwendung zeigt nicht nur die prinzipielle Verwendung der Microsoft Foundation Classes, sondern dient auch als Ausgangspunkt f黵 die Erstellung Ihrer eigenen DLLs.
Platform: | Size: 54821 | Author: 王文强 | Hits:

[Mathimatics-Numerical algorithmsmcr_100_m7

Description: 多元曲线解析-交替最小二乘法,MCR-ALS-Multivariate Curve Analysis- alternating least squares method, MCR- ALS
Platform: | Size: 99328 | Author: 王勇 | Hits:

[Windows Developmcr_101

Description: mcr-als 算法-mcr-als algorithm
Platform: | Size: 99328 | Author: asakev | Hits:

[VHDL-FPGA-VerilogALS

Description: ALS算法的硬件描述语言程序。对算法进行了详细的说明-ALS algorithm hardware description language program. For a detailed description of the algorithm
Platform: | Size: 73728 | Author: 王茹 | Hits:

[Linux-Unixlm3533-als

Description: lm3533-als.c LM3533 Ambient Light Sensor driver. -lm3533-als.c LM3533 Ambient Light Sensor driver.
Platform: | Size: 4096 | Author: sabunrg | Hits:

[Software Engineeringals

Description: spark 分布式计算框架,利用面向对象的函数式编程语言Scala(Spark distributed computing framework, using object oriented functional programming language Scala)
Platform: | Size: 2048 | Author: 827785186 | Hits:

[OtherALS

Description: 主要用于光谱数据预处理中的多光谱基线校正。(it can be used for multi-spectral baseline correction when pre-processing spectral data)
Platform: | Size: 783360 | Author: hao07 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net