FSend.exe 是字庫(kù)下載軟件,配合測(cè)試軟件中GB2312_download使用。 GB2312.dat 用于LCD顯示的字庫(kù)文件,將該文件下載到FLASH中。
標(biāo)簽: FSend exe 字庫(kù) 下載軟件
上傳時(shí)間: 2016-12-21
上傳用戶:miaochun888
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
標(biāo)簽: char int printf while
上傳時(shí)間: 2017-01-06
上傳用戶:gonuiln
登陸用戶名/密碼亂輸入即可,因?yàn)楣δ懿辉谶@兒。 登陸界面全是圖片,只是為了演示更親切一點(diǎn)。 主要對(duì)話AI內(nèi)容在talk.dat 里面,他是程序的數(shù)據(jù)庫(kù)。 本程序核心代碼為網(wǎng)友sc尋制作的,本人自己把外設(shè)界面加上而成的,可以給VB學(xué)習(xí)者以借鑒。
上傳時(shí)間: 2017-01-07
上傳用戶:lijianyu172
手機(jī)歸屬地?cái)?shù)據(jù)文件格式是自己定義的,使用本程序?qū)⑽谋靖袷降氖謾C(jī)號(hào)數(shù)據(jù)導(dǎo)入為二進(jìn)制文件以節(jié)約存儲(chǔ)空間和提高查詢速度,數(shù)據(jù)文件命名為MpData.dat,然后可以使用本程序查詢手機(jī)號(hào)段的歸屬地 注: Mps.cpp是主程序, Global.cpp是一些工具函數(shù)和類, Release/MpData.txt是文本格式的手機(jī)歸屬地?cái)?shù)據(jù)。 程序的使用方法請(qǐng)參閱Mps.cpp中printHelp()函數(shù)的代碼
標(biāo)簽: 手機(jī) 定義 數(shù)據(jù) 文件格式
上傳時(shí)間: 2013-12-19
上傳用戶:leehom61
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
標(biāo)簽: Verilog HDL 10149 Description
上傳時(shí)間: 2017-02-18
上傳用戶:
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
標(biāo)簽: documentation mathematical for filtering
上傳時(shí)間: 2014-01-20
上傳用戶:changeboy
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
標(biāo)簽: documentation mathematical for filtering
上傳時(shí)間: 2013-12-10
上傳用戶:zxc23456789
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.
標(biāo)簽: estimating parameters functions defining
上傳時(shí)間: 2014-12-05
上傳用戶:天誠(chéng)24
(1)、航空訂票系統(tǒng): 通過(guò)此系統(tǒng)可以實(shí)現(xiàn)如下功能: 1] 錄入航線信息 每條航線信息包括航班號(hào)、飛機(jī)號(hào)、目的地、訂票數(shù)、余票數(shù)共5項(xiàng)。假設(shè)現(xiàn)在有3條航線, 目的地分別是北京, 上海, 廣州, 飛機(jī)上可乘坐100人[ 即初始訂票數(shù)為0, 余票數(shù)為100] , 將這3條航線信息存入文件“airline.dat” 中。 2] 訂票業(yè)務(wù) 客戶信息包括姓名, 航班號(hào), 座位號(hào)[初始為0], 假設(shè)已有3個(gè)客戶信息存入文件“customer.dat”中。 有新客戶訂票時(shí), 先輸入客戶的姓名和他提出的航班號(hào), 查詢?cè)摵骄€的訂票情況, 若有余票, 則為客戶辦理訂票手續(xù), 分配給客戶一個(gè)座位號(hào), 然后將新客戶的信息添加到文件“customer.dat”中, 并修改文件“airline.dat”中該航線的訂票數(shù)和余票數(shù)。若無(wú)余票, 則輸出客滿信息。進(jìn)一步可實(shí)現(xiàn)如果該航班已經(jīng)無(wú)票,可以提供相關(guān)可選擇航班信息。 3] 退票業(yè)務(wù) 根據(jù)客戶提出的航班號(hào), 辦理退票, 從文件“customer.dat”中刪除該客戶的信息, 并修改文件“airline.dat”中相應(yīng)航線的訂票數(shù)和余票數(shù)。 4] 修改航班信息:當(dāng)航班信息改變可以修改航班數(shù)據(jù)文件。 5] 輸出全部航線信息和全部客戶信息。 6] 退出系統(tǒng)。
上傳時(shí)間: 2017-03-24
上傳用戶:jichenxi0730
(1)、航空訂票系統(tǒng): 通過(guò)此系統(tǒng)可以實(shí)現(xiàn)如下功能: 1] 錄入航線信息 每條航線信息包括航班號(hào)、飛機(jī)號(hào)、目的地、訂票數(shù)、余票數(shù)共5項(xiàng)。假設(shè)現(xiàn)在有3條航線, 目的地分別是北京, 上海, 廣州, 飛機(jī)上可乘坐100人[ 即初始訂票數(shù)為0, 余票數(shù)為100] , 將這3條航線信息存入文件“airline.dat” 中。 2] 訂票業(yè)務(wù) 客戶信息包括姓名, 航班號(hào), 座位號(hào)[初始為0], 假設(shè)已有3個(gè)客戶信息存入文件“customer.dat”中。 有新客戶訂票時(shí), 先輸入客戶的姓名和他提出的航班號(hào), 查詢?cè)摵骄€的訂票情況, 若有余票, 則為客戶辦理訂票手續(xù), 分配給客戶一個(gè)座位號(hào), 然后將新客戶的信息添加到文件“customer.dat”中, 并修改文件“airline.dat”中該航線的訂票數(shù)和余票數(shù)。若無(wú)余票, 則輸出客滿信息。進(jìn)一步可實(shí)現(xiàn)如果該航班已經(jīng)無(wú)票,可以提供相關(guān)可選擇航班信息。 3] 退票業(yè)務(wù) 根據(jù)客戶提出的航班號(hào), 辦理退票, 從文件“customer.dat”中刪除該客戶的信息, 并修改文件“airline.dat”中相應(yīng)航線的訂票數(shù)和余票數(shù)。 4] 修改航班信息:當(dāng)航班信息改變可以修改航班數(shù)據(jù)文件。 5] 輸出全部航線信息和全部客戶信息。
上傳時(shí)間: 2014-01-18
上傳用戶:450976175
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1