05 2015 档案

摘要:在matlab中编译C++程序,首先要配置编译器>> mex -setupPlease choose your compiler for building external interface (MEX) files:Would you like mex to locate installed co... 阅读全文
posted @ 2015-05-31 11:12 陆草纯 阅读(2451) 评论(1) 推荐(0) 编辑
摘要:Exercise:Softmax Regression习题的链接:Exercise:Softmax RegressionsoftmaxCost.mfunction [cost, grad] = softmaxCost(theta, numClasses, inputSize, lambda, dat... 阅读全文
posted @ 2015-05-08 21:24 陆草纯 阅读(342) 评论(0) 推荐(0) 编辑
摘要:Reverse Linked ListReverse a singly linked list.click to show more hints.Hint:A linked list can be reversed either iteratively or recursively. Could y... 阅读全文
posted @ 2015-05-06 19:35 陆草纯 阅读(3148) 评论(0) 推荐(0) 编辑
摘要:Remove Linked List ElementsRemove all elements from a linked list of integers that have valueval.ExampleGiven:1 --> 2 --> 6 --> 3 --> 4 --> 5 --> 6,va... 阅读全文
posted @ 2015-05-01 10:13 陆草纯 阅读(1853) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示