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

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

C語(yǔ)言編程

  • 熱敏打印機驅動程序 用keil C 7.06開發

    熱敏打印機驅動程序 用keil C 7.06開發,不可多得的例程

    標簽: keil 7.06 熱敏打印機 驅動程序

    上傳時間: 2013-12-28

    上傳用戶:大融融rr

  • 用C++中的MFC編程實現正軸等角割圓柱投影

    用C++中的MFC編程實現正軸等角割圓柱投影,實現以下要求: 取克拉索夫斯基橢球 (1)制圖區域: Bs=0°, BN=25° LE=105°, LE=125° (2)經緯線間隔: ΔB=ΔL=5° (3)制圖比例尺: 1:M0=1:1000 000 (4)標準緯線: Bk=±15° 計算經緯網格點的 x, y,m,n, p

    標簽: MFC 編程實現 投影

    上傳時間: 2013-12-29

    上傳用戶:himbly

  • 加密程序源代碼* A 變成 C

    加密程序源代碼* A 變成 C,B 變成 D,a 變成 c,b 變成 d,Y 變成 A, * z 變成 b,以此類推。非字母字符不變。

    標簽: 加密 程序 源代碼

    上傳時間: 2013-12-28

    上傳用戶:stvnash

  • s1.c是server

    s1.c是server,c.c是client, server負責接收client傳的數字進行運算並回傳,運用了同步的機制。編譯須加 -lsocket -lpthread -lrt

    標簽: server

    上傳時間: 2014-01-02

    上傳用戶:athjac

  • 功能:編寫的計算皮亞諾相關系數 開發語言:ruby 調用:correlate(x,y) 其中,x,y為需要計算相關度的向量 調用示例: a = [3, 6, 9, 12, 15, 18

    功能:編寫的計算皮亞諾相關系數 開發語言:ruby 調用:correlate(x,y) 其中,x,y為需要計算相關度的向量 調用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = correlate(b,c) # 0.8221970228 puts c1#,c2,c3

    標簽: correlate ruby 計算 12

    上傳時間: 2013-12-18

    上傳用戶:skfreeman

  • 1、Embest S3CEB2410驅動例程源代碼

    1、Embest S3CEB2410驅動例程源代碼,缺省使用Embest PowerICE仿真器調試(使用Embest JTAG仿真器其他型號民的用戶只需修改調試設備即可); 2、實驗時,請把S3CEB2410文件夾拷貝到實驗目錄:EmbestIDE\Examples\Samsung\S3CEB2410;單個操作實驗例程必須拷貝到實驗目錄或深度相同的EmbestIDE例程目錄下(如EmbestIDE\Examples\Samsung\MyDir)使用 3、如果拷貝工程到非IDE實驗目錄下,請修改工程配置中使用..\..\..\定義的設置為IDE安裝目錄(如C:\EmbestIDE)。

    標簽: Embest 3CEB 2410 CEB

    上傳時間: 2016-03-15

    上傳用戶:dyctj

  • Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a bo

    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

  • 多項式曲線擬合 任意介數 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

    多項式曲線擬合 任意介數 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

    上傳用戶:宋桃子

  • 一個雙向棧的C++實現

    一個雙向棧的C++實現,支持多線程環境。適用2個list記錄棧的移入移除。

    標簽:

    上傳時間: 2016-04-07

    上傳用戶:qunquan

  • AVR C 語言的應用說明

    AVR C 語言的應用說明,和應用例程。詳細的介紹了IAR C的應用

    標簽: AVR 語言

    上傳時間: 2016-04-12

    上傳用戶:z754970244

主站蜘蛛池模板: 元谋县| 加查县| 越西县| 石家庄市| 井研县| 天门市| 武川县| 黄梅县| 深圳市| 明光市| 黔西| 遵义县| 抚远县| 阿克陶县| 墨竹工卡县| 塘沽区| 合川市| 莎车县| 庆城县| 勐海县| 奉新县| 鹤峰县| 平昌县| 仁化县| 永川市| 壶关县| 焦作市| 保定市| 罗山县| 曲松县| 呼和浩特市| 吉林省| 会东县| 冀州市| 黄梅县| 崇阳县| 凤台县| 海原县| 藁城市| 银川市| 穆棱市|