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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

De<b>CODE</b>r

  • 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.

    標(biāo)簽: fcm function Version Routine

    上傳時(shí)間: 2014-11-30

    上傳用戶(hù):二驅(qū)蚊器

  • java中大部分對(duì)圖形、文本、圖像的操作方法都定義在Graphics類(lèi)中

    java中大部分對(duì)圖形、文本、圖像的操作方法都定義在Graphics類(lèi)中,所以此次實(shí)驗(yàn)使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都來(lái)自Graphics類(lèi)中,此外對(duì)文本和字體的處理還用到了Font類(lèi)中的 new Font(“字體名”,字體風(fēng)格,字體大小),setFont(Font f)等方法;

    標(biāo)簽: Graphics java 圖形

    上傳時(shí)間: 2013-11-29

    上傳用戶(hù):yimoney

  • Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60H

    Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8

    標(biāo)簽: VGA fps Overview Capture

    上傳時(shí)間: 2013-12-24

    上傳用戶(hù):遠(yuǎn)遠(yuǎn)ssad

  • 一個(gè)基于GTK+的單詞數(shù)值計(jì)算器

    一個(gè)基于GTK+的單詞數(shù)值計(jì)算器,1、 按照規(guī)則計(jì)算單詞的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26個(gè)字母(全部用大寫(xiě))的值分別為 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK這個(gè)單詞的值就為:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+R+D=8+1+18+4+23+15+18+11=98% LOVE=L+O+V+E=12+15+22+5=54% LUCK=L+U+C+K=12+21+3+11=47% ATTITUDE= A+T+T+I+T+U+D+E=1+20+20+9+20+24+4+5=100% 2、對(duì)程序的界面布局參考如下圖所示,在第一個(gè)單行文本框輸入一個(gè)單詞,點(diǎn)擊“計(jì)算”按鈕,按照以上算法計(jì)算出該單詞的值。 3、如果在最下面的單行文本框輸入一個(gè)文件路徑,此文件每行記錄一個(gè)單詞,那么經(jīng)過(guò)程序計(jì)算出各個(gè)單詞的值,并把結(jié)果輸出到當(dāng)前目錄下result.txt文件中。如果文件不存在,應(yīng)該提示錯(cuò)誤。

    標(biāo)簽: GTK 數(shù)值 計(jì)算器

    上傳時(shí)間: 2014-01-11

    上傳用戶(hù):康郎

  • *** **增量式PID控制算法程序*********** T、TD、TI、KP依次從30H

    *** **增量式PID控制算法程序*********** T、TD、TI、KP依次從30H,33H,36H,39H開(kāi)始。 A,B,C的值依次存在BLOCK1,BLOCK2,BLOCK3的地址里 這里R(k)給的是定值

    標(biāo)簽: PID 30H 增量式 控制算法

    上傳時(shí)間: 2017-01-16

    上傳用戶(hù):cursor

  • This document provides guidelines and describes how to easily port S60 2nd Edition C++ application

    This document provides guidelines and describes how to easily port S60 2nd Edition C++ applications to S60 3rd Edition. The document has been written based on experiences of porting regular S60 2nd Edition applications, such as the S60 Platform: POP/IMAP Example [4] that can be downloaded from Forum Nokia. Code snippets from the example are shown in Chapter 8, “Application build changes,” and in Appendix A, “Code example." In addition, Appendix B, "Commonly used functions that require capabilities," and Appendix C, "Commonly used interfaces that have been changed or removed," provide useful information on some frequently used functions and interfaces in third-party applications.

    標(biāo)簽: application guidelines describes document

    上傳時(shí)間: 2017-01-29

    上傳用戶(hù):wang5829

  • 圖形學(xué)的一些概念說(shuō)明

    圖形學(xué)的一些概念說(shuō)明,對(duì)R,G,B,alphy通道,灰度等概念都有一些說(shuō)明

    標(biāo)簽: 圖形

    上傳時(shí)間: 2017-02-09

    上傳用戶(hù):tonyshao

  • It is an embedded C program written to control ADC0832 with MCU P89V51RD2. There are R/W function. A

    It is an embedded C program written to control ADC0832 with MCU P89V51RD2. There are R/W function. All code are proven to be worked.

    標(biāo)簽: embedded function control program

    上傳時(shí)間: 2014-01-18

    上傳用戶(hù):wfl_yy

  • The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD de

    The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD devices. this is a SPI based initialization code in C which can be seamlessly ported to any architecture. I have also added the datasheet for easy reference

    標(biāo)簽: initializing attached includes display

    上傳時(shí)間: 2017-04-09

    上傳用戶(hù):sy_jiadeyi

  • 為 了提高用戶(hù)身份認(rèn)證和授權(quán)管理的靈活性

    為 了提高用戶(hù)身份認(rèn)證和授權(quán)管理的靈活性,從We b 應(yīng)用系統(tǒng)的安全性角度出發(fā),討論了 一 種在. N E T F r a me w o r k下保證應(yīng)用程序安全性的身份驗(yàn)證和授權(quán)模型,并給出了模型的具體實(shí)現(xiàn)方法。 該模型利用 F o r ms身份驗(yàn)證方法對(duì)用戶(hù)的身份進(jìn)行鑒別。在授權(quán)處理上,模型結(jié)合統(tǒng)一資源定位( u . J f o r m R e s o u r c e L o c a t o r , U R L ) 授權(quán)模式和用戶(hù)所具有的系統(tǒng)角色,分別從頁(yè)面級(jí)和頁(yè)面操作級(jí)對(duì)用戶(hù)的訪問(wèn)進(jìn)行 控制。該模型在企業(yè)局域網(wǎng)環(huán)境內(nèi)能夠提供比較靈活的身份認(rèn)證和基于角色的授權(quán)服務(wù)。實(shí)際應(yīng)用表明, 基于該模型的We b應(yīng)用系統(tǒng)能夠?qū)τ脩?hù)的訪問(wèn)進(jìn)行有效的控制,從而保證了系統(tǒng)的安全性

    標(biāo)簽: 用戶(hù) 授權(quán) 身份認(rèn)證

    上傳時(shí)間: 2013-12-31

    上傳用戶(hù):VRMMO

主站蜘蛛池模板: 呼伦贝尔市| 永春县| 新密市| 兴和县| 莎车县| 慈利县| 道孚县| 平乡县| 建水县| 射阳县| 咸丰县| 茌平县| 谢通门县| 新闻| 奉新县| 建水县| 靖边县| 沂水县| 岑溪市| 廉江市| 若尔盖县| 刚察县| 鄄城县| 台东市| 公主岭市| 丰台区| 嵊州市| 新乡县| 逊克县| 大埔区| 即墨市| 安溪县| 云安县| 云梦县| 七台河市| 法库县| 仁寿县| 乌鲁木齐县| 阿克陶县| 西青区| 大姚县|