码迷,mamicode.com
首页 >  
搜索关键字:thinking    ( 826个结果
Defining RESTful Routes(CRUD operations)
。 const methodOverride = require('method-override') const { v4: uuid } = require('uuid'); //For generating ID's // To 'fake' put/patch/delete request... ...
分类:其他好文   时间:2021-02-09 11:57:54    阅读次数:0
Trees on the level UVA - 122
Trees are fundamental in many branches of computer science (Pun definitely intended). Current stateof-the art parallel computers such as Thinking Mach ...
分类:其他好文   时间:2021-02-08 12:29:55    阅读次数:0
理解java并发设计原理汇总
据我学习的过程,并发的概念晦涩,原理理解起来也很费劲,学起来还是很吃力的,以下这些图,是我结合《Thinking in java》多线程章节, 《java并发编程实战》,Jakob Jenkov并发指南(Java Concurrency),《深入理解java虚拟机》,以及查阅操作系统相关的知识连起来 ...
分类:编程语言   时间:2021-01-20 11:56:07    阅读次数:0
「杂项」Nov. 27st, 2020 - Exam. REC & SOL
Problem. 1 Junior - Thinking Desc. & Link. 注意到值域乘范围刚好能过。 然后就存两个桶即可。。。(数组开小飞了半天才调出来。。。) Problem. 2 Junior / Senior - Thinking Desc. & Link. 考虑一次反转后对整个序 ...
分类:其他好文   时间:2020-12-02 12:27:43    阅读次数:4
理解java中的流Stream
概念: 流:代表任何有能力产出数据的数据源对象或者是有能力接受数据的接收端对象<Thinking in Java>,换句话说:是对输入或输出设备(文件,网络,内存)的抽象。 流的本质: 数据传输,根据数据传输特性将流抽象为各种类,方便更直观的进行数据操作。 Stream 使用一种类似用 SQL 语句 ...
分类:编程语言   时间:2020-11-01 22:23:54    阅读次数:34
DAY26 - AI
Passage 26 Many researchers use the term Artificial Intelligence (AI) to describe the thinking and intelligent behavior demonstrated by machines. Whil ...
分类:其他好文   时间:2020-07-26 01:02:29    阅读次数:75
卷积骚操作-Rethinking Bottleneck Structure for Efficient Mobile Network Design
地址:http://xxx.itp.ac.cn/pdf/2007.02269.pdf github:https://github.com/ zhoudaquan/rethinking_bottleneck_design ...
分类:Web程序   时间:2020-07-13 21:47:59    阅读次数:126
HDU
##题面 Problem Description Lele now is thinking about a simple function f(x). If x < 10 f(x) = x. If x >= 10 f(x) = a0 * f(x-1) + a1 * f(x-2) + a2 * f(x ...
分类:其他好文   时间:2020-07-12 16:40:31    阅读次数:59
三款LVDS ADC的使用总结
前言 两年时间使用了三款ADC:AD9653,AD9266,AD3442,在此记录下坑及使用经验。 参考文档 xapp524-serial-lvds-adc-interface.pdf 所需用到的原语:IDDR、ISERDESE2等 1.AD9653:ADI公司的采样率高达125M,16bit AD ...
分类:其他好文   时间:2020-07-08 15:28:52    阅读次数:179
Three Layers of JavaEE Projects
MVC first appeared at the Web Layer of a Java Web project, it's a thinking. The Layers: web layer: com.truman.web/servlet/controller service layer: co ...
分类:编程语言   时间:2020-06-24 19:33:56    阅读次数:59
826条   1 2 3 4 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!