S6B0724液晶顯示驅(qū)動(dòng)程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(uchar command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar * temp) void printf(ulong int x) void change_code(uint * x) void Sendlcd(uchar x,uchar y,uchar dat) void Sendhz(uchar x,uchar y,uchar dat) void display_HZ(void) void display_date(void) void LCD_initial(void) void prints_id(uchar line,uint id) //void print_lcd(uchar *sss)
標(biāo)簽: void write_LCD_command write_LCD_data LCD_BUSY
上傳時(shí)間: 2016-03-17
上傳用戶:獨(dú)孤求源
激光加工控制系統(tǒng) 可以讀入plt文件,然后仿真,再通過并口 輸出x y步進(jìn)電機(jī)的驅(qū)動(dòng)信號(hào)及開關(guān)光信號(hào) 實(shí)現(xiàn)激光雕刻
標(biāo)簽: plt 激光加工 控制系統(tǒng)
上傳時(shí)間: 2013-12-22
上傳用戶:songrui
dwg加密小程式(LSP) 1,將要進(jìn)行加密的圖紙另外復(fù)制一份,切記!!! 2,在autocad中,打開要加密的圖紙。 3,點(diǎn)擊 autocad 菜單 “工具” -》 “加載應(yīng)用程序” ,加載 lockup.lsp。 4,加載后會(huì)出現(xiàn)提示對(duì)話框,點(diǎn)確定。 5,在autocad中,鍵入 lockup ,回車。 6,英文提示“是否進(jìn)行加密?” ,輸入 y ,回車。 7,余下的提示,都回車,加密完成,保存圖紙。
上傳時(shí)間: 2016-03-21
上傳用戶:xiaohuanhuan
編寫簡(jiǎn)單的加密程序它把一個(gè)文件的所有字母按下列規(guī)律進(jìn)行 換,非字母的字符保持不變。文本可以自行創(chuàng)建,文件名可以自定 轉(zhuǎn)換規(guī)律:‘A’→‘Z’,‘B’→‘Y’,• •
上傳時(shí)間: 2016-03-23
上傳用戶:ouyangtongze
運(yùn)行程序,顯示主菜單,要求做出選擇: 輸入 1 ,轉(zhuǎn)到樂曲選擇菜單,輸入要播放的樂曲的序號(hào),若輸入正確(如 1 ),則要求輸入播放次數(shù),然后按輸入的播放次數(shù)播放所選樂曲,輸入非法或樂曲播放完后返回樂曲選擇菜單。 輸入 2 或者 3 ,程序提示“該部分功能未完成,按任意鍵返回”,按一下鍵盤返回主菜單。 輸入 4 或 q 或 Q ,程序提示是否退出,鍵入 y ,程序退出,鍵入其它值則返回主菜單。
標(biāo)簽: 運(yùn)行程序
上傳時(shí)間: 2016-03-26
上傳用戶:CSUSheep
Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.
標(biāo)簽: introductory HelloWorld containing Directory
上傳時(shí)間: 2016-03-29
上傳用戶:exxxds
學(xué)生信息管理系統(tǒng),本程序共有八個(gè)功能與數(shù)據(jù)結(jié)構(gòu)說明: 每一條記錄包括一個(gè)學(xué)生的學(xué)號(hào)、姓名、3門課成績(jī)、平均成績(jī)。 1.學(xué)生記錄的輸入,可以一次完成若干條記錄的輸入,可以控制所要輸入學(xué)生的總數(shù),根據(jù)提示進(jìn)行輸入次數(shù),然后每輸入一個(gè)值按下回車,然后再根據(jù)提示進(jìn)行輸入。 2.顯示學(xué)生信息。完成全部學(xué)生記錄的顯示。 3.查找功能。輸入一個(gè)學(xué)生的名字,然后就顯示該學(xué)生的所有信息。 4.排序功能:按學(xué)生平均成績(jī)進(jìn)行排序。 5.插入記錄。在程序進(jìn)行中可以輸入一個(gè)學(xué)生的名字,然后在該學(xué)生后面插入一個(gè)學(xué)生的信息,插入完之后會(huì)提示用戶是否進(jìn)行排序,輸入y則進(jìn)行排序,輸入n不進(jìn)行排序。 6.刪除功能。該功能實(shí)現(xiàn)刪除學(xué)生信息,給出所要?jiǎng)h除的學(xué)生的名字,即可實(shí)現(xiàn)將該學(xué)生的所有信息刪除。 7.文件的存盤功能。該功能模塊實(shí)現(xiàn)對(duì)該文件的存盤操作。將文件存入磁盤中的命名為student.cpp的文件中,直到存完為止。 8.文件的讀出功能。該功能模塊實(shí)現(xiàn)對(duì)磁盤中文件名為student.cpp的文件進(jìn)行讀出操作,直到讀完為止。 9.則退出整個(gè)程序的運(yùn)行。
標(biāo)簽: 記錄 信息管理系統(tǒng) 程序 數(shù)據(jù)結(jié)構(gòu)
上傳時(shí)間: 2013-12-19
上傳用戶:李彥東
uC/OS-II是源碼公開的實(shí)時(shí)嵌入式內(nèi)核,其性能完全可以與商業(yè)產(chǎn)品競(jìng)爭(zhēng)。自1992年以來,全世界成千上萬(wàn)的開發(fā)者已經(jīng)成功地將uC/OS-II應(yīng)用於各種系統(tǒng)。此份即為 uCOS-II 2.8源碼
上傳時(shí)間: 2013-11-25
上傳用戶:2404
多項(xiàng)式曲線擬合 任意介數(shù) Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
標(biāo)簽: Least-squares arbitrary Purpose Builder
上傳時(shí)間: 2013-12-18
上傳用戶:宋桃子
使用單片機(jī)控制兩片串行A/D芯片TLC5615輸出字模電壓值,分別接入模擬示波器的X、Y通道,示波器在雙蹤模式下就可以顯示單片機(jī)輸出的字符
標(biāo)簽: 5615 TLC 用單片機(jī) 控制
上傳時(shí)間: 2013-12-24
上傳用戶:古谷仁美
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1