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.
標簽: introductory HelloWorld containing Directory
上傳時間: 2016-03-29
上傳用戶:exxxds
lpd6803是深圳英盛美半導體公司出品的一款高性能led驅動芯片,該芯片具有如下特點: 三路輸出,恒流驅動:每路各有一個外掛電阻調整電流:Iout(max)=30mA, Vout(max)=12V。 兼容恒壓模式,可直接替換ZQL9712等常規芯片。 直接PWM輸出,無亮度損失,降低數據傳輸量,有效減少電磁干擾(EMI)。 支持32級灰度/256級灰度(內置反伽碼校正邏輯)兩種模式,掃描頻率高(>4000HZ)。 僅需時鐘線/數據線的兩線傳輸結構,級聯能力超強。 內建振蕩器,支持FREE-RUN模式,降低控制電路成本。 內置LDO穩壓電路,電源適應范圍寬(4.8-8V),輸出耐壓高(LED燈供電電壓可達12V)。 簡化外圍配套,可擴充性好,也可作為PWM發生器控制大電流器件驅動大功率LED燈。 該芯片特別適合用于led幕墻燈、led全彩點光源、廣告字、異型屏等產品,相對于9712/6106/595/5026/62726等芯片來說,外圍器件少,電路簡單, 布線容易,使用電線節省,控制器也簡單。
上傳時間: 2014-01-21
上傳用戶:trepb001
基于ARM的嵌入式linux開發與應用——深圳英蓓特公司的培訓資料,主要針對uClinux的開發與應用
上傳時間: 2016-03-30
上傳用戶:wsf950131
學生信息管理系統,本程序共有八個功能與數據結構說明: 每一條記錄包括一個學生的學號、姓名、3門課成績、平均成績。 1.學生記錄的輸入,可以一次完成若干條記錄的輸入,可以控制所要輸入學生的總數,根據提示進行輸入次數,然后每輸入一個值按下回車,然后再根據提示進行輸入。 2.顯示學生信息。完成全部學生記錄的顯示。 3.查找功能。輸入一個學生的名字,然后就顯示該學生的所有信息。 4.排序功能:按學生平均成績進行排序。 5.插入記錄。在程序進行中可以輸入一個學生的名字,然后在該學生后面插入一個學生的信息,插入完之后會提示用戶是否進行排序,輸入y則進行排序,輸入n不進行排序。 6.刪除功能。該功能實現刪除學生信息,給出所要刪除的學生的名字,即可實現將該學生的所有信息刪除。 7.文件的存盤功能。該功能模塊實現對該文件的存盤操作。將文件存入磁盤中的命名為student.cpp的文件中,直到存完為止。 8.文件的讀出功能。該功能模塊實現對磁盤中文件名為student.cpp的文件進行讀出操作,直到讀完為止。 9.則退出整個程序的運行。
上傳時間: 2013-12-19
上傳用戶:李彥東
一本關于正則表達式的英文書,雖然已經有中文版,但中文版中很多地方翻譯的有問題.一本不錯的關于正則表達式的書.
上傳時間: 2013-12-08
上傳用戶:yuzsu
英貝德科技_7x256調試教程.pdf 很詳細的使用說明
上傳時間: 2014-01-25
上傳用戶:cylnpy
英飛凌16位單片機xc167選型指南The XC167CI is a new derivative of the popular C166 microcontroller family that is based on the enhanced C166S V2 architecture it outperforms existing 16-bit solutions.
標簽: microcontroller derivative 167 popular
上傳時間: 2013-12-27
上傳用戶:壞天使kk
一個用來測試壓縮和解壓縮的程式 很適合初學者來學習壓縮和解壓的程式
標簽: 程式
上傳時間: 2016-04-04
上傳用戶:watch100
多項式曲線擬合 任意介數 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.
標簽: Least-squares arbitrary Purpose Builder
上傳時間: 2013-12-18
上傳用戶:宋桃子
XC164cm GPIO 英飛凌的16位單片機 GPIO 開發的基礎程序
上傳時間: 2016-04-06
上傳用戶:waitingfy