CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - adaptation

搜索资源列表

  1. Anthill-20020829

    0下载:
  2. Recent peer-to-peer (P2P) systems are characterized by decentralized control, large scale and extreme dynamism of their operating environment. As such, they can be seen as instances of complex adaptive systems (CAS) typically found in biological and
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5886840
    • 提供者:ada
  1. QGA

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:4222
    • 提供者:陈朋
  1. Defender

    0下载:
  2. VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
  3. 所属分类:Hook api

    • 发布日期:2017-05-21
    • 文件大小:6359621
    • 提供者:孙新
  1. 122333

    1下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a certain algorithm, and should
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9272
    • 提供者:张海华
  1. turboc2(1)

    0下载:
  2. 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirements: This issue demands the real
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:957627
    • 提供者:果子狸
  1. Lesson19Code

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic Link Library preparation procedures. Static library and dynamic dif
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:173889
    • 提供者:王大勇
  1. Dynamic

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic librar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:172985
    • 提供者:西嘻
  1. SDI_MULT_VIEW_2

    1下载:
  2. 单文档双视图以及单文档多视图的程序。可以实现任意多的视图之间的切换,但是用户始终只看到一个视图。根据csdn上的一个源码改编,希望对大家有用。-Single document, as well as dual-view multi-view single document procedures. Can achieve many of arbitrary switching between the view, but the user has only to see a view. Accord
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1081708
    • 提供者:gz
  1. memory

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。 -Memory management in Exper
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1194
    • 提供者:Jun
  1. node

    0下载:
  2. 自适应算法是一种新的算法,本程序提供了该算法去噪功能,用处广泛。-reducing the noise using the self-adaptation
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:560
    • 提供者:yutiansanshi
  1. cdf

    0下载:
  2. In this paper, we propose and study an adaptive delta modulator that has improved SNR performance and better robustness in tracking highly varying signals. The step-size adaptation used in this modulator is based on information about the abso
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:270017
    • 提供者:afiri
  1. NejronnyeSeti

    0下载:
  2. Neural Net. Theory, training and adaptation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-30
    • 文件大小:11778158
    • 提供者:istalex
  1. DXProject4

    0下载:
  2. Directshow 视频开发实例,VC++6.0;在开源码基础上稍有改编。-Directshow Video Development example, VC++6.0 in the open-source based on a slight adaptation.
  3. 所属分类:DirextX

    • 发布日期:2017-03-30
    • 文件大小:19667
    • 提供者:吴华锋
  1. Style

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic Link Library of the preparation procedures. Static library and dyna
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:52105
    • 提供者:shao
  1. YanHuaDemo

    0下载:
  2. VC++漂亮的烟花特效,一个根据Java代码改编的代码,用VC++改编。看上去很美的烟花特效。-VC++ beautiful fireworks effects, one based on Java code into the code, using VC++ adaptation. Effects of the fireworks looked beautiful.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:18014
    • 提供者:145
  1. QQLoginBat

    0下载:
  2. 这是一个QQ/TM登录器(其中包含MD5的类封闭及Base64的编码转换). 本程序是用BCB2007制作的. 程序基本用法: (1)运行程序,首先会要求输入密码,如果是首次运行,可以输入一个新密码或直接回车即可. (2)进入后,可以看到已保存的QQ号,可以同时登录一个或多个号码. (3)点击ADD可以添加QQ号码 添加时可以直接输入命令行,也可先按PWDHASH生成命令行,再复制过去(点击上面的Command Line标签). 声明: 程序中的MD5算法和BASE
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:264972
    • 提供者:richardw
  1. ani2D-2.0.1.tar

    1下载:
  2. Ani2D解决了系统的偏微分方程与变张量系数非结构化自适应三角网格。它提供了4便携式图书馆:网格生成,数据为基础的网格适应,有限元discretizations ,并特设求解。-Ani2D solves systems of PDEs with variable tensor coefficients on unstructured adaptive triangular meshes. It provides 4 portable libraries: mesh generation, met
  3. 所属分类:Other systems

    • 发布日期:2016-09-21
    • 文件大小:2498611
    • 提供者:Rocky
  1. binswap

    0下载:
  2. 更改目标文件字节序,以写入flash中,适应big/little endian 的CPU。-Change the target file byte order, to write to flash, the adaptation big/little endian of the CPU.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:183402
    • 提供者:heaven
  1. VC

    0下载:
  2. 运营商短信网关最通用的 vc++ 加解码程序,简单适应-SMS gateway operators the most common vc++ plus decoding procedure, simple adaptation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1894762
    • 提供者:kq
  1. progtemplate

    0下载:
  2. 自己根据网上荡的一个程序进行的改编,我一般用来截图,不过界面很不错。包括系统设置和窗口透明度等,值得一看-Themselves on the basis of a swing-line adaptation procedure, I am generally used to capture, but the interface is pretty good. Including system settings and window transparency and so on, worth a
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3918706
    • 提供者:xumu
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com