
mxnet是最近火的不行的一个深度学习的框架,支持好多好多语言,有好多好多大牛在写。 ...
mxnet是最近火的不行的一个深度学习的框架,支持好多好多语言,有好多好多大牛在写。 ...
玩iOS的好东西。 ...
UIViewController的loadView ...
“Detected an attempt to call a symbol in system libraries that is not present on the iPhone”
在尝试复制《IPhone Game Development》的例子时遇到了这个错误,似乎应该是Simulator 4.1对SDK 4.1的支持有问题。把Simulator的版本换作4.0.1就行了。 ...
按照《IPhone Game Development》开始学习Game Development。
当在一个Game Loop中进行Update和Render时,都需要得到CGContextRef画图形。如果直接调用Update和Render,
在其中调UIGraphicsGetCurrentContext()就会报Invalid Context。 ...