虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Dev-cn-support

  • linux下一些命令的c语言的实现

    linux下一些命令的c语言的实现,code目录存放了本书使用的部分代码,其中有些代码是从完整的程序中抽离出来,无法直接编译成可执行文件。读者在使用时,应该先读懂程序再使用。 otherscode目录存放了GNU/Linux中的常用命令源代码,读者可以参考。 本书提到的,跟Linux开发有关的一些软件可以在www.farsight.com.cn的“下载中心”下载。也可以在www.sourceforge.net下载最新版本。

    标签: linux c语言 命令

    上传时间: 2014-01-23

    上传用户:huangld

  • 统计模式识别、线性或非线性回归以及人工神经网络等方法是数据挖掘的有效工具

    统计模式识别、线性或非线性回归以及人工神经网络等方法是数据挖掘的有效工具,支持向量分类(support vector classification,简称SVC)算法是一个很有发展前景的方向。

    标签: 模式识别 回归 人工神经网络 数据挖掘

    上传时间: 2014-02-16

    上传用户:lifangyuan12

  • a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The sam

    a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association. Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de-compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format.

    标签: supports capture cameras digital

    上传时间: 2014-01-13

    上传用户:yph853211

  • We both want to thank everyone at Microsoft Press and all the people who reviewed the manuscript for

    We both want to thank everyone at Microsoft Press and all the people who reviewed the manuscript for their kind support throughout this project. Eric Stroo, thanks for your patience as we completed the chapters (not always as fast as you wanted them). Sally Stickney and Rebecca McKay, thanks for your excellent job editing the manuscript and making it readable. Sally Stickney and John Pierce, thanks for managing the project. Jim Fuchs at Microsoft Press, Jason Whittington at DevelopMentor, and Rick Watson at RogueWave Software, thanks for doing technical reviews of our manuscript.

    标签: manuscript Microsoft the everyone

    上传时间: 2016-08-29

    上传用户:Miyuki

  • 国际化、多国语言的处理

    国际化、多国语言的处理,Internationalization and Multiple Language Support

    标签: 国际化 语言

    上传时间: 2016-08-29

    上传用户:bjgaofei

  • Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the rela

    Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the related architecture. HIP is a proposal to change the TCP/IP stack to securely support mobility and multi-homing. Additionally, it provides for enhanced security and privacy and advanced network concepts, such as moving networks and mobile ad hoc networks. HIP is "cool", which means that as a mobile VPN solution, when your network interfaces go up or down, there is no need to re-establish a secure tunnel.

    标签: Identity Protocol Host implemetation

    上传时间: 2016-09-01

    上传用户:皇族传媒

  • 网络考试系统 系统基于 .NET 框架开发

    网络考试系统 系统基于 .NET 框架开发,使用前请确认电脑里是否已安装 .NET 框架组件及数据访问组件。 相关组件请到 http://www.esst.cn 下载。

    标签: NET 网络考试

    上传时间: 2016-09-20

    上传用户:1159797854

  • Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32

    Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中

    标签: algorithm Genetic Windows Visual

    上传时间: 2016-09-22

    上传用户:silenthink

  • ACM题目

    ACM题目,实现两个大数的相乘,题目详见http://acm.zju.edu.cn/show_problem.php?pid=1272

    标签: ACM

    上传时间: 2014-02-18

    上传用户:lanhuaying

  • MATLAB的SVM算法实现

    MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.

    标签: MATLAB SVM 算法

    上传时间: 2013-12-20

    上传用户:jkhjkh1982