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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

c-out

  • FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering fo

    FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering for 2-D data. You can choose the data set and clustering number from the GUI buttons at right, and then click "Start" to start the fuzzy clustering process.

    標(biāo)簽: clustering parameters displays FCMDEMO

    上傳時(shí)間: 2014-01-23

    上傳用戶:bjgaofei

  • 《C++程序設(shè)計(jì)教程(第二版)》源代碼 源代碼中包括運(yùn)行所需的數(shù)據(jù)文件,它的格式是*.txt,還有*.in和*.out的。頭文件格式是*.h

    《C++程序設(shè)計(jì)教程(第二版)》源代碼 源代碼中包括運(yùn)行所需的數(shù)據(jù)文件,它的格式是*.txt,還有*.in和*.out的。頭文件格式是*.h

    標(biāo)簽: txt out 源代碼 in

    上傳時(shí)間: 2014-08-05

    上傳用戶:小儒尼尼奧

  • Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primi

    Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics. This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h

    標(biāo)簽: programming particulary start-out tutorial

    上傳時(shí)間: 2017-08-13

    上傳用戶:wangyi39

  • XA-S3的IIC接口的驅(qū)動(dòng)器軟件程序(C語(yǔ)言)

    The XA-S3 is a member of Philips Semiconductors’ XA (eXtended Architecture) family of high performance 16-bit single-chip Microcontrollers. The XA-S3 combines many powerful peripherals on one chip. Therefore, it is suited for general multipurpose high performance embedded control functions.One of the on-chip peripherals is the I2C bus interface. This report describes worked-out driver software (written in C) to program / use the I2C interface of the XA-S3. The driver software, together with a demo program and interface software routines offer the user a quick start in writing a complete I2C - XAS3 system application.

    標(biāo)簽: XA-S IIC C語(yǔ)言 接口

    上傳時(shí)間: 2013-11-10

    上傳用戶:liaofamous

  • vxworks下的GIS系統(tǒng)。 使用說(shuō)明: 1.下載 "VxEmapgis.out" 或則 "VxEmapgis2.out" 到目標(biāo)機(jī) 2.運(yùn)行 "main"

    vxworks下的GIS系統(tǒng)。 使用說(shuō)明: 1.下載 "VxEmapgis.out" 或則 "VxEmapgis2.out" 到目標(biāo)機(jī) 2.運(yùn)行 "main" ,啟動(dòng)應(yīng)用程序 , 3.按 "ESC" 彈出菜單, 4.選擇 "打開圖層" , 彈出圖打開窗口 , 輸入圖層文件名稱 如 “road.vxw” 或者 “water.vxw” 5.按 大寫字母"O",確定, 或者大寫字母 “C”取消 6.按方向箭頭、pagedown , pageup 實(shí)現(xiàn)漫游 , , + , - 實(shí)現(xiàn)縮放 7.按 "ESC" 第二次可以取消菜單 8.圖層控制窗口中,列出了已打開的圖層 , 使用方向箭頭移動(dòng),選擇相應(yīng)的圖層可以關(guān)閉,也可以在這里打開圖層 9.選擇菜單項(xiàng) 退出系統(tǒng) ,結(jié)束應(yīng)用程序 注:需要支持x86-bios 的PC機(jī) , 我測(cè)試所用機(jī)器是: 目標(biāo)機(jī): p2的350M cpu + 256M內(nèi)存 + Tornado2.02 + windml2.0 主機(jī): p4 + window2000 server 雖然我已經(jīng)把windml的庫(kù)連接到程序里,可能還需要安裝WINDML2.0,我不大確定. 需要把圖層文件(“road.vxw” , “water.vxw” , "region.vxw" , "placename.vxw"),符號(hào)文件(symbollib目錄)等 拷貝到wftpd的根目錄下面 VxEmapgis.out : 沒有中斷提示 VxEmapgis2.out: 有中斷提示

    標(biāo)簽: VxEmapgis out vxworks main

    上傳時(shí)間: 2015-03-25

    上傳用戶:stella2015

  • LZW壓縮和解壓縮程序 lzw.c 主要的功能模塊 bitio.c/bitio.h 一些支撐函數(shù)

    LZW壓縮和解壓縮程序 lzw.c 主要的功能模塊 bitio.c/bitio.h 一些支撐函數(shù),支持以比特(bit)為單位的文件I/O 用法: 壓縮 lzw E <in-file> <out-file> 解壓縮 lzw D <in-file> <out-file> 壓縮時(shí),讀入<in-file>中內(nèi)容,壓縮后存入<out-file>中,得到壓縮文件。 解壓縮時(shí),讀入<in-file>中內(nèi)容,將結(jié)果存入<out-file>中,得到原文件。 本代碼在linux+gcc/windows+vc下經(jīng)過(guò)測(cè)試,為了使讀者容易理解算法本身, 算法實(shí)現(xiàn)中僅采用了簡(jiǎn)單的錯(cuò)誤處理機(jī)制和優(yōu)化。

    標(biāo)簽: bitio LZW lzw 解壓

    上傳時(shí)間: 2015-06-08

    上傳用戶:chenbhdt

  • The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode mes

    The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided into the server procedure and customer s procedure two parts, server and customer adoption "Transmission Control Protocol"(TCP), connect a word (Socket) conjunction through a set, the adoption "User Datagram Protocol "(UDP) of the customer s, pass a data report a set to connect a word (DatagramSocket) establishment a conjunction. The system has customer registration, customer to register, increase good friend, delete good friend and send out and receive news etc. function.

    標(biāo)簽: according Customer Machine Server

    上傳時(shí)間: 2014-01-04

    上傳用戶:jyycc

  • 針對(duì)TI公司的DSK6713所發(fā)展的Audio范例包含Line in/Line out

    針對(duì)TI公司的DSK6713所發(fā)展的Audio范例包含Line in/Line out,采用Poll方式,包含完整C語(yǔ)言編譯,CCS2.x/CCS3.x版

    標(biāo)簽: Line Audio 6713 DSK

    上傳時(shí)間: 2013-12-20

    上傳用戶:zgu489

  • 針對(duì)TI公司的DSK6713所發(fā)展的Audio范例包含Line in/Line out

    針對(duì)TI公司的DSK6713所發(fā)展的Audio范例包含Line in/Line out,采用中斷(Interrupt)的方式,包含完整C語(yǔ)言編譯,CCS2.x/CCS3.x版

    標(biāo)簽: Line Audio 6713 DSK

    上傳時(shí)間: 2015-06-16

    上傳用戶:ikemada

  • This section contains a brief introduction to the C language. It is intended as a tutorial on the la

    This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr

    標(biāo)簽: introduction the contains intended

    上傳時(shí)間: 2013-12-23

    上傳用戶:liansi

主站蜘蛛池模板: 屯门区| 衢州市| 乾安县| 筠连县| 山东省| 龙州县| 岳普湖县| 东海县| 宜章县| 易门县| 玛曲县| 巫溪县| 定日县| 阿坝县| 大城县| 亚东县| 漯河市| 武安市| 扶绥县| 手游| 荆门市| 台前县| 林州市| 中方县| 成武县| 南溪县| 玉溪市| 达孜县| 鹤壁市| 颍上县| 普定县| 扶绥县| 江安县| 阳新县| 合阳县| 宁陵县| 大洼县| 大姚县| 东山县| 石屏县| 克什克腾旗|