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

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

ibm-X

  • 標準滑 鼠應用程式, 其中包含: X, Y座標輸入 􀂋 固定時間輸出X,Y座標值給主機. 按鍵輸入 􀂋 固定時間輸出按鍵值給主機.

    標準滑 鼠應用程式, 其中包含: X, Y座標輸入 􀂋 固定時間輸出X,Y座標值給主機. 按鍵輸入 􀂋 固定時間輸出按鍵值給主機.

    標簽: 1048715 63748 程式

    上傳時間: 2013-12-21

    上傳用戶:aeiouetla

  • 解非線性方程f(x)=0的牛頓(Newton) 法

    解非線性方程f(x)=0的牛頓(Newton) 法,就是將非線性方程線性化的一種方法。它是解代數方程和超越方程的有效方法之 一。

    標簽: Newton 非線性 方程 牛頓

    上傳時間: 2013-12-26

    上傳用戶:kikye

  • 來自IBM的精品

    來自IBM的精品,j2me開發者的實用指南!

    標簽: IBM

    上傳時間: 2016-12-04

    上傳用戶:shinesyh

  • 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }

    標簽: include stdlib stdio gt

    上傳時間: 2014-11-10

    上傳用戶:wpwpwlxwlx

  • 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }

    標簽: include stdlib stdio gt

    上傳時間: 2013-12-12

    上傳用戶:亞亞娟娟123

  • function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by R

    function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.

    標簽: fcm function Version Routine

    上傳時間: 2014-11-30

    上傳用戶:二驅蚊器

  • IBM CICS 交易中間件教材 在CICS應用服務器端

    IBM CICS 交易中間件教材 在CICS應用服務器端,采用嵌入式SQL(E-SQL)編程和各種數據庫進行連接。第六章同時詳細介紹了DB2、SYBASE、ORACLE、INFORMIX等數據庫的嵌入式SQL編程,即使您不使用CICS,這也是一個很好的參考。 介紹了對CICS進行性能調優的方法以及一些參考數據,您可以根據您的系統需求來選擇合適的硬件環境,滿足對性能的需求

    標簽: CICS IBM 教材 服務器

    上傳時間: 2016-12-10

    上傳用戶:894898248

  • 針對IBM的消息中間件MQ編寫的程序

    針對IBM的消息中間件MQ編寫的程序,主要通過MQ提供的java的API接口,模擬MQ的消息接受和發送程序。

    標簽: IBM 編寫 程序

    上傳時間: 2016-12-13

    上傳用戶:xsnjzljj

  • 遺傳算法求解函數y=x^2 在區間0-30的最大值

    遺傳算法求解函數y=x^2 在區間0-30的最大值

    標簽: 30 算法 函數

    上傳時間: 2016-12-16

    上傳用戶:陽光少年2016

  • 功能:用斐波那契法求f(x)在區間[a,b]上的近似極小值。當且僅當f(x)在[a,b]上為單峰時次方法適用

    功能:用斐波那契法求f(x)在區間[a,b]上的近似極小值。當且僅當f(x)在[a,b]上為單峰時次方法適用

    標簽:

    上傳時間: 2013-12-24

    上傳用戶:csgcd001

主站蜘蛛池模板: 咸阳市| 临海市| 文成县| 台山市| 区。| 左贡县| 石狮市| 吴桥县| 鄱阳县| 长乐市| 仙居县| 亳州市| 安多县| 新野县| 绩溪县| 阳东县| 同心县| 论坛| 安西县| 定西市| 哈尔滨市| 温泉县| 伊川县| 阳江市| 南康市| 富宁县| 三门县| 虎林市| 江城| 清水河县| 怀集县| 昌图县| 灵石县| 萍乡市| 内丘县| 贵港市| 出国| 石首市| 齐齐哈尔市| 邻水| 五指山市|