线的布置 有些飞线特殊显示,如VCC、GND等 1. Edit -> Properties -> Find标签-> Net -> More 2. 选中需要特殊处理的线->Apply,这样选中的线高亮显示 3. 在Edit Property菜单栏中,Ratsnes...
分类:
其他好文 时间:
2015-08-18 19:00:55
阅读次数:
274
Contemplation! AlgebraGiven the value of a+b and ab you will have to find the value of an + bnInputThe input file contains several lines of inpu...
分类:
其他好文 时间:
2015-08-18 18:59:27
阅读次数:
104
leetcode -Single Number IIGiven an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should ...
分类:
其他好文 时间:
2015-08-18 18:48:10
阅读次数:
99
Dungeon MasterTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 21230Accepted: 8261DescriptionYou are trapped in a 3D dungeon and need to find ...
分类:
其他好文 时间:
2015-08-18 18:46:07
阅读次数:
112
find the safest roadTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 9224Accepted Submission(s): 3...
分类:
其他好文 时间:
2015-08-18 18:34:37
阅读次数:
142
题目:Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the BST.According to thedefinition of LCA on Wikipedi...
分类:
其他好文 时间:
2015-08-18 18:30:36
阅读次数:
121
Max Points on a LineGivennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.对点遍历,找到对每个点共线的最大点数,所有点的最大值即是全局最大值...
分类:
其他好文 时间:
2015-08-18 18:21:54
阅读次数:
96
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他好文 时间:
2015-08-18 18:02:56
阅读次数:
198
leetcode -Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a li...
分类:
其他好文 时间:
2015-08-18 15:56:19
阅读次数:
113
Description:Given a tree (a connected graph with no cycles), you have to find the farthest nodes in the tree. The edges of the tree are weighted and u...
分类:
其他好文 时间:
2015-08-18 15:53:15
阅读次数:
157