LoKwongho

mm

2018年11月11日 #

Chapter14 糖酵解 糖异生 戊糖途径

摘要: 糖酵解 一、 1、总览 产生丙酮酸 产生两个ATP 产生两个NADH 产生丙酮酸 产生两个ATP 产生两个NADH 丙酮酸的去路: 产生乙醇 产生乳酸 乙酰辅酶A 参与其他合成 2、氧化磷酸化和之后的底物水平磷酸化是一个藕联过程 3、能量存在丙酮酸中 4、磷酸化中间体的重要意义 防止中间产物出胞 为 阅读全文

posted @ 2018-11-11 15:21 iojafekniewg 阅读(2742) 评论(0) 推荐(0) 编辑

2018年11月10日 #

1093 Count PAT's

摘要: The string APPAPT contains two PAT's as substrings. The first one is formed by the 2nd, the 4th, and the 6th characters, and the second one is formed 阅读全文

posted @ 2018-11-10 22:18 iojafekniewg 阅读(155) 评论(0) 推荐(0) 编辑

1098 Insertion or Heap Sort

摘要: According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted output list. Each iteration, insert 阅读全文

posted @ 2018-11-10 15:29 iojafekniewg 阅读(142) 评论(0) 推荐(0) 编辑

2018年11月9日 #

1101 Quick Sort

摘要: There is a classical process named partition in the famous quick sort algorithm. In this process we typically choose one element as the pivot. Then th 阅读全文

posted @ 2018-11-09 14:41 iojafekniewg 阅读(176) 评论(0) 推荐(0) 编辑

1105 Spiral Matrix

摘要: This time your job is to fill a sequence of N positive integers into a spiral matrix in non-increasing order. A spiral matrix is filled in from the fi 阅读全文

posted @ 2018-11-09 10:52 iojafekniewg 阅读(212) 评论(0) 推荐(0) 编辑

2018年11月8日 #

1111 Online Map (30 分)

摘要: 1111. Online Map (30)Input our current position and a destination, an online map can recommend several paths. Now your job is to recommend two paths t 阅读全文

posted @ 2018-11-08 21:14 iojafekniewg 阅读(363) 评论(0) 推荐(0) 编辑

1109 Group Photo

摘要: Formation is very important when taking a group photo. Given the rules of forming K rows with N people as the following: The number of people in each 阅读全文

posted @ 2018-11-08 11:00 iojafekniewg 阅读(324) 评论(0) 推荐(0) 编辑

2018年11月7日 #

1114 Family Property

摘要: This time, you are supposed to help us collect the data for family-owned property. Given each person's family members, and the estate(房产)info under hi 阅读全文

posted @ 2018-11-07 20:11 iojafekniewg 阅读(333) 评论(0) 推荐(0) 编辑

2018年11月5日 #

N-Queens n皇后问题

摘要: 八皇后问题:规则是皇后不能处于对角线,切皇后不能挨着递归回溯法 求八皇后问题解的个数 1 #include 2 #include 3 using namespace std; 4 const int maxn = 1003; 5 6 int n,sum = 0; 7 vector a; 8 9 bool isValid(int k,int i){ 10 bool ... 阅读全文

posted @ 2018-11-05 14:12 iojafekniewg 阅读(223) 评论(0) 推荐(0) 编辑

1129 Recommendation System

摘要: Recommendation system predicts the preference that a user would give to an item. Now you are asked to program a very simple recommendation system that 阅读全文

posted @ 2018-11-05 12:46 iojafekniewg 阅读(171) 评论(0) 推荐(0) 编辑

导航

My Email guangho2743##foxmail.com : )