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

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

LPI-Linux-<b>Certification</b>-in-a-Nuts

  • IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe

    IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe (setup and uninstall program) - ircomm2k.exe (service program) - ircomm2k.sys (device driver) - ircomm2k.dll (device property page) - ircomm2k.hlp (property page context help) - ircomm2k.inf (setup script for windows) - Readme.txt (this file) - License.txt (terms of license) 3. INSTALLATION 1. unzip IrCOMM2k-1.2.0.zip in a new folder 2. run the setup program 3. disable the image transfer under wireless link

    標(biāo)簽: IrCOMM2k Infrared ARCHIVE Virtual

    上傳時(shí)間: 2015-09-15

    上傳用戶:yyq123456789

  • 鏈表L

    鏈表L,創(chuàng)建公有成員函數(shù)Split(A,B ),創(chuàng)建2個(gè)新表A,B,使的A 中含有L中奇數(shù)位置元數(shù),B中含L偶數(shù)位置元數(shù)

    標(biāo)簽:

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

    上傳用戶:磊子226

  • 上下文無(wú)關(guān)文法(Context-Free Grammar, CFG)是一個(gè)4元組G=(V, T, S, P)

    上下文無(wú)關(guān)文法(Context-Free Grammar, CFG)是一個(gè)4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產(chǎn)生式規(guī)則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結(jié)符,T的元素稱為終結(jié)符,S是一個(gè)特殊的非終結(jié)符,稱為文法開(kāi)始符。 設(shè)G=(V, T, S, P)是一個(gè)CFG,則G產(chǎn)生的語(yǔ)言是所有可由G產(chǎn)生的字符串組成的集合,即L(G)={x∈T* | Sx}。一個(gè)語(yǔ)言L是上下文無(wú)關(guān)語(yǔ)言(Context-Free Language, CFL),當(dāng)且僅當(dāng)存在一個(gè)CFG G,使得L=L(G)。 *⇒ 例如,設(shè)文法G:S→AB A→aA|a B→bB|b 則L(G)={a^nb^m | n,m>=1} 其中非終結(jié)符都是大寫字母,開(kāi)始符都是S,終結(jié)符都是小寫字母。

    標(biāo)簽: Context-Free Grammar CFG

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

    上傳用戶:gaojiao1999

  • Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary

    Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.

    標(biāo)簽: num2bin functions and converts

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

    上傳用戶:gdgzhym

  • What I did with this class is to automatize (not MS s automation) several processes to do a search i

    What I did with this class is to automatize (not MS s automation) several processes to do a search in a MS Sql Server database, and show the results, retaining the data on an internal structure

    標(biāo)簽: automatize automation processes several

    上傳時(shí)間: 2015-10-11

    上傳用戶:manlian

  • 一:需求分析 1. 問(wèn)題描述 魔王總是使用自己的一種非常精練而抽象的語(yǔ)言講話,沒(méi)人能聽(tīng)懂,但他的語(yǔ)言是可逐步解釋成人能聽(tīng)懂的語(yǔ)言,因?yàn)樗恼Z(yǔ)言是由以下兩種形式的規(guī)則由人的語(yǔ)言逐步抽象上去的: -

    一:需求分析 1. 問(wèn)題描述 魔王總是使用自己的一種非常精練而抽象的語(yǔ)言講話,沒(méi)人能聽(tīng)懂,但他的語(yǔ)言是可逐步解釋成人能聽(tīng)懂的語(yǔ)言,因?yàn)樗恼Z(yǔ)言是由以下兩種形式的規(guī)則由人的語(yǔ)言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在這兩種形式中,從左到右均表示解釋.試寫一個(gè)魔王語(yǔ)言的解釋系統(tǒng),把 他的話解釋成人能聽(tīng)得懂的話. 2. 基本要求: 用下述兩條具體規(guī)則和上述規(guī)則形式(2)實(shí)現(xiàn).設(shè)大寫字母表示魔王語(yǔ)言的詞匯 小寫字母表示人的語(yǔ)言的詞匯 希臘字母表示可以用大寫字母或小寫字母代換的變量.魔王語(yǔ)言可含人的詞匯. (1) B --> tAdA (2) A --> sae 3. 測(cè)試數(shù)據(jù): B(ehnxgz)B 解釋成 tsaedsaeezegexenehetsaedsae若將小寫字母與漢字建立下表所示的對(duì)應(yīng)關(guān)系,則魔王說(shuō)的話是:"天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鵝 | 追 | 趕 | 下 | 蛋 | 恨 |

    標(biāo)簽: 語(yǔ)言 抽象

    上傳時(shí)間: 2014-12-02

    上傳用戶:jkhjkh1982

  • CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d

    CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objects derived from CDiagramEntity representing objects drawn on screen. CDiagramEditor lacks one feature (that is difficult to implement in both simple and general fashion) - links. Manually maintaining links in a - for example - flowchart or network topography map is unwieldy. Therefore, I ve created a reference implementation for one way of adding this functionality.

    標(biāo)簽: CDiagramEditor CFlowchartEditor extension CWnd-d

    上傳時(shí)間: 2015-11-21

    上傳用戶:氣溫達(dá)上千萬(wàn)的

  • First of all, the Applet-phone is a SIP User-Agent with audio and text messaging capabilities. But

    First of all, the Applet-phone is a SIP User-Agent with audio and text messaging capabilities. But i s also embedded in an applet where you can use it as usual if your firewall allow you to use the UDP transport. If not, you can use TCP to carry your voice in a voice messaging fashion. Your voice is recorded and encoded locally then sent as a message, decoded and played back by your peer. Voice messaging allow you to go through any firewall, so that you can continue to chat and talk with your friends from an applet !

    標(biāo)簽: Applet-phone capabilities User-Agent messaging

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

    上傳用戶:c12228

  • Cypress Semiconductor makes a variety of PLL-based clock generators. This application note provides

    Cypress Semiconductor makes a variety of PLL-based clock generators. This application note provides a set of recommendations to optimize usage of Cypress clock devices in a system. The application note begins with recommended termination techniques for clock generators. Subsequently, power supply filtering and bypassing is discussed. Finally, the application note provides some recommendations on board layout.

    標(biāo)簽: Semiconductor application generators PLL-based

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

    上傳用戶:水中浮云

  • In this talk we will consider two approaches in dealing with the risk of supplier bankruptcy. In the

    In this talk we will consider two approaches in dealing with the risk of supplier bankruptcy. In the first model, we study the effects of supply disruption risk in a supply chain where one buyer deals with competing risky suppliers who may default during their production lead-times.

    標(biāo)簽: approaches bankruptcy the consider

    上傳時(shí)間: 2014-08-04

    上傳用戶:lanjisu111

主站蜘蛛池模板: 崇仁县| 登封市| 秭归县| 丹阳市| 北川| 伊春市| 东阿县| 得荣县| 大邑县| 沾化县| 新闻| 崇义县| 东乡族自治县| 江达县| 靖西县| 湖州市| 永春县| 卓资县| 诏安县| 南靖县| 青海省| 福建省| 石城县| 米易县| 芷江| 张家川| 德令哈市| 新巴尔虎左旗| 青冈县| 芦溪县| 江安县| 芦溪县| 石嘴山市| 重庆市| 东乌| 普陀区| 冀州市| 正阳县| 大石桥市| 肥城市| 英山县|