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

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

cache-google-font

  • TensorFlow 官方文檔中文版 - v1.2.pdf

    Google 機器學習開源 TensorFlow官方文檔中文版。

    標簽: TensorFlow pdf v1 文檔

    上傳時間: 2017-07-25

    上傳用戶:zuqisong

  • CCS樣式選擇符設計

    CCS樣式選擇符,初學者,設計,DW,網頁制作,大一作業 部分預覽: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSS樣式選擇符</title> <style type="text/css">  body  { background-image:url(images/%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg); background-repeat:repeat;  }    .class1  { text-align:center; font-weight:bolder;  }  .class2  { font-family:"仿宋"; text-indent:8em;  }    .class3  { font-size:18px; font-family:"宋體"; text-indent:4em;  }    #id1  { font-family:Zombie, Verdana, "Comic Sans MS"; font-style:oblique; font-size:64px;  }    #id2  { font-family:"黑體"; font-size:36px;  }  #id3  { color:#F69; font-weight:bolder; text-shadow:#FCC;  } </style> </head> <body>  <table width="780" height="1555" border="0" cellspacing="0" align="center" bgcolor="#FFFFFF">   <tr height="30">    <td align="center"><img src="images/頂部圖片.jpg" /></td>   </tr>

    標簽: CCS 網頁設計

    上傳時間: 2017-12-07

    上傳用戶:圈圈Ace

  • 網絡爬蟲編程

    網絡爬蟲 網絡爬蟲在CPP中爬行鏈接到你想要的深度。控制臺應用程序   Ubuntu 14.04 LTS上編譯的程序   用g+編譯器編譯 相依性   卷曲   Boost圖書館 用于編譯的命令   G+爬蟲.cpp-lcurl-lost_regex-o爬蟲 輸入   URL:您想要抓取示例“dirghbuch.com”的URL   鏈接數:要從爬行中提取的每頁鏈接數   深度:我們想爬多深,在哪里深度可以定義為樹的深度。 輸出量   crawler.txt 限制   鏈接數最多可達100。   Does not work for website which has blocked curl crawling for example google.com yahoo.com   由于缺乏并行性,所以速度很慢。   沒有完整URL的鏈接被追加到用戶在大容量中插入的URLwww.xyz.com有/conatct-us的網址將是www.xyz.com/contact-us   唯一的單詞也包含html標記。 可能的改進,但尚未落實   限制共享變量的使用   改進使其易于并行化   比卷曲更有效的爬行方式

    標簽: 網絡爬蟲 編程

    上傳時間: 2018-06-20

    上傳用戶:1370893801

  • tensorflow

    tensorflow目前作為google發布的基礎深度學習軟件工具包,具有劃時代的意義,附件為tensorflow的基礎調用實例及使用方法,非常適合初學者

    標簽: 人工智能 深度學習

    上傳時間: 2018-07-15

    上傳用戶:gls123

  • css美化有序列表

    css美化有序列表,貼出部分css代碼         <ol >             <li>先涂粉底再涂防曬</li>             <li>先涂防曬再涂粉底</li>         </ol> <!doctype html> <html> <head> <title>CSS3 ordered list styles - demo</title> <style> body{ margin: 40px auto; width: 500px; } /* -------------------------------------- */ ol{ counter-reset: li; list-style: none; *list-style: decimal; font: 15px 'trebuchet MS', 'lucida sans'; padding: 0; margin-bottom: 4em; text-shadow: 0 1px 0 rgba(255,255,255,.5); } ol ol{ margin: 0 0 0 2em; } /* -------------------------------------- */

    標簽: css 美化 序列

    上傳時間: 2018-08-22

    上傳用戶:53660542

  • JAVA SMPP 源碼

    Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second. jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component: http://camel.apache.org/smpp.html Travis-CI status: History The project started on Google Code: http://code.google.com/p/jsmpp/ It was maintained by uudashr on Github until 2013. It is now a community project maintained at http://jsmpp.org Release procedure mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase> log in here: https://oss.sonatype.org click the 'Staging Repositories' link select the repository and click close select the repository and click release License Copyright (C) 2007-2013, Nuruddin Ashr uudashr@gmail.com Copyright (C) 2012-2013, Denis Kostousov denis.kostousov@gmail.com Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016, Pim Moerenhout pim.moerenhout@gmail.com This project is licensed under the Apache Software License 2.0.

    標簽: JAVA SMPP 源碼

    上傳時間: 2019-01-25

    上傳用戶:dragon_longer

  • riscv課程設計報告

    riscv課程設計報告,用 Verilog HDL 語言實現一個五級流水線的 RISC-V 的指令子集,并在仿真軟件上加載要求的測試程序和數據,仿真結果正確。只設計 CPU 流水線,不要求設計 Cache 控制器(即不考慮 cache 相聯關系)。 CPU中需要的I-Cache,D-Cache用兩個有限容量的片內RAM仿真代替

    標簽: riscv 報告

    上傳時間: 2020-03-20

    上傳用戶:wssss

  • ARM SoC體系結構

    內容簡介 介紹了一般微處押器核鮒設計原理、基于微處邦器核的SoC設計的其本機念甜方法,通過對ARM系列處理器核和 CPU核的詳小描述,說明微處理器及外接口的設計原理和方法。同時也綜述了ARM系列她理器核和最新ARM核的 研發戰果以政ARM和Thmb踹積模型,對SC設計中涉及到的行儲器層次、 Cache存儲器管誣、片上總線片|:調和 產品測試等主要間黥進行了論述。在此基礎上給出了幾個基于ARM核的SoC嵌人式應用的實例。最后對基于異步設計 的ARM核 AMCLET及異步SUC子系統 AMUlET3打的研究進行了介紹 木書的特點是將基于ARM微處理器核的SC設計和實際恢人式系統的應用集成于一體,對于基于ARM核的S設計 和嵌λ式系統開發者來說是一本很好的參考手冊。可用作計算機科學拉術與應用電氣T程、電∫科學與技術專業科牛及碩 研究生的教材,也可作為從事集成電路設計的[程技術人員、于ARM的嵌入式系統應用開發技術入員的參考書。

    標簽: ARM SoC

    上傳時間: 2020-04-02

    上傳用戶:hongpixiaozhu

  • 5G+Edge+Cloud+Networks

    The surge of mobile data traffic forces network operators to cope with capacity shortage. The deployment of small cells in 5G networks is meant to reduce latency, backhaul traffic and increase radio access capacity. In this context, mobile edge computing technology will be used to manage dedicated cache space in the radio access network. Thus, mobile network operators will be able to provision OTT content providers with new caching services to enhance the quality of experience of their customers on the move.

    標簽: Networks Cloud Edge 5G

    上傳時間: 2020-05-26

    上傳用戶:shancjb

  • Mobile+Technology+Consumption+Opportunities

    The growth of mobile technologies is remarkable. At a recent Mobile World Congress Conference, Eric Schmidt, CEO of Google predicted that within three years, smart phones will surpass Personal Com- puter sales. The number of mobile phones used worldwide has exceeded 4.6 billion with continued growth expected in the future. In fact, in the United States alone, the numbers of mobile phone users comprise over 80% of the population. 

    標簽: Opportunities Consumption Technology Mobile

    上傳時間: 2020-05-30

    上傳用戶:shancjb

主站蜘蛛池模板: 柳林县| 古交市| 蓬安县| 阿图什市| 长子县| 武汉市| 武安市| 普宁市| 姚安县| 迭部县| 宣汉县| 丹寨县| 北安市| 中超| 海晏县| 乐昌市| 冀州市| 溧水县| 冕宁县| 麻城市| 波密县| 循化| 长泰县| 科技| 曲阜市| 永寿县| 行唐县| 奇台县| 石屏县| 临清市| 济宁市| 阿合奇县| 兴安县| 吉安县| 广宗县| 西畴县| 融水| 沅江市| 芒康县| 天津市| 大丰市|