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

Search list

[Embeded-SCM Developdiffrential

Description: TI CORTEX M3 ADC差分输入采样-ADC DIFF
Platform: | Size: 70656 | Author: zhangchao | Hits:

[Linux-UnixuClinux-2.4.24-uc1.diff

Description: 此为uLINUX的一个版本,想做LINUX移植的朋友可以用这个版本,完全支持周立功-This is a version of uLINUX, want to Friends LINUX transplantation can use this version, fully supports the ZLG
Platform: | Size: 4066304 | Author: 何庆伟 | Hits:

[OtherANALYSE

Description: ANALYSE NUMÉ RIQUE ET É QUATIONS DIFFÉ RENTIELLES
Platform: | Size: 3016704 | Author: zoyazora | Hits:

[Windows Developcolor-diff-in-images

Description: A windows application is designed to measure The quality of leafy vegetables by using the colour difference model. The colours of such vegetables are classified to represent different qualities. The measurement by computer analysis conforms to that produced by human inspection.
Platform: | Size: 1604608 | Author: SKP | Hits:

[matlabBPSK-with-Diff-Encod

Description: BPSK with Differential Encoding
Platform: | Size: 2048 | Author: Sergey | Hits:

[AI-NN-PRbashuma-

Description: 人工智能八数码问题实现八数码问题:在3×3的方格棋盘上,摆放着1到8这八个数码,有1个方格是 空的,其初始状态如图1所示,要求对空格执行空格左移、空格右移、空格上移 和空格下移这四个操作使得棋盘从初始状态到目标状态。 -#include <stdio.h>//定义变量 #include <stdlib.h>//定义变量 typedef struct s_node//定义创建节点 { struct s_node*father //定义父结点 struct s_node*prev struct s_node*next //定义下一个结点 int step //定义步骤为整形 int diff int weight int m[9] //定义m为9个整形数据 } node node*open_out(node*head) //open表输出节点 int open_insert(node*head, node*item) //定义open表插入节点为整形 int close_insert(node*head, node*item) //定义close表插入为整形 int inv_pair(int m[]) //定义m数据成对为整形 void swap(int*, int*) //定义空交换 int operate(int m[], int op) //定义操作 int diff(int m[], int n[])
Platform: | Size: 281600 | Author: 林莹莹 | Hits:

[matlabpolynomical-waves

Description: vaves and diff equations
Platform: | Size: 1024 | Author: fateh setif | Hits:

[OtherMATLAB-script-node---Lorenz-Diff-Eq

Description: 讲述labview中的MATLAB节点的VI-About labview VI nodes in the MATLAB
Platform: | Size: 10240 | Author: 李峻夫 | Hits:

[Special Effects2frame-diff

Description: 帧差法,是目标跟踪有效方法之一,本程序采用2帧差法进行跟踪。VC实现。-Frame difference method is an effective method of tracking, the program uses two difference method for tracking. VC implementation.
Platform: | Size: 167936 | Author: pipi | Hits:

[matlabdiffxy

Description: this is diff in matlab.
Platform: | Size: 67584 | Author: MohammadReza | Hits:

[Software Engineeringmethodes-num

Description: résoudre des eqts diff par les méthodes num
Platform: | Size: 19456 | Author: mahdi | Hits:

[matlabrandom-valued-impulse-noise-using-anniso-diff

Description: MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas.MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.-MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas.MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.
Platform: | Size: 38912 | Author: maruni | Hits:

[OpenCVMissDetector

Description: 这是一个在Opencv下开发的基于视频序列的视频缺失检测程序,该程序利用帧差的原理实现。-This project is developed with opencv to detect the miss frame based on the principle of diff-frames.
Platform: | Size: 3875840 | Author: yg | Hits:

[Driver DevelopInstallations

Description: THE OLD SOURCE OF THE DI-THE OLD SOURCE OF THE DIFF...
Platform: | Size: 347136 | Author: codrgi | Hits:

[Internet-Networkflow.c.diff

Description: 建立交叉编译环境时交叉编译工具gcc-3.4.4所需的补丁文件-Build cross-compiler environment gcc-3.4.4 cross compiler tools required to patch
Platform: | Size: 1024 | Author: zrx | Hits:

[AlgorithmDIFF

Description: Code that solves a unidimensional heat flux.
Platform: | Size: 1024 | Author: Rafael Cavalcanti | Hits:

[Mathimatics-Numerical algorithmsDouble-Diff-Free-P.-M.--AHM

Description: This is a Fortran code simulating the heat and mass transfer in porous media by solving the non-Darcy flow by applying the streamfunction-vorticity method to calculate the velocity field without any need to calculate the pressure field and using the local thermal non-equilibuiriam model (LTNE) in order to calculate the temperature field for both solid and fluid phase.
Platform: | Size: 3072 | Author: ahmed | Hits:

[Linux-Unixalien_8.85.tar

Description: Alien can use special diff files to help make alien packages conform to debian policy. This only used when you are converting to deb format. This document briefly explains how to make them. It assumes you are familiar with working with debian source packages. * Use "alien -g file.rpm" to generate a "source" directory tree. * Make whatever changes you need to make to debian/rules, add other files, etc. * Use dpkg-buildpackage to generate a standard debian .diff.gz file, and stick it in /var/lib/alien. * Test "alien file.rpm" - it should use your diff. If it works properly, (it s best if lintian is happy with the resulting .deb too), send the .diff.gz file to me for inclusion in alien. -- Joey Hess <joeyh@debian.org>-Alien can use special diff files to help make alien packages conform to debian policy. This is only used when you are converting to deb format. This document briefly explains how to make them. It assumes you are familiar with working with debian source packages. * Use "alien-g file.rpm" to generate a "source" directory tree. * Make whatever changes you need to make to debian/rules, add other files, etc. * Use dpkg-buildpackage to generate a standard debian .diff.gz file, and stick it in /var/lib/alien. * Test "alien file.rpm"- it should use your diff. If it works properly, (it s best if lintian is happy with the resulting .deb too), send the .diff.gz file to me for inclusion in alien. -- Joey Hess <joeyh@debian.org>
Platform: | Size: 65536 | Author: lixiao | Hits:

[OpenGL programCharacteristics-of-the-3d

Description: 采用菲涅尔近似公式和傅里叶级数展开的方法, 分析了罗奇光栅、正弦强度光 栅、正弦振幅光栅的泰伯衍射光场的三维强度分布特征, 给出了计算机模拟的三维强 度分布图, 并讨论了一些在三维传感领域有应用前景的性质。-In th is paper, w e calcu late the 32D in ten sity dist ribu t ion of Talbo t diff ract ion f ield of the u sually u sed Ronch i grat ing, sine in ten sity grat ing and sine amp litude grat ing, by app lying F resnel app rox im at ion and them ethod of Fou rier se2 ries expan sion. Compu ter sim u lated 32D diagram s are given, and som e in terest ing p ropert ies w ith p rom ising app licat ion in 32D sen sing are also discu ssed.
Platform: | Size: 363520 | Author: zhh | Hits:

[Internet-Networkolsrpatch.diff

Description: the source coding for the routing protocol
Platform: | Size: 21504 | Author: susai | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »

CodeBus www.codebus.net