码迷,mamicode.com
首页 >  
搜索关键字:embedded    ( 592个结果
【神经网络】自编码聚类算法--DEC (Deep Embedded Clustering)
1.算法描述 最近在做AutoEncoder的一些探索,看到2016年的一篇论文,虽然不是最新的,但是思路和方法值得学习。论文原文链接 http://proceedings.mlr.press/v48/xieb16.pdf,论文有感于t-SNE算法的t-分布,先假设初始化K个聚类中心,然后数据距离中 ...
分类:编程语言   时间:2018-10-22 00:07:02    阅读次数:577
adb.【转】按键事件及adb命令模拟
1、Android 按键事件及adb命令模拟 - cjwsimple - CSDN博客.html(https://blog.csdn.net/man_embedded/article/details/80238914) ZC:各种 “电话键”、“控制键”、“功能键” 等,貌似 蛮全的,留作备用 2、 ...
分类:数据库   时间:2018-10-21 16:53:45    阅读次数:222
报错Cannot determine embedded database driver class for database type NONE解决方法
由于我不需要数据库,启动springboot报错: Cannot determine embedded database driver class for database type NONE If you want an embedded database please put a support ...
分类:数据库   时间:2018-10-05 12:31:35    阅读次数:2856
stm32f429
Download bootloader/kernel toolchain https://launchpad.net/gcc arm embedded/4.9/4.9 2014 q4 major Checking whether Reference: https://elinux.org/STM32 ...
分类:其他好文   时间:2018-10-01 19:11:01    阅读次数:196
Spring Boot 使用Jar打包发布, 并使用 Embedded Jetty/Tomcat 容器
Jar包发布 在项目pom.xml中, 如果继承了Spring Boot的starter parent, 那么默认已经包含打包需要的plugins了, 设置为jar就能直接打包成包含依赖的可执行的jar 如果不使用Spring Boot的starter parent, 那么需要在<build>中添加 ...
分类:编程语言   时间:2018-09-30 14:58:47    阅读次数:318
Embedded Agent
第三方库:1. 采集数据端:plcconnector、libmodbus、RS232。2. 发送数据端:libmosquitto。3. 数据存储:libsqlite3。 其他技术:1. 进程间通信:IpcPOSIX消息队列。2. 线程间通信:全局变量、BlockingQueue队列。3. 创建Tim ...
分类:其他好文   时间:2018-09-20 01:09:52    阅读次数:156
[somewhat outdated] How Chromium Displays Web Pages: Bottom-to-top overview of how WebKit is embedded in Chromium
For Developers? > ?Design Documents? > ? How Chromium Displays Web Pages This document describes how web pages are displayed in Chromium from the bott ...
分类:Web程序   时间:2018-09-19 12:24:57    阅读次数:180
swift 使用OC framework时注意
swift 使用OC framework时注意 general - embedded Binaries添加对应库,否则会报错 ...
分类:编程语言   时间:2018-09-12 19:56:49    阅读次数:318
[编译] 4、在Linux下搭建nRF51822的开发烧写环境(makefile版)
星期日, 09. 九月 2018 07:51下午 beautifulzzzz ![][ bar] 1、安装步骤 1) 从[GNU Arm Embedded Toolchain][ 1]官网下载最新的gcc arm工具链,写文章时下载的是: gcc arm none eabi 5_4 2016q3 2 ...
分类:系统相关   时间:2018-09-09 22:10:10    阅读次数:638
spring-boot BUG 集锦
BUG1: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. 1 Consider the following: If you want an embedded database ...
分类:编程语言   时间:2018-09-07 22:04:08    阅读次数:603
592条   上一页 1 ... 12 13 14 15 16 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!