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

lib-update

  • Codesys的安装 - 1.1 双击安装源目录下的CoDeSyssetupCoDeSys_v2347.exe.进行安装。 1.2 拷贝目录CoDeSysupdate下的所有文件到安装目录

    Codesys的安装 - 1.1 双击安装源目录下的CoDeSys\setup\CoDeSys_v2347.exe.进行安装。 1.2 拷贝目录CoDeSys\update\下的所有文件到安装目录下,覆盖所有文件。 1.3 拷贝安装源目录CoDeSys\configs\下的所有文件到安装目录Targets\下,如果没有该目录,可以新 建一个。 1.4 拷贝library中的所有文件到安装目录中的library中,覆盖所有文件。 1.5 双击安装目录下的InstallTarget.exe,出现一下窗口,进行配置。

    标签: CoDeSyssetupCoDeSys_v CoDeSysupdate Codesys 2347

    上传时间: 2013-12-30

    上传用户:小草123

  • This Microsoft(R) Macro Assembler Reference lists all MASM instructions, directives, statements, and

    This Microsoft(R) Macro Assembler Reference lists all MASM instructions, directives, statements, and operators. It also serves as a quick reference to the Programmer’s WorkBench commands, and the commands for Microsoft utilities such as LINK and LIB. This book documents features of MASM version 6.1, and is part of a complete MASM documentation set.

    标签: instructions directives statements Microsoft

    上传时间: 2016-01-31

    上传用户:asddsd

  • struts+spring+ibatis實現的簡單CRUE

    struts+spring+ibatis實現的簡單CRUE,源碼中lib去掉了,自己加上就可以了

    标签: struts spring ibatis CRUE

    上传时间: 2014-01-25

    上传用户:xwd2010

  • How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S

    How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.

    标签: the decision clusters Cluster

    上传时间: 2013-12-21

    上传用户:gxmm

  • 使用VS6编写的、简单的、G729A编解码程序

    使用VS6编写的、简单的、G729A编解码程序,使用的是第三方的库:EasyG729A.lib

    标签: G729A VS6 编写 程序

    上传时间: 2016-02-09

    上传用户:541657925

  • 测试点是否落在多边形内

    测试点是否落在多边形内,其中包括多边形内岛的判断。此文件使用时必须包含shapefil.h, openshp.c, 和opendbf.c等shape lib中的文件。

    标签: 测试点

    上传时间: 2013-12-11

    上传用户:CHENKAI

  • This module is built to provide more practical/effective functions than php iconv for character enco

    This module is built to provide more practical/effective functions than php iconv for character encoding conversion. Chinese package has been included: gb<->big5, (gb,big5)<->utf8<->unicode, (gb, big5)->pinyin. The Chinese package was built based on the Chinese encoding lib

    标签: effective character functions practical

    上传时间: 2016-02-20

    上传用户:songyue1991

  • 要在VC中成功编译Matlab引擎程序

    要在VC中成功编译Matlab引擎程序,必须包含引擎头文件engine.h并引入Matlab对应的库文件libmx.lib、libmat.lib、libeng.lib

    标签: Matlab 编译 引擎 程序

    上传时间: 2014-10-27

    上传用户:康郎

  • 一个RPC例子

    一个RPC例子,远程调用一个计算阶乘的函数。具体编写过程如下: 1、创建一个.idl文件, 为应用程序的远地函数定义一个接口。(RpcFact.idl文件) 2、应用程序属性配置文件 (RpcFact.acf文件) 3、用MIDL编译器编译RpcFact.idl文件,在Dos中输入命令midl RpcFact.idl。经过编译之后, 会生成这几个文件: RpcFact.h、RpcFact_s.c 和RpcFact_c.c 4、本例中阶层函数的实现(RpcFact.c文件) 5、服务器及客户端程序(分别为RpcFact_s.c,RpcFact_c.c)。 6、实现RPC函数的存储分配(memstub.h) 7、运行时要添加两个RPC运行库(rpcns4.lib和rpcrt4.lib)。 8、运行程序,先打开服务器程序,再打开客户端程序,出现结果120(5!)。

    标签: RPC

    上传时间: 2014-11-29

    上传用户:JIUSHICHEN

  • 本系统使用纯java语言编写,其中使用的数据库为SQL server 2000,包括三张表:IC表、ATM表、bank表。使用JDBC对数据库进行连接

    本系统使用纯java语言编写,其中使用的数据库为SQL server 2000,包括三张表:IC表、ATM表、bank表。使用JDBC对数据库进行连接,在连接数据库之前,必须给SQL server 2000打上指示SP4补丁包,然后按装JDBC并进行环境变量的设置,把JDBC中lib下面的三个文件copy到JDK中的jre->lib->ext下面

    标签: server java 2000 JDBC

    上传时间: 2016-02-29

    上传用户:ardager