您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. zxing-master.zip

  2. ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android
  3. 所属分类:Android

    • 发布日期:2019-07-16
    • 文件大小:134217728
    • 提供者:cto_1649900265
  1. superobject-master.zip

  2. delphi中处理json格式 - JSON (Javascr ipt Object Notation) is a lightweight data-interchange format. - It is easy for humans to read and write. - It is easy for machines to parse and generate. - It is based on a subset of the Javascr ipt Programming Langua
  3. 所属分类:Delphi

    • 发布日期:2020-05-07
    • 文件大小:72704
    • 提供者:shgdat
  1. libcbor-master.zip

  2. The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size
  3. 所属分类:互联网

    • 发布日期:2020-04-27
    • 文件大小:325632
    • 提供者:mylove110427
  1. noisereduce-master.zip

  2. import noisereduce as nr # load data rate, data = wavfile.read("mywav.wav") # select section of data that is noise noisy_part = data[10000:15000] # perform noise reduction reduced_noise = nr.reduce_noise(audio_clip=data, noise_clip=noisy_part,
  3. 所属分类:Python

    • 发布日期:2020-04-14
    • 文件大小:5242880
    • 提供者:bibinGee
  1. Hands-On-python-natural-language-processing-master.zip

  2. 利用Python语言编程实现机器学习和自然语言处理。具体包括:1.Building your NLP vocabulary. 2.Exploring Document, Sentence and Character Level Embeddings. 3.Transforming Text into Data Structures. 4.Word Embeddings and Distance Measurements for Text. 5.Word Embeddings and Distan
  3. 所属分类:机器学习

    • 发布日期:2020-04-09
    • 文件大小:25165824
    • 提供者:jimmy0375
  1. pentaho-kettle-master.zip

  2. Pentaho Data Integration Pentaho Data Integration ( ETL ) a.k.a Kettle Project Structure assemblies: Project distribution archive is produced under this module core: Core implementation dbdialog: Database dialog ui: User interface engine: PD
  3. 所属分类:其它

    • 发布日期:2020-04-06
    • 文件大小:28311552
    • 提供者:DALUJIA
  1. Generative-Adversarial-Networks-Projects-master.zip

  2. 实现生成对抗网络(Generative-Adversarial-Networks,GAN)的工程实现。 Generative Adversarial Networks (GANs) have the potential to build next-generation models, as they can mimic any distribution of data. Major research and development work is being undertaken in thi
  3. 所属分类:深度学习

    • 发布日期:2020-04-02
    • 文件大小:44032
    • 提供者:jimmy0375
  1. paho.mqtt.embedded-c-master.zip

  2. mqtt的mast嵌入式系统代码,带有操作系统 len += MQTTstrlen(options->clientID)+2; if (options->willFlag) len += MQTTstrlen(options->will.topicName)+2 + MQTTstrlen(options->will.message)+2; if (options->username.cstring || options->username.l
  3. 所属分类:网络基础

    • 发布日期:2020-04-01
    • 文件大小:247808
    • 提供者:qianww5
  1. mimesis-master.zip

  2. Mimesis is a package for Python, which helps generate big volumes of fake data for a variety of purposes in a variety of languages. The fake data could be used to populate a testing database, create JSON and XML files of arbitrary structure, anonymiz
  3. 所属分类:管理软件

    • 发布日期:2020-03-29
    • 文件大小:3145728
    • 提供者:Fichi
  1. cJSON-master.zip

  2. cJSON源码,为c语言编写,里面含有测试案例,需要用的自取。可以创建json字符串。 ## Usage ### Welcome to cJSON. cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. JSON is described best here: ht
  3. 所属分类:C

    • 发布日期:2020-03-27
    • 文件大小:460800
    • 提供者:ourxialing
  1. spring-data-neo4j-master.zip

  2. spring-data-neo4j-master.zip
  3. 所属分类:Java

    • 发布日期:2020-03-26
    • 文件大小:726016
    • 提供者:u014572906
  1. mathnet-numerics-data-master.zip

  2. mathnet-numerics-data-master.zip Math.NET是.NET开放中常用的科学计算和统计分析的库,非常强大,开源库。
  3. 所属分类:C#

    • 发布日期:2020-03-20
    • 文件大小:11534336
    • 提供者:alai7150
  1. d2rq-master.zip

  2. d2rq.zip安装包,官网上下不下来的,我用github下下来的,需要的朋友可以下载。 D2RQ exposes the contents of relational databases as RDF. It consists of: The D2RQ Mapping Language. Use it to write mappings between database tables and RDF vocabularies or OWL ontologies. The D2RQ E
  3. 所属分类:Java

    • 发布日期:2020-03-14
    • 文件大小:17825792
    • 提供者:ilikecarrots
  1. mobile-calendar-master.zip

  2. How to use Download mobile-calendar folder and include it in your HTML document : $(document).date(); //or $(document).date({ theme:"date", fromat: 'yyyy/mm/dd' }); Of course, in your HTML you should add . Or you can refer t
  3. 所属分类:Web开发

    • 发布日期:2020-03-10
    • 文件大小:99328
    • 提供者:jiabei1994
  1. wxParse-master.zip

  2. wxParse能够显示富文本而且它的思路是将整个HTML String转换成一个Node数组,数组按照传入的HTML String生成HTML DOM结构。 // 引入模板 //这里data中article为bindName 在需要的地方使用: 其中article是后台html值的变量名 WxParse.wxParse('article', 'html', this.data.article, this, 5); 注意的是第三个和第四个参数,前几个可以固定不变但是第一个要和数
  3. 所属分类:Web开发

    • 发布日期:2020-03-06
    • 文件大小:729088
    • 提供者:u014722196
  1. introduction_to_ml_with_python-master.zip

  2. 资源可在github上下载。地址:https://github.com/amueller/introduction_to_ml_with_python/blob/master/data/ram_price.csv
  3. 所属分类:机器学习

    • 发布日期:2020-01-30
    • 文件大小:20971520
    • 提供者:yimiyan
  1. seaborn-data-master.zip

  2. Python数据科学手册第3章用到的案例数据-seaborn程序库所包含。titanic.csv/planets.csv
  3. 所属分类:互联网

    • 发布日期:2020-06-09
    • 文件大小:4194304
    • 提供者:weixin_41772761
  1. data-master.zip

  2. 内部含有各种pcd格式点云数据,包括小型模型,以及大规模雷达点云数据但雷达点云数据也是pcd格式,还有一定的原始处理点云数据代码。
  3. 所属分类:其它

    • 发布日期:2020-07-03
    • 文件大小:317718528
    • 提供者:liupeng19941216
  1. data-master.zip

  2. Point-Cloud-Library学习文档里的的pcd文件,希望对大家有所帮助。Point-Cloud-Library学习文档里的的pcd文件,希望对大家有所帮助。
  3. 所属分类:图像处理

    • 发布日期:2020-08-23
    • 文件大小:275775488
    • 提供者:weixin_48240054
  1. Pincong-data-master.zip-源码

  2. 为了方便广大用户,能够正常访问及订阅品葱的优质内容,特此建立此站 目前本站文章纳入人工挑选,然后由Telegram Bot自动添加部署,目前数量有限,若想加入此编辑组,可邮件联系the.project.gutenberg.pg#gmail.com我会邀请你加入多个 本站内容可以通过如下形式进行RSS订阅: { 当前url } + index.xml “翻车新闻”页面为 rss地址则为
  3. 所属分类:其它

    • 发布日期:2021-02-13
    • 文件大小:584056832
    • 提供者:weixin_42153691
« 12 3 4 5 »