码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Computer Networking: Application layer
Principle of network applications Network application architectures Application architecture: (different from the network architecture) Designed by th ...
分类:移动开发   时间:2018-03-29 14:47:17    阅读次数:204
Nearest Common Ancestors
Description A rooted tree is a well-known data structure in computer science and engineering. An example is shown below: In the figure, each node is l ...
分类:其他好文   时间:2018-03-28 01:31:57    阅读次数:156
Coursera Deep Learning 3 Convolutional Neural Networks - week1
CNN 主要解决 computer vision 问题,同时解决input X 维度太大的问题. Edge detection example 演示了convolution 的概念 下图的 vertical edge 看起来有点厚,但是如果图片远比6x6像素大的话,就会看到效果非常不错. ...
分类:Web程序   时间:2018-03-27 23:00:07    阅读次数:304
EOJ 1501 The Blocks Problem
Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and ...
分类:其他好文   时间:2018-03-27 18:51:01    阅读次数:170
仿函数(functor)
仿函数(functor),就是使一个类的使用看上去像一个函数。其实现就是类中实现一个operator(),这个类就有了类似函数的行为,就是一个仿函数类了。 In computer programming, a function object[a] is a construct allowing an ...
分类:其他好文   时间:2018-03-27 12:36:35    阅读次数:121
读书笔记 -- 计算机程序的构造和解释
Structure and Interpretation of Computer Programs “每一位严肃的计算机科学家都应该阅读这本书。由于本书清晰,简洁和富于才智,我们强烈推荐这本书。它适合所有希望深刻理解计算机科学的人们。” —— Mitchell Wand 《美国科学家》 “带着崇敬和 ...
分类:其他好文   时间:2018-03-25 10:33:19    阅读次数:286
TFS 删除工作区签出
预防万一先备份数据库,然后找到当前集合的数据库进行如下操作select *From tbl_Workspace where Computer='WIEYAN-Y4-PC'//先找出工作区的WorkspaceIdselect *From tbl_pendingchange where Workspac... ...
分类:Web程序   时间:2018-03-23 16:21:36    阅读次数:174
Full Binary Tree(sdut 2882)
Problem Description: In computer science, a binary tree is a tree data structure in which each node has at most two children. Consider an infinite ful ...
分类:其他好文   时间:2018-03-22 23:53:17    阅读次数:337
Full Binary Tree
Time Limit: 2000MS Memory limit: 65536K 题目描述 In computer science, a binary tree is a tree data structure in which each node has at most two children. ...
分类:其他好文   时间:2018-03-22 23:08:10    阅读次数:224
VNC
VNC Linux 远程桌面控制软件 简介: VNC (Virtual Network Computer)是虚拟网络计算机的缩写。VNC 是一款优秀的远程控制工具软件,VNC 是在基于 UNIX 和 Linux 操作系统的免费的开源软件,远程控制能力强大,高效实用,其性能可以和 Windows 和 ...
分类:其他好文   时间:2018-03-22 17:31:53    阅读次数:294
2862条   上一页 1 ... 79 80 81 82 83 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!