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

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

STATIC

像在VB,C#,C,C++,Java,PHP,Objective-C,JavaScript中我們可以看到STATIC作為關(guān)鍵字和函數(shù)出現(xiàn),在其他的高級計算機語言如FORTRAN、ALGOL、COBOL、BASIC、LISP、SNOBOL、PL/1、Pascal、PROLOG、Ada等語言中也是有出現(xiàn)的,只是有著不同的作用,對于其具體作用,讀者有需要的時候是可以具體查閱的。
  • STATCOM并聯(lián)技術(shù)的研究

    分析了靜止同步補償器(STATIC Synchronous Compensator, STATCOM)的系統(tǒng)結(jié)構(gòu)和工作原理,采用基于調(diào)節(jié)控制角δ的單變量間接電流控制策略,以PSIM軟件為工具建立了STATCOM的仿真模型。在此基礎(chǔ)上,分析了多臺STATCOM并聯(lián)運行的控制方法,并選擇分散控制方法對2臺STATCOM并聯(lián)進行了仿真分析。仿真實驗結(jié)果表明STATCOM并聯(lián)運行可以有效提高無功補償容量,補償效果良好。

    標(biāo)簽: STATCOM 并聯(lián)技術(shù)

    上傳時間: 2014-12-29

    上傳用戶:assef

  • PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of

    PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of both STATIC and dynamic pages, spidering of almost all links in HTML content, in hrefs, areamaps, and frames, and full text indexing. The search results appearence is skin-able, using a very simple templates system. PhpDig是一個用PHP編寫的搜索引擎,它使用MySQL數(shù)據(jù)庫后臺。它的功能有靜態(tài)和動態(tài)頁面索引,在HTML內(nèi)容中用hrefs, areamaps,和frames以及全文本索引構(gòu)成所有的鏈接網(wǎng)。搜索結(jié)果的外觀是可定制外觀的,使用一個非常簡單的模板系統(tǒng)。

    標(biāo)簽: database features indexing backend

    上傳時間: 2014-01-03

    上傳用戶:haohaoxuexi

  • 為一個字節(jié)或字符數(shù)組或串計算md5值

    為一個字節(jié)或字符數(shù)組或串計算md5值,內(nèi)部只創(chuàng)建一個數(shù)組,節(jié)省分配時間,節(jié)省內(nèi)存 完全是STATIC方法,線程安全 注意對返回值的處理,見注釋

    標(biāo)簽: md5 字節(jié) 字符 數(shù)組

    上傳時間: 2015-01-14

    上傳用戶:cmc_68289287

  • 重寫了微軟提供SQLHelper(共用的數(shù)據(jù)庫調(diào)用接口) 1把SqlHelper的connectionString做成一個全局量

    重寫了微軟提供SQLHelper(共用的數(shù)據(jù)庫調(diào)用接口) 1把SqlHelper的connectionString做成一個全局量,統(tǒng)一設(shè)置數(shù)據(jù)庫連接字符串 2增加了返回特定表名的DataSet的各接口。 可在項目的config文件設(shè)置數(shù)據(jù)庫連接字符串 private STATIC string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] <!-- application specific settings --> <appSettings> <add key="ConnectionString" value="packet size=4096 user id=sa data source=localhost persist security info=True initial catalog=NorthWind password= "/> </appSettings> 當(dāng)然可以把數(shù)據(jù)庫連接方法修改后直接用。

    標(biāo)簽: connectionString SQLHelper SqlHelper 微軟

    上傳時間: 2013-12-12

    上傳用戶:釣鰲牧馬

  • 浮點數(shù)基本運算 浮點數(shù)的基本運算主要有四則運算、符號處理、大小比較

    浮點數(shù)基本運算 浮點數(shù)的基本運算主要有四則運算、符號處理、大小比較,以及浮點數(shù)分柝等。 包含頭文件 "fn.hpp" #include "fn.hpp" 浮點數(shù)基本運算 浮點數(shù)的基本運算中有加、減、乘、除、取負、絕對值、相等比較等。 加減乘除 加、減、乘、除四個運算極為相似,都是需要兩個參數(shù),結(jié)果當(dāng)然也是浮點數(shù)了。 例子: // 加 減 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的結(jié)果 btil::fn::minus<f1, f2>::value // f1-f2 的結(jié)果 btil::fn::multiplies<f1, f2>::value // f1*f2 的結(jié)果 btil::fn::divides<f1, f2>::value // f1/f2 的結(jié)果 plus<f1, f2>::value::f_val // f1+f2 的結(jié)果的值 struct one { STATIC const double f_val = 1.0 } // 兩個浮點數(shù) struct two { STATIC const double f_val = 2.0 } minus<two, plus<divides<one, two>::value, one>::value >::value::f_val == 0.5 取負 取負運算就是取一個浮點數(shù)的負數(shù)。

    標(biāo)簽: 浮點數(shù) 運算 四則運算 比較

    上傳時間: 2014-12-06

    上傳用戶:exxxds

  • 自己用C編寫的小游戲

    自己用C編寫的小游戲,DOS界面哦,可以運行。 浮點數(shù)基本運算 浮點數(shù)的基本運算主要有四則運算、符號處理、大小比較,以及浮點數(shù)分柝等。 包含頭文件 "fn.hpp" #include "fn.hpp" 浮點數(shù)基本運算 浮點數(shù)的基本運算中有加、減、乘、除、取負、絕對值、相等比較等。 加減乘除 加、減、乘、除四個運算極為相似,都是需要兩個參數(shù),結(jié)果當(dāng)然也是浮點數(shù)了。 例子: // 加 減 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的結(jié)果 btil::fn::minus<f1, f2>::value // f1-f2 的結(jié)果 btil::fn::multiplies<f1, f2>::value // f1*f2 的結(jié)果 btil::fn::divides<f1, f2>::value // f1/f2 的結(jié)果 plus<f1, f2>::value::f_val // f1+f2 的結(jié)果的值 struct one { STATIC const double f_val = 1.0 } // 兩個浮點數(shù) struct two { STATIC const double f_val = 2.0 } minus<two, plus<divides<one, two>::value, one>::value >::value::f_val == 0.5 取負 取負運算就是取一個浮點數(shù)的負數(shù)。

    標(biāo)簽: 編寫 小游戲

    上傳時間: 2014-12-06

    上傳用戶:jichenxi0730

  • 應(yīng)用于ucGUI的16*16點陣字庫文件 只要將該文件加入ucGUI的工程中, 再在GUI.H中如下聲明: extern const GUI_FONT GUI_Font6x8 ...... exter

    應(yīng)用于ucGUI的16*16點陣字庫文件 只要將該文件加入ucGUI的工程中, 再在GUI.H中如下聲明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //漢字字體 即可使用. 使用實例: STATIC void DemoHZ(void) { const char str[] = GUI_UC_START"中國人民萬歲"GUI_UC_END /* Set ShiftJIS font */ GUI_SetFont(&GUI_Font_HZ16x16) GUI_DispString(str) }

    標(biāo)簽: ucGUI GUI_FONT GUI_Font extern

    上傳時間: 2014-12-02

    上傳用戶:woshini123456

  • This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is wr

    This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for STATIC channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that include all modules.

    標(biāo)簽: simulation baseband channel packet

    上傳時間: 2014-11-09

    上傳用戶:hwl453472107

  • Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is c

    Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with STATIC Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method.

    標(biāo)簽: archiver Contains complete Haruhiko

    上傳時間: 2014-01-17

    上傳用戶:himbly

  • ColorChooser可以讓你選擇所想要的顏色

    ColorChooser可以讓你選擇所想要的顏色,并更改某個組件的顏色。JAVA提供一個JColorChooser組件,最常使用JColorChooser的方式是使用JColorChooser的靜態(tài)方法(STATIC method): showDialog()。

    標(biāo)簽: ColorChooser

    上傳時間: 2015-05-24

    上傳用戶:nanxia

主站蜘蛛池模板: 徐闻县| 丹凤县| 织金县| 灌南县| 托克托县| 安徽省| 饶平县| 麦盖提县| 右玉县| 东兴市| 瑞丽市| 新建县| 云南省| 策勒县| 志丹县| 特克斯县| 麻城市| 新密市| 广安市| 龙胜| 墨脱县| 桃园县| 邵阳县| 阿拉善左旗| 昭苏县| 灵寿县| 虹口区| 平山县| 科技| 鞍山市| 乌苏市| 廊坊市| 盘锦市| 玉林市| 兴隆县| 萨迦县| 宝兴县| 云南省| 和田市| 美姑县| 余姚市|