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

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

CSHARP-solution

  • Perlbox Voice is an voice enabled application to bring your desktop under your command. With a singl

    Perlbox Voice is an voice enabled application to bring your desktop under your command. With a single word, you can start your web browser, your favorite editor or whatever you want. This is the Linux and Unix voice recognition solution

    標(biāo)簽: your application Perlbox enabled

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

    上傳用戶:hgy9473

  • 所有的設(shè)計(jì)模式都有一些常用的特性:一個(gè)標(biāo)識(a name)

    所有的設(shè)計(jì)模式都有一些常用的特性:一個(gè)標(biāo)識(a name),一個(gè)問題陳述(a problem statement)和一個(gè)解決方案(a solution)。 1、一個(gè)設(shè)計(jì)模式的標(biāo)識是重要的,因?yàn)樗鼤屍渌某绦騿T不用進(jìn)行太深入的學(xué)習(xí)就能立刻理解你的代碼的目的(至少通過這個(gè)標(biāo)識程序員會很熟悉這個(gè)模式)。? 2、問題描述是用來說明這個(gè)模式的應(yīng)用的領(lǐng)域。? 3、解決方案描述了這個(gè)模型的執(zhí)行。一個(gè)好的設(shè)計(jì)模式的論述應(yīng)該覆蓋使用這個(gè)模型的優(yōu)點(diǎn)和缺點(diǎn)。?

    標(biāo)簽: name 設(shè)計(jì)模式 標(biāo)識

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

    上傳用戶:hfmm633

  • 簡單的學(xué)生管理系統(tǒng)

    簡單的學(xué)生管理系統(tǒng),適合初學(xué)著學(xué)習(xí)CSHARP。

    標(biāo)簽: 管理系統(tǒng)

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

    上傳用戶:3到15

  • 客戶端源碼

    客戶端源碼,UDP穿透技術(shù),適合CSHARP編程,有助于程序員編程的速度

    標(biāo)簽: 源碼

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

    上傳用戶:woshiayin

  • Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ

    Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found, to modify the patterns in complex ways. You can also use them to launch programmatic actions that depend on patterns. A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you have a programming problem and it seems like the best solution is to use regular expressions now you have two problems." Regular expressions are amazingly powerful and deeply expressive. That is the very reason writing them is just as error-prone as writing any other complex programming code. It is always better to solve a genuinely simple problem in a simple way when you go beyond simple, think about regular expressions. Tutorial: Using regular expressions

    標(biāo)簽: expression the tutorial regular

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

    上傳用戶:sardinescn

  • 該程序可進(jìn)行正則表達(dá)式的測試

    該程序可進(jìn)行正則表達(dá)式的測試,方便開發(fā)人員在進(jìn)行正則表達(dá)式書寫時(shí),可對正確與否。并能輸出Csharp代碼。

    標(biāo)簽: 程序 測試 表達(dá)式

    上傳時(shí)間: 2016-04-02

    上傳用戶:nanfeicui

  • Atheros無線芯片AR-6000系列wince 6驅(qū)動源代碼(這東西我也沒用過別問我,我是搜別的wince資源搜到的) AR6K SDIO support. Requires firmware

    Atheros無線芯片AR-6000系列wince 6驅(qū)動源代碼(這東西我也沒用過別問我,我是搜別的wince資源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 轉(zhuǎn)自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1

    標(biāo)簽: wince Requires firmware Atheros

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

    上傳用戶:bibirnovis

  • Problem F:汽車加油 Time Limit:1000MS Memory Limit:65536K Total Submit:1400 Accepted:404 Language

    Problem F:汽車加油 Time Limit:1000MS Memory Limit:65536K Total Submit:1400 Accepted:404 Language: not limited Description 一輛汽車加滿油后可行駛n公里。旅途中有若干個(gè)加油站。設(shè)計(jì)一個(gè)有效算法,指出應(yīng)在哪些加油站停靠加油,使沿途加油次數(shù)最少。 編程任務(wù): 對于給定的n和k(k <= 10000)個(gè)加油站位置,編程計(jì)算最少加油次數(shù)。 Input 第一行有2 個(gè)正整數(shù)n和k,表示汽車加滿油后可行駛n公里,且旅途中有k個(gè)加油站。接下來的1 行中,有k+1 個(gè)整數(shù),表示第k個(gè)加油站與第 k-1 個(gè)加油站之間的距離。第0 個(gè)加油站表示出發(fā)地,汽車已加滿油。第k+1 個(gè)加油站表示目的地。 Output 輸出最少加油次數(shù)。如果無法到達(dá)目的地,則輸出”No Solution”。 Sample Input 7 7 1 2 3 4 5 1 6 6 Sample Output 4

    標(biāo)簽: Limit Accepted Language Problem

    上傳時(shí)間: 2016-04-12

    上傳用戶:youth25

  • SerialPort 串口通訊用

    SerialPort 串口通訊用,可以供大家調(diào)試設(shè)備,主要是用Csharp開發(fā)的

    標(biāo)簽: SerialPort 串口通訊

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

    上傳用戶:ghostparker

  • windows mobile 2005 上可以運(yùn)行的資產(chǎn)管理系統(tǒng)

    windows mobile 2005 上可以運(yùn)行的資產(chǎn)管理系統(tǒng),用csharp開發(fā),采用數(shù)據(jù)半同步方式進(jìn)行數(shù)據(jù)同步,可部署在symbol 50m系統(tǒng)上,也可部署在普通windows mobile系統(tǒng)上

    標(biāo)簽: windows mobile 2005 運(yùn)行

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

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

主站蜘蛛池模板: 大安市| 东乡县| 遂宁市| 将乐县| 潜山县| 巴塘县| 巴彦县| 昌都县| 大悟县| 霞浦县| 和林格尔县| 阜宁县| 新龙县| 三江| 永济市| 兴义市| 额济纳旗| 镇安县| 钦州市| 连城县| 依兰县| 罗定市| 常德市| 博爱县| 阳西县| 克什克腾旗| 柏乡县| 宣城市| 呼伦贝尔市| 凯里市| 乌审旗| 余干县| 黔东| 白河县| 武鸣县| 平邑县| 孝昌县| 施秉县| 通化市| 杂多县| 深泽县|