亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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,出現(xiàn)一下窗口,進行配置。

    標簽: 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實現(xiàn)的簡單CRUE

    struts+spring+ibatis實現(xiàn)的簡單CRUE,源碼中l(wèi)ib去掉了,自己加上就可以了

    標簽: 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

  • 測試點是否落在多邊形內(nèi)

    測試點是否落在多邊形內(nèi),其中包括多邊形內(nèi)島的判斷。此文件使用時必須包含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例子,遠程調(diào)用一個計算階乘的函數(shù)。具體編寫過程如下: 1、創(chuàng)建一個.idl文件, 為應用程序的遠地函數(shù)定義一個接口。(RpcFact.idl文件) 2、應用程序?qū)傩耘渲梦募?(RpcFact.acf文件) 3、用MIDL編譯器編譯RpcFact.idl文件,在Dos中輸入命令midl RpcFact.idl。經(jīng)過編譯之后, 會生成這幾個文件: RpcFact.h、RpcFact_s.c 和RpcFact_c.c 4、本例中階層函數(shù)的實現(xiàn)(RpcFact.c文件) 5、服務器及客戶端程序(分別為RpcFact_s.c,RpcFact_c.c)。 6、實現(xiàn)RPC函數(shù)的存儲分配(memstub.h) 7、運行時要添加兩個RPC運行庫(rpcns4.lib和rpcrt4.lib)。 8、運行程序,先打開服務器程序,再打開客戶端程序,出現(xiàn)結(jié)果120(5!)。

    標簽: RPC

    上傳時間: 2014-11-29

    上傳用戶:JIUSHICHEN

  • 本系統(tǒng)使用純java語言編寫,其中使用的數(shù)據(jù)庫為SQL server 2000,包括三張表:IC表、ATM表、bank表。使用JDBC對數(shù)據(jù)庫進行連接

    本系統(tǒng)使用純java語言編寫,其中使用的數(shù)據(jù)庫為SQL server 2000,包括三張表:IC表、ATM表、bank表。使用JDBC對數(shù)據(jù)庫進行連接,在連接數(shù)據(jù)庫之前,必須給SQL server 2000打上指示SP4補丁包,然后按裝JDBC并進行環(huán)境變量的設置,把JDBC中l(wèi)ib下面的三個文件copy到JDK中的jre->lib->ext下面

    標簽: server java 2000 JDBC

    上傳時間: 2016-02-29

    上傳用戶:ardager

主站蜘蛛池模板: 普宁市| 光泽县| 新民市| 红安县| 金昌市| 铁岭市| 石首市| 定陶县| 南通市| 贡嘎县| 巢湖市| 布拖县| 广丰县| 高青县| 陇南市| 黎城县| 萨嘎县| 泉州市| 乐清市| 南汇区| 竹山县| 贵阳市| 阿克陶县| 长海县| 鄢陵县| 宝丰县| 兴宁市| 和顺县| 察隅县| 双柏县| 朝阳市| 融水| 三江| 永寿县| 双鸭山市| 岫岩| 精河县| 平阳县| 二连浩特市| 台北县| 莱芜市|