摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition We have seen that the way data structures are actually stored in a computer’s memory i
阅读全文
posted @ 2016-11-15 06:33
papering
阅读(235)
推荐(0)
posted @ 2016-11-14 23:57
papering
阅读(143)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition An alternative to storing a heterogeneous array in a block of contiguous memory cells
阅读全文
posted @ 2016-11-14 12:35
papering
阅读(244)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition We have already encountered the concept of a pointer in our study of CPUs in Chapter 2
阅读全文
posted @ 2016-11-14 06:01
papering
阅读(302)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition Many modern programming languages include pointers as a primitive data type. That is,
阅读全文
posted @ 2016-11-14 00:24
papering
阅读(202)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition In this chapter we investigate how data arrangements other than the cell-by-cell organ
阅读全文
posted @ 2016-11-12 17:24
papering
阅读(211)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition 耦 两个人一起耕地 one of the benefits of the object-oriented paradigm is that it inherently te
阅读全文
posted @ 2016-11-12 17:09
papering
阅读(234)
推荐(0)
摘要:
https://dev.w3.org/html5/spec-preview/the-img-element.html#attr-img-src The src attribute must be present, and must contain a valid non-empty URL pote
阅读全文
posted @ 2016-11-11 20:26
papering
阅读(242)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Progressive_enhancement Progressive enhancement is a strategy for web design that emphasizes accessibility, semantic HTM
阅读全文
posted @ 2016-11-11 19:40
papering
阅读(208)
推荐(0)
摘要:
http://www.w3schools.com/jsref/event_onload.asp onload is most often used within the <body> element to execute a script once a web page has completely
阅读全文
posted @ 2016-11-11 18:41
papering
阅读(175)
推荐(0)
摘要:
.cursor_hand{ cursor:pointer; }
阅读全文
posted @ 2016-11-11 18:03
papering
阅读(398)
推荐(0)
摘要:
var w_global_obj; var dat = new Date(); var w_golbal_count_millseconds; function w_click_twice(w_current_obj, w_period) { console.log(w_golbal_count_millseconds); var current = dat.getTime();...
阅读全文
posted @ 2016-11-11 17:35
papering
阅读(212)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition A weak form of cohesion is known as logical cohesion. This is the cohesion within a mo
阅读全文
posted @ 2016-11-11 13:24
papering
阅读(319)
推荐(0)
摘要:
Computer Science An Overview _J. Glenn Brookshear _11th Edition In this chapter we explore the problems that are encountered during the development of
阅读全文
posted @ 2016-11-11 12:17
papering
阅读(226)
推荐(0)
posted @ 2016-11-10 19:32
papering
阅读(180)
推荐(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
阅读(204)
推荐(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
阅读(242)
推荐(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
阅读(322)
推荐(0)
摘要:
问题: mysql GROUP BY 返回结果 各个字段所在行
阅读全文
posted @ 2016-11-09 17:41
papering
阅读(128)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Deep_learning
阅读全文
posted @ 2016-11-09 15:55
papering
阅读(148)
推荐(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
阅读(301)
推荐(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
阅读(288)
推荐(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
阅读(274)
推荐(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
阅读(164)
推荐(0)
posted @ 2016-11-08 20:05
papering
阅读(133)
推荐(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
阅读(340)
推荐(0)
摘要:
package topologicalsort /* 现在你总共有 numCourses 门课需要选,记为 0 到 numCourses - 1。给你一个数组 prerequisites ,其中 prerequisites[i] = [ai, bi] ,表示在选修课程 ai 前 必须 先选修 bi
阅读全文
posted @ 2016-11-07 23:56
papering
阅读(437)
推荐(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
阅读(442)
推荐(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
阅读(253)
推荐(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
阅读(413)
推荐(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
阅读(268)
推荐(0)
摘要:
n(n+1)/2 连续自然数 1,2,3.....,n 队列 从中任意取出1至n个相加,可以表示的连续自然数队列中最大的自然数是多少 受“高斯求和--蛇头蛇尾脑图--长方形对角线脑图--苯环发现之旅故事”和“当前最优--贪心算法--greedy algorithms”启发,可得“脑图……眼图”。 拓
阅读全文
posted @ 2016-11-06 00:00
papering
阅读(202)
推荐(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
阅读(509)
推荐(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
阅读(298)
推荐(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
阅读(210)
推荐(0)
posted @ 2016-11-04 13:24
papering
阅读(179)
推荐(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
阅读(200)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/Greedy_algorithm
阅读全文
posted @ 2016-11-04 12:57
papering
阅读(162)
推荐(0)
摘要:
大话数据结构 线性表 linear list n个数据元素的有限序列 线性链表:每个节点只包含一个指针域 循环链表 circular linked list O(1) 将2个线性表合并成一个表,仅需将一个表的表尾和另一个表的表头相接:仅需改变2个指针值即可。 双向链表 double linked l
阅读全文
posted @ 2016-11-04 12:52
papering
阅读(442)
推荐(0)
摘要:
大话数据结构存放线性表数据空间一段连续的存储单元,需预分配存储空间,元素个数受限一组任意的存储单元,反, ,反时间查O(1)-O(n)增删O(n)-O(1)APP0:在游戏开发中,用户注册信息,多读取--玩家武器装备列表,随时增删1:当线性表元素个数变化较大或未知时。
阅读全文
posted @ 2016-11-03 23:52
papering
阅读(229)
推荐(0)