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

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

Discrete-dat

  • FSend.exe 是字庫下載軟件

    FSend.exe 是字庫下載軟件,配合測試軟件中GB2312_download使用。 GB2312.dat 用于LCD顯示的字庫文件,將該文件下載到FLASH中。

    標簽: FSend exe 字庫 下載軟件

    上傳時間: 2016-12-21

    上傳用戶:miaochun888

  • int main(int argc,char *argv[]) { char ch while(true) { printf("*************************

    int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2,3): ") do{ ch=(char)_getch() }while(ch!= 1 &&ch!= 2 &&ch!= 3 ) system("cls") if(ch== 3 ) return 0 else if(ch== 1 ) ReaderPriority("thread.dat") else WriterPriority("thread.dat") printf("\nPress Any Key to Coutinue:") _getch() system("cls") } return 0

    標簽: char int printf while

    上傳時間: 2017-01-06

    上傳用戶:gonuiln

  • 登陸用戶名/密碼亂輸入即可

    登陸用戶名/密碼亂輸入即可,因為功能不在這兒。 登陸界面全是圖片,只是為了演示更親切一點。 主要對話AI內容在talk.dat 里面,他是程序的數據庫。 本程序核心代碼為網友sc尋制作的,本人自己把外設界面加上而成的,可以給VB學習者以借鑒。

    標簽: 用戶 密碼 輸入

    上傳時間: 2017-01-07

    上傳用戶:lijianyu172

  • 手機歸屬地數據文件格式是自己定義的

    手機歸屬地數據文件格式是自己定義的,使用本程序將文本格式的手機號數據導入為二進制文件以節約存儲空間和提高查詢速度,數據文件命名為MpData.dat,然后可以使用本程序查詢手機號段的歸屬地 注: Mps.cpp是主程序, Global.cpp是一些工具函數和類, Release/MpData.txt是文本格式的手機歸屬地數據。 程序的使用方法請參閱Mps.cpp中printHelp()函數的代碼

    標簽: 手機 定義 數據 文件格式

    上傳時間: 2013-12-19

    上傳用戶:leehom61

  • What is Verilog? ➥ Verilog HDL is a Hardware Description Language (HDL) ➥ Verilog HDL

    What is Verilog? ➥ Verilog HDL is a Hardware Description Language (HDL) ➥ Verilog HDL allows describe designs at a high level of abstraction as well as the lower implementation levels ➥ Primary use of HDLs is the simulation of designs ➥ Verilog is a discrete event time simulator  What is VeriWell? ➥ VeriWell is a comprehensive implementation of Verilog HDL

    標簽: Verilog HDL 10149 Description

    上傳時間: 2017-02-18

    上傳用戶:

  • documentation for optimal filtering toolbox for mathematical software package Matlab. The methods i

    documentation for optimal filtering toolbox for mathematical software package Matlab. The methods in the toolbox include Kalman filter, extended Kalman filter and unscented Kalman filter for discrete time state space models. Also included in the toolbox are the Rauch-Tung-Striebel and Forward-Backward smoother counter-parts for each filter, which can be used to smooth the previous state estimates, after obtaining new measurements. The usage and function of each method are illustrated with five demonstrations problems. 1

    標簽: documentation mathematical for filtering

    上傳時間: 2014-01-20

    上傳用戶:changeboy

  • documentation for optimal filtering toolbox for mathematical software package Matlab. The methods i

    documentation for optimal filtering toolbox for mathematical software package Matlab. The methods in the toolbox include Kalman filter, extended Kalman filter and unscented Kalman filter for discrete time state space models. Also included in the toolbox are the Rauch-Tung-Striebel and Forward-Backward smoother counter-parts for each filter, which can be used to smooth the previous state estimates, after obtaining new measurements. The usage and function of each method are illustrated with five demonstrations problems. 1

    標簽: documentation mathematical for filtering

    上傳時間: 2013-12-10

    上傳用戶:zxc23456789

  • The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesi

    The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesian network for discrete variables in which the conditional probability tables are specified by logistic regression models. Logistic regression can be used to incorporate restrictions on the conditional probabilities and to account for the effect of covariates. Nominal variables are modeled with multinomial logistic regression, whereas the category probabilities of ordered variables are modeled through a cumulative or adjacent-categories response function. Variables can be observed, partially observed, or hidden.

    標簽: estimating parameters functions defining

    上傳時間: 2014-12-05

    上傳用戶:天誠24

  • (1)、航空訂票系統: 通過此系統可以實現如下功能: 1] 錄入航線信息 每條航線信息包括航班號、飛機號、目的地、訂票數、余票數共5項。假設現在有3條航線, 目的地分

    (1)、航空訂票系統: 通過此系統可以實現如下功能: 1] 錄入航線信息 每條航線信息包括航班號、飛機號、目的地、訂票數、余票數共5項。假設現在有3條航線, 目的地分別是北京, 上海, 廣州, 飛機上可乘坐100人[ 即初始訂票數為0, 余票數為100] , 將這3條航線信息存入文件“airline.dat” 中。 2] 訂票業務 客戶信息包括姓名, 航班號, 座位號[初始為0], 假設已有3個客戶信息存入文件“customer.dat”中。 有新客戶訂票時, 先輸入客戶的姓名和他提出的航班號, 查詢該航線的訂票情況, 若有余票, 則為客戶辦理訂票手續, 分配給客戶一個座位號, 然后將新客戶的信息添加到文件“customer.dat”中, 并修改文件“airline.dat”中該航線的訂票數和余票數。若無余票, 則輸出客滿信息。進一步可實現如果該航班已經無票,可以提供相關可選擇航班信息。 3] 退票業務 根據客戶提出的航班號, 辦理退票, 從文件“customer.dat”中刪除該客戶的信息, 并修改文件“airline.dat”中相應航線的訂票數和余票數。 4] 修改航班信息:當航班信息改變可以修改航班數據文件。 5] 輸出全部航線信息和全部客戶信息。 6] 退出系統。

    標簽: 航空 飛機

    上傳時間: 2017-03-24

    上傳用戶:jichenxi0730

  • (1)、航空訂票系統: 通過此系統可以實現如下功能: 1] 錄入航線信息 每條航線信息包括航班號、飛機號、目的地、訂票數、余票數共5項。假設現在有3條航線, 目的地分

    (1)、航空訂票系統: 通過此系統可以實現如下功能: 1] 錄入航線信息 每條航線信息包括航班號、飛機號、目的地、訂票數、余票數共5項。假設現在有3條航線, 目的地分別是北京, 上海, 廣州, 飛機上可乘坐100人[ 即初始訂票數為0, 余票數為100] , 將這3條航線信息存入文件“airline.dat” 中。 2] 訂票業務 客戶信息包括姓名, 航班號, 座位號[初始為0], 假設已有3個客戶信息存入文件“customer.dat”中。 有新客戶訂票時, 先輸入客戶的姓名和他提出的航班號, 查詢該航線的訂票情況, 若有余票, 則為客戶辦理訂票手續, 分配給客戶一個座位號, 然后將新客戶的信息添加到文件“customer.dat”中, 并修改文件“airline.dat”中該航線的訂票數和余票數。若無余票, 則輸出客滿信息。進一步可實現如果該航班已經無票,可以提供相關可選擇航班信息。 3] 退票業務 根據客戶提出的航班號, 辦理退票, 從文件“customer.dat”中刪除該客戶的信息, 并修改文件“airline.dat”中相應航線的訂票數和余票數。 4] 修改航班信息:當航班信息改變可以修改航班數據文件。 5] 輸出全部航線信息和全部客戶信息。

    標簽: 航空 飛機

    上傳時間: 2014-01-18

    上傳用戶:450976175

主站蜘蛛池模板: 海安县| 铜陵市| 县级市| 霍州市| 新沂市| 互助| 增城市| 蚌埠市| 宝山区| 渭南市| 台中县| 白山市| 钦州市| 沙坪坝区| 星子县| 崇明县| 镇沅| 栾川县| 固镇县| 望都县| 长寿区| 云和县| 迁西县| 阳新县| 阜新市| 崇左市| 讷河市| 江西省| 顺平县| 法库县| 荣昌县| 鹤峰县| 双牌县| 高淳县| 永济市| 大荔县| 霍州市| 汝城县| 吕梁市| 炎陵县| 平武县|