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

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

Long-Distance

  • SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed

    SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talking directly to each other or through an access point or range extenders. Access point and range extenders are not required but provide extra functionality such as store and forward messages. With SimpliciTI the MCU resource requirements are minimal which results in the low system cost.

    標(biāo)簽: SimpliciTI low-power protocol network

    上傳時(shí)間: 2016-05-21

    上傳用戶:R50974

  • This talk centered on Hamming s observations and research on the question"Why do so few scientists m

    This talk centered on Hamming s observations and research on the question"Why do so few scientists make significant contributions and so many are forgotten in the long run?"

    標(biāo)簽: observations scientists centered research

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

    上傳用戶:671145514

  • This paper presents the results of the Finnish national "Technology Vision of the Future Distributio

    This paper presents the results of the Finnish national "Technology Vision of the Future Distribution Network" project. The aim of the project was to create a technology vision of future distribution networks. Because the life span of networks is very long, a long term vision is very important for guiding network investments and technology development.

    標(biāo)簽: the Distributio Technology national

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

    上傳用戶:李彥東

  • In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containi

    In this paper, we present LOADED, an algorithm for outlier detection in evolving data sets containing both continuous and categorical attributes. LOADED is a tunable algorithm, wherein one can trade off computation for accuracy so that domain-specific response times are achieved. Experimental results show that LOADED provides very good detection and false positive rates, which are several times better than those of existing distance-based schemes.

    標(biāo)簽: algorithm detection containi evolving

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

    上傳用戶:aeiouetla

  • This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good

    This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up. Code generation requires TASM to assemble the compiler output you can use the borland TLINK to produce executables, or the Watcom WLINK can also be used. PMODE systems written by TRAN are used for the DPMI interface.

    標(biāo)簽: generation generates compiler fairly

    上傳時(shí)間: 2016-08-01

    上傳用戶:sxdtlqqjl

  • 用VB做QQ強(qiáng)制聊天器 用VB做QQ強(qiáng)制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家來用VB做QQ強(qiáng)制聊天器..... 廢話不多說了``` 直接打開VB

    用VB做QQ強(qiáng)制聊天器 用VB做QQ強(qiáng)制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家來用VB做QQ強(qiáng)制聊天器..... 廢話不多說了``` 直接打開VB 新建一個(gè)EXE文件..新建一個(gè)Text和一個(gè)Command按紐 最后直接把代碼寫上去就可以了... Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, _ ByVal lpOperation As String, _ ByVal lpFile As String, _ ByVal lpParameters As String, _ ByVal lpDirectory As String, _ ByVal nShowCmd As Long) As Long Private Sub Command1_Click() ShellExecute 0, "open", "tencent://message/?uin=" + Text1.Text, "", "", 1 End Sub 可以了...生成試驗(yàn)下..我就不美化了..你們可以去美化下``` 看。。成功了

    標(biāo)簽: 303931726 QQ

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

    上傳用戶:日光微瀾

  • (1) 實(shí)現(xiàn)一個(gè)Point類

    (1) 實(shí)現(xiàn)一個(gè)Point類,該類包含表示坐標(biāo)的兩個(gè)int型變量x、y,構(gòu)造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,計(jì)算兩點(diǎn)間距離的double distance(Point)方法。其中計(jì)算平方根用Math.sqrt()方法。 (2) 實(shí)現(xiàn)一個(gè)Circle類,該類包含表示圓心的Point型變量center,表示半徑的int radius變量,以及構(gòu)造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周長和面積的int perimeter()、double area()方法,返回兩個(gè)圓是否為同一個(gè)圓(返回0)、同心圓(返回1)、相交的圓(返回2)、分離的圓(返回3)、包含的圓(返回4)等關(guān)系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 實(shí)現(xiàn)測試上述兩個(gè)類的ClassTest類。該類在main方法中分別創(chuàng)建若干個(gè)Point對象和Circle對象,并調(diào)用相關(guān)方法,輸出方法的返回值,驗(yàn)證其正確性。 (4) 將Point類、Circle類和主類的包名分別調(diào)整為p1、p2、p3,并重新運(yùn)行,驗(yàn)證是否運(yùn)行正確。

    標(biāo)簽: Point

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

    上傳用戶:cylnpy

  • This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming boo

    This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University. The purpose of this simulator is to give some concrete idea of how SC-FDMA system works. It does lack many realistic and sophisticated features such as channel coding, time-varying fading channel model, soft decision decoding, etc. Regardless, I am hoping that it will help you understand SC-FDMA which is a fairly new development in 3GPP LTE.

    標(biāo)簽: simulator This baseband upcoming

    上傳時(shí)間: 2016-08-26

    上傳用戶:小草123

  • This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good al

    This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up.

    標(biāo)簽: generation generates compiler source

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

    上傳用戶:海陸空653

  • 圖文混排工具 1、新建一個(gè)Web工程 2、將Jsp下的頁面與.js文件拷貝到工程的WebRoot下面 3、將images文件夾拷貝到工程的WebRoot下面 4、運(yùn)行工程顯示頁面Gls.

    圖文混排工具 1、新建一個(gè)Web工程 2、將Jsp下的頁面與.js文件拷貝到工程的WebRoot下面 3、將images文件夾拷貝到工程的WebRoot下面 4、運(yùn)行工程顯示頁面Gls.htm就可以圖文混排編輯器。 5.向Oracle數(shù)據(jù)庫中插入大文本數(shù)據(jù): a)將需要插入大文本的字段定義為long數(shù)據(jù)類型 b)Source下的GlsTest.java即為向Qracle中插入大文本的方法及數(shù)據(jù)庫操作 運(yùn)行注意事項(xiàng): 1、注意包名的大小寫情況 2、注意頁面的編碼問題

    標(biāo)簽: WebRoot images 工程 Web

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

    上傳用戶:lx9076

主站蜘蛛池模板: 通江县| 定安县| 辽阳市| 嵊泗县| 扎赉特旗| 淮南市| 出国| 临泽县| 梨树县| 浠水县| 唐河县| 广元市| 开封县| 普洱| 通化市| 西平县| 阜宁县| 洞口县| 华安县| 阿拉尔市| 璧山县| 白水县| 额敏县| 湘潭市| 齐河县| 大悟县| 湘潭县| 嵊泗县| 扶风县| 桓台县| 灵石县| 资溪县| 河东区| 新干县| 三河市| 田阳县| 景宁| 新沂市| 汾阳市| 闵行区| 福州市|