slider

还是菜鸟
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

05 2013 档案

摘要:1.download source : http://golang.org/doc/Installed , here i haved file named 'go1.1.linux-386.tar.gz' , decompress it.2.To build the Go distribution, run$ cd go/src$ ./all.bash(To build under Windows use all.bat.)If all goes well, it will finish by printing output like:ALL TESTS PASSED---In 阅读全文

posted @ 2013-05-22 21:14 slider 阅读(275) 评论(0) 推荐(0)

摘要:// Globals which should be set before calling this function: // // int polySides = how many corners the polygon has // float polyX[] = horizontal coordinates of corners // float polyY[] = vertical coordinates of corners // float x, y = point to be tested // // (Globals are used ... 阅读全文

posted @ 2013-05-03 10:06 slider 阅读(301) 评论(0) 推荐(0)