posted @ 2016-11-10 19:32
papering
阅读(169)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition Such communication needs have long been a topic of study among computer scientists, an
阅读全文
posted @ 2016-11-10 13:23
papering
阅读(188)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition activation 激活 parallel processing 并行处理 concurrent processing 并发处理 Each programming lan
阅读全文
posted @ 2016-11-10 12:33
papering
阅读(210)
推荐(0)
摘要:
https://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.1 17.13.1 Form submission method The method attribute of the FORM element specifies the H
阅读全文
posted @ 2016-11-10 12:25
papering
阅读(302)
推荐(0)
摘要:
问题: mysql GROUP BY 返回结果 各个字段所在行
阅读全文
posted @ 2016-11-09 17:41
papering
阅读(115)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Deep_learning
阅读全文
posted @ 2016-11-09 15:55
papering
阅读(137)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition_C Note that passing parameters by value protects the data in the calling unit from bei
阅读全文
posted @ 2016-11-09 12:32
papering
阅读(281)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition_C Many programming languages allow the use of one symbol to represent more than one op
阅读全文
posted @ 2016-11-09 12:16
papering
阅读(268)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition A subset of the imperative programming languages is the collection of languages known
阅读全文
posted @ 2016-11-09 00:12
papering
阅读(248)
推荐(0)
摘要:
http://blog.teamtreehouse.com/learn-asynchronous-image-loading-javascript Once you set the src attribute on this image downloading will start, so befo
阅读全文
posted @ 2016-11-08 20:06
papering
阅读(146)
推荐(0)
posted @ 2016-11-08 20:05
papering
阅读(122)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition Chapter 6 Programming Languages As suggested in Section 6.1, high-level programming la
阅读全文
posted @ 2016-11-08 12:30
papering
阅读(318)
推荐(0)
摘要:
package topologicalsort /* 现在你总共有 numCourses 门课需要选,记为 0 到 numCourses - 1。给你一个数组 prerequisites ,其中 prerequisites[i] = [ai, bi] ,表示在选修课程 ai 前 必须 先选修 bi
阅读全文
posted @ 2016-11-07 23:56
papering
阅读(415)
推荐(0)
摘要:
http://www.cse.chalmers.se/edu/year/2018/course/DAT037/slides/3.pdf Bucket Sort Algorithm - LearnersBucket https://learnersbucket.com/tutorials/algori
阅读全文
posted @ 2016-11-07 12:51
papering
阅读(375)
推荐(0)
摘要:
https://www.runoob.com/w3cnote/ten-sorting-algorithm.html 1.0 十大经典排序算法 分类 算法 本系列算法整理自:https://github.com/hustcc/JS-Sorting-Algorithm 同时也参考了维基百科做了一些补充。
阅读全文
posted @ 2016-11-07 08:58
papering
阅读(237)
推荐(0)
摘要:
http://www.personal.kent.edu/~rmuhamma/Algorithms/MyAlgorithms/Greedy/greedyIntro.htm Greedy Introduction Greedy algorithms are simple and straightfor
阅读全文
posted @ 2016-11-06 07:25
papering
阅读(392)
推荐(0)
摘要:
1 /* 2 顺序存储的结构 3 */ 4 #define MAXSIZE 20 5 //存储空间初始分配量 6 typedef int ElemType; 7 //ElemType类型根据实际情况而定,这里假设为int 8 typedef struct { 9 ElemType data[MAXSIZE]; 10 // 数组存储数据元素,最...
阅读全文
posted @ 2016-11-06 07:21
papering
阅读(255)
推荐(0)
摘要:
n(n+1)/2 连续自然数 1,2,3.....,n 队列 从中任意取出1至n个相加,可以表示的连续自然数队列中最大的自然数是多少 受“高斯求和--蛇头蛇尾脑图--长方形对角线脑图--苯环发现之旅故事”和“当前最优--贪心算法--greedy algorithms”启发,可得“脑图……眼图”。 拓
阅读全文
posted @ 2016-11-06 00:00
papering
阅读(188)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Anti-pattern https://zh.wikipedia.org/wiki/反面模式 An anti-pattern is a common response to a recurring problem that is usua
阅读全文
posted @ 2016-11-04 19:59
papering
阅读(488)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Overengineering Overengineering (or over-engineering) is the designing of a product to be more robust or complicated tha
阅读全文
posted @ 2016-11-04 19:49
papering
阅读(265)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Hard_coding Considered an anti-pattern, hard coding requires the program's source code to be changed any time the input
阅读全文
posted @ 2016-11-04 19:35
papering
阅读(175)
推荐(0)
posted @ 2016-11-04 13:24
papering
阅读(161)
推荐(0)
摘要:
THE ARCHITECTURE OF COMPLEXITY HERBERT A. SIMON* Professor of Administration, Carnegie Institute of Technology (Read April 26, 1962)
阅读全文
posted @ 2016-11-04 13:15
papering
阅读(171)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Greedy_algorithm
阅读全文
posted @ 2016-11-04 12:57
papering
阅读(147)
推荐(0)
摘要:
大话数据结构 线性表 linear list n个数据元素的有限序列 线性链表:每个节点只包含一个指针域 循环链表 circular linked list O(1) 将2个线性表合并成一个表,仅需将一个表的表尾和另一个表的表头相接:仅需改变2个指针值即可。 双向链表 double linked l
阅读全文
posted @ 2016-11-04 12:52
papering
阅读(425)
推荐(0)
摘要:
大话数据结构存放线性表数据空间一段连续的存储单元,需预分配存储空间,元素个数受限一组任意的存储单元,反, ,反时间查O(1)-O(n)增删O(n)-O(1)APP0:在游戏开发中,用户注册信息,多读取--玩家武器装备列表,随时增删1:当线性表元素个数变化较大或未知时。
阅读全文
posted @ 2016-11-03 23:52
papering
阅读(213)
推荐(0)
摘要:
情景描述ONLYstore_name+AdWord基础表数据表 BASE_TABLEAdWord food drink1w1 1f1 1d12w2 2f_ 2d_3w1 3f_ 3d_4w_ 4f99 4d_三个字段,联合起来具有唯一性_标识任意数字抓取数据结果表 DATA_TABLEurl pag
阅读全文
posted @ 2016-11-01 18:01
papering
阅读(144)
推荐(0)
摘要:
https://zh.wikipedia.org/wiki/数字信号 数字信号可以有多重的含义。它可以用来表示已经数字化的离散时间信号,或者表示数字系统中的波形信号。 离散时间信号 数字信号(Digital signal)是离散时间信号(discrete-time signal)的数字化表示,通常可
阅读全文
posted @ 2016-11-01 13:29
papering
阅读(1259)
推荐(0)
摘要:
小结: 1、 功率半导体器件又可根据对电路信号的控程度分为全型 、半控型及不可;或按驱动电路信号 性质分为电压驱动型 、电流驱动型等划分类别 电流驱动型等划分类别 电流驱动型等划分类别 。 看完这篇,请不要再说不懂MOSFET!--科普知识 http://www.ime.cas.cn/icac/le
阅读全文
posted @ 2016-11-01 13:24
papering
阅读(925)
推荐(0)
摘要:
小结: 1、 半导体器件可以通过结构和材料上的设计达到控制电流传输的目的,并以此为基础构建各种处理不同信号的电路。这是半导体在当前电子技术中广泛应用的原因。 2、 由化学键结的观点来看,获得足够能量、进入导电带的电子也等于有足够能量可以打破电子与固体原子间的共价键,而变成自由电子,进而对电流传导做出
阅读全文
posted @ 2016-10-31 20:06
papering
阅读(512)
推荐(0)
摘要:
电机的旋转原理 - 电源设计电子电路基础电源技术信息网站_罗姆电源设计R课堂 https://techclass.rohm.com.cn/knowledge/motor/basics/basics-02/49 电机的发电原理 - 电源设计电子电路基础电源技术信息网站_罗姆电源设计R课堂 https:
阅读全文
posted @ 2016-10-31 12:21
papering
阅读(299)
推荐(0)
摘要:
思维 <?php$w = 123;$wb = $w;$w = 456;echo $wb;?><script type="text/javascript"> var w = 123; var wb = w; w = 456; alert(wb); var arr = [14, 23, 100, 4,
阅读全文
posted @ 2016-10-28 23:48
papering
阅读(200)
推荐(0)
摘要:
https://zh.wikipedia.org/zh-cn/网段 在以太网环境中,一个网段其实也就是一个冲突域(碰撞域)。同一网段中的设备共享(包括通过集线器等设备中转连接)同一物理总线,在这一总线上执行CSMA/CD(载波监听多路访问/冲突检测)机制。不同网段间不共享同一物理层,因此不会跨网段发
阅读全文
posted @ 2016-10-28 14:32
papering
阅读(285)
推荐(0)
posted @ 2016-10-28 13:28
papering
阅读(172)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Pointer_(computer_programming) In computer science, a pointer is a programming language object, whose value refers to (o
阅读全文
posted @ 2016-10-27 23:52
papering
阅读(354)
推荐(0)
摘要:
Code.Complete.Second.Edition 2004 Bachman compared the Ptolemaic-to-Copernican change in astronomy to the change in computer programming in the early
阅读全文
posted @ 2016-10-27 00:01
papering
阅读(145)
推荐(0)
摘要:
1 '; 20 21 //??? 22 if ($rgbarray['red'] < 125 || $rgbarray['green'] < 125 || 23 $rgbarray['blue'] < 125 24 ) { 25 $data[$i][$j] = 1; 26 } el...
阅读全文
posted @ 2016-10-26 13:31
papering
阅读(707)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Grayscale https://zh.wikipedia.org/wiki/灰度图像 In photography and computing, a grayscale or greyscale digital image is an
阅读全文
posted @ 2016-10-26 12:44
papering
阅读(1173)
推荐(0)
posted @ 2016-10-26 09:06
papering
阅读(189)
推荐(0)
摘要:
https://zh.wikipedia.org/wiki/二值化 二值化是图像分割的一种方法。在二值化图象的时候把大于某个临界灰度值的像素灰度设为灰度极大值,把小于这个值的像素灰度设为灰度极小值,从而实现二值化。 根据阈值选取的不同,二值化的算法分为固定阈值和自适应阈值。 比较常用的二值化方法则有
阅读全文
posted @ 2016-10-26 09:04
papering
阅读(460)
推荐(0)