CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 关联

搜索资源列表

  1. Lesson05

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC Message Mapping Analysis of the mechanism on how to use ClassWizard, understanding sen
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46484
    • 提供者:鞠俊
  1. shchangenotify

    1下载:
  2. 利用Windows的未公开函数SHChangeNotifyRegister实现文件目录操作即时监视程序可以监视在Explore中的重命名、新建、删除文件或目录;改变文件关联;插入、取出CD和添加删除网络共享都可以被该程序记录下来。(12KB)-use Windows function SHChangeNotifyRegister not open files directory operations can be monitored in real-time surveillance proce
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:11681
    • 提供者:zy
  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2271
    • 提供者:周继波
  1. apriori_windows

    0下载:
  2. 关联规则的apriori算法实现,运行于windows环境下-association rules algorithm algorithm, which runs on Windows environment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:43146
    • 提供者:栾轶佳
  1. readline-5.0.tar

    1下载:
  2. 在非GUI环境下,需要用户输入的程序就免不了使用命令行,命令行要写得好可不容易。readline提供了几乎你能想到的所有命令行功能。这个版本是linux/unix通用平台,并可方便的移植到其它平台(实际上它与操作系统关联不大)。-in non - GUI environment, the need for user input on the process will inevitably use the command line, the command line is difficult to
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1808946
    • 提供者:马克
  1. 冰河清除

    0下载:
  2. 对于冰河5.0的清除方法,除了用客户端软件清除(我认为这种方法并不彻底,它不能完 全恢复注册表原来的状态,会使.txt文件关联错误)外,我提供一种更彻底更清洁的方 法。 -glaciers 5.0 for the removal method, in addition to the client software used to clear (I think this is not a thorough, it does not fully restore the original
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1370
    • 提供者:杨丽丽
  1. hotlink

    0下载:
  2. hostlink进行编程的 地理信息系统数据连接,要进行数据关联!-hostlink programmed geographic information system data connectivity, the need for data association!
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:698476
    • 提供者:何学洲
  1. 注册表操作程序

    0下载:
  2. 注册表操作程序,用于控制注册表程序,选择关联打开的程序名称-registry operational procedures, procedures for the control of the registry, select the associated open procedure name
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:91941
    • 提供者:赵志敏
  1. apriori-rules

    0下载:
  2. 关联规则挖掘,一种改进了的APRIORI算法,效率较原有算法大大提高-mining association rules, an improved algorithm for the analysis and efficient than the original algorithm greatly enhanced
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2921
    • 提供者:程会平
  1. Apiori_Java

    0下载:
  2. 数据挖掘关联规则Apiori算法的java实现,关于算法可参考韩家伟的数据挖掘教程-Data Mining Association Rules Apiori algorithm java realization of algorithm reference Han Wei Data Mining Directory
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4013
    • 提供者:赠礼
  1. MyCTreeControl

    0下载:
  2. 本程序是用vc++的多文档编写的一个树型控件,并实现何视图窗口的关联。-this procedure is used vc + + Multi - Document prepared by a tree controls, and to achieve what the relevance View window.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:62866
    • 提供者:宋嘉
  1. Interpolation-algorithm

    5下载:
  2. 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lag
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5045
    • 提供者:ldg
  1. MiniDatabase

    1下载:
  2. 1、和SimpleDatabase有些关联,本意是实现SimpleDatabse的一个GUI版本,包括数据库比较,彩色语法编辑。 2、可以借鉴:彩色语法编辑(SQL语法,可以扩展)、单文档多页多页化等。-one, and some SimpleDatabase Association, was intended to achieve SimpleDatabse version of a GUI, including databases, editing color syntax. 2, we
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:210995
    • 提供者:王伟
  1. tierazon-2.8-source

    0下载:
  2. 分维<Df>的大小不仅反应遗传语言词汇结构的变 化而且反应遗传语言语法关系的清晰程度即序列中碱基的相关程度 关联作用会使<Df>增大在<Df>小于2 的区间内遗
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:187823
    • 提供者:ltt
  1. fileconfig

    0下载:
  2. 用VB开发的用于修理或建立文件关联的程序!-VB development for the repair or build files associated with the procedure!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1888
    • 提供者:wzx
  1. NotepadPlus

    0下载:
  2. 彩色的记事本,带语法解析功能。右键关联功能。语法模板解析功能-color notebook, with a parser function. Right-related functions. Template function syntax analysis
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2615928
    • 提供者:天外流星
  1. DataMiningExample

    0下载:
  2. 用MATLAB和VC实现关联规则挖掘的一个样例,有原码-using MATLAB and VC Mining Association Rules an example, the original code
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:1621354
    • 提供者:刘数位
  1. CorrelationDimension_luzhenbo

    1下载:
  2. 计算关联维的 Matlab 程序 - (mex 函数,超快) ----------------------------------- 文件夹说明: 1、CorrelationDimension_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、PhaSpaRecon.m - 相空间重构 5、CorrelationDimension.dll - 计算关联积分函数
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:54153
    • 提供者:李晓燕
  1. 98_102817_1114408677

    1下载:
  2. 数据挖掘的多维关联规则apriori算法的实现-Multidimensional Data Mining Association Rules algorithm algorithm implementation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15732
    • 提供者:王同招
  1. Apriori(Java)

    1下载:
  2. Apriori是数据挖掘中关联规则的经典算法,此源码是其Java实现。包内还有实例用的数据库-Data Mining Association Rules classic algorithms, this source is Java. There are examples of packages within a database
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:174648
    • 提供者:Owen
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com