码迷,mamicode.com
首页 >  
搜索关键字:computer graphic    ( 3369个结果
20170220-coroutine
协程 coroutine最近频繁的听说到 “协程” 这个词,花了一段时间肤浅的研究了一下。对于 “它是一个什么东西” 有了一个大概的了解。from wiki Coroutines are computer program components that generalize subroutines ... ...
分类:其他好文   时间:2020-02-05 09:29:33    阅读次数:60
Codeforces 1291D
D. Irreducible Anagrams time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Let's call two s ...
分类:其他好文   时间:2020-02-03 12:19:08    阅读次数:167
CAT ET III Caterpillar Scanner Features
CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:其他好文   时间:2020-02-02 12:21:10    阅读次数:90
混合SSVEP-P300 BCI生产双频SSVEP
@ "toc" 本分享为脑机学习者Rose整理发表于公众号:脑机接口社区(微信号:Brain_Computer).QQ交流群:903290195 简介 首尔国立首尔大学医学院的科研人员介绍了一种新的混合SSVEP P300 拼写器(speller),该拼写器能够产生双频SSVEP,在解决信息传输率( ...
分类:其他好文   时间:2020-01-31 14:28:52    阅读次数:85
LeetCode474 - Ones and Zeros - Medium (Python)
In the computer world, use restricted resource you have to generate maximum benefit is what we always want to pursue. For now, suppose you are a domin ...
分类:编程语言   时间:2020-01-31 12:43:32    阅读次数:85
Qt 中 this->size() this->rect() event->size() 三者差异
测试代码: void OsgEarthGraphicsView::resizeEvent(QResizeEvent* event) { //if (scene()) //{ // scene()->setSceneRect(QRect(QPoint(0, 0), event->size())); / ...
分类:其他好文   时间:2020-01-31 12:30:11    阅读次数:98
ImageSwitcher和GridView的案例开发
(一)ImageSwitcher之手机相册的滑动查看 首先在布局文件上加一个ImageSwitcher,设置它的宽度和高度为match_parent. 在主程序中:首先设置一个存储照片资源的数组,在设置一个index下标,和一个touchDownX和一个touchUpX. 在onCreat方法里首先 ...
分类:其他好文   时间:2020-01-30 22:55:47    阅读次数:87
深度神经网络对脑电信号运动想象动作的在线解码
[toc] 本分享为脑机学习者Rose整理发表于公众号:脑机接口社区(微信号:Brain_Computer).QQ交流群:903290195 简介 近年来,深度学习方法的快速发展使得无需任何特征工程的端到端学习成为可能,这有利于BCI运动想象应用的发展。慕尼黑工业大学和澳大利亚研究发展团队(Rese ...
分类:移动开发   时间:2020-01-30 12:47:17    阅读次数:150
PAT Advanced 1054 The Dominant Color (20分)
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:其他好文   时间:2020-01-29 21:48:12    阅读次数:94
将深度学习技术应用于基于情境感知的情绪识别
[toc] 本分享为脑机学习者Rose整理发表于公众号:脑机接口社区(微信号:Brain_Computer).QQ交流群:903290195 延世大学和洛桑联邦理工学院(EPFL)的研究团队最近开发了一种新的技术,可以通过分析图像中的人脸和上下文特征来识别情绪。他们在arXiv上预先发表的一篇论文中 ...
分类:其他好文   时间:2020-01-29 12:13:04    阅读次数:56
3369条   上一页 1 ... 23 24 25 26 27 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!