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 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,源碼中lib去掉了,自己加上就可以了
上傳時間: 2014-01-25
上傳用戶:xwd2010
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編解碼程序,使用的是第三方的庫:EasyG729A.lib
上傳時間: 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 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引擎程序,必須包含引擎頭文件engine.h并引入Matlab對應的庫文件libmx.lib、libmat.lib、libeng.lib
上傳時間: 2014-10-27
上傳用戶:康郎
一個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對數據庫進行連接,在連接數據庫之前,必須給SQL server 2000打上指示SP4補丁包,然后按裝JDBC并進行環境變量的設置,把JDBC中lib下面的三個文件copy到JDK中的jre->lib->ext下面
上傳時間: 2016-02-29
上傳用戶:ardager