搜索结果

找到约 587 项符合 such 的查询结果

按分类筛选

显示更多分类

数据结构 数字运算

数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum o ...
https://www.eeworm.com/dl/654/155654.html
下载: 115
查看: 1075

微处理器开发 This zip file shows the use ROM Services in order to speed up an application and reduce its code siz

This zip file shows the use ROM Services in order to speed up an application and reduce its code size. It shows how to open services such as ROM Entry, Xmodem and DataFlash and how to simply use their methods. Includes main.html file for help.
https://www.eeworm.com/dl/655/156556.html
下载: 161
查看: 1052

VC书籍 Far too many programmers and software designers consider efficient C++ to be an oxymoron. They rega

Far too many programmers and software designers consider efficient C++ to be an oxymoron. They regard C++ as inherently slow and inappropriate for performancecritical applications. Consequently, C++ has had little success penetrating domains such as networking, operating system kernels, device drive ...
https://www.eeworm.com/dl/686/156913.html
下载: 44
查看: 1069

书籍源码 这是sun公司的程序员考试书籍(英文版的pdf) 还有模拟考试安装盘

这是sun公司的程序员考试书籍(英文版的pdf) 还有模拟考试安装盘,和视频!我将稍后发布! READ THIS AGREEMENT CAREFULLY. IF YOU AGREE TO ALL THE TERMS AND CONDITIONS SET FORTH BELOW AND ARE WILLING TO BE LEGALLY BOUND BY THEM, PRESS THE I AGREE BUTTON TO CONTINUE WITH THE SETUP. IF YOU DO NOT AGREE TO S ...
https://www.eeworm.com/dl/532/157038.html
下载: 196
查看: 1035

Java编程 Metalworks is a simple Swing-based simulated e-mail application. It shows off several features of S

Metalworks is a simple Swing-based simulated e-mail application. It shows off several features of Swing, including JInternalFrame, JTabbedPane, JFileChooser, JEditorPane, and JRadioButtonMenuItem. Metalworks is optimized to work with the Java look and feel (codenamed "Metal") and shows use of severa ...
https://www.eeworm.com/dl/633/158515.html
下载: 153
查看: 1052

数学计算 寻找函数的全局极小值

寻找函数的全局极小值,global minimization of contrast function with random restarts the data are assumed whitened (i.e. with identity covariance matrix). The output is such that Wopt*x are the independent sources.
https://www.eeworm.com/dl/641/163243.html
下载: 86
查看: 1109

其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of

A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
https://www.eeworm.com/dl/534/167785.html
下载: 195
查看: 1056

Linux/Unix编程 The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the numbe

The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero+length-k-1
https://www.eeworm.com/dl/619/171805.html
下载: 189
查看: 1064

系统设计方案 This application note describes a method for developing block-oriented I/O device drivers for appli

This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (DSKs). The device dri ...
https://www.eeworm.com/dl/678/172507.html
下载: 44
查看: 1055

数学计算 平均因子分解法

平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangul ...
https://www.eeworm.com/dl/641/175667.html
下载: 96
查看: 1043