摘要:
#include <stdio.h> #include <stdlib.h> int main() { for (float y = 1.5f; y > -1.5f; y -= 0.1f) { for (float x = -1.5f; x < 1.5f; x += 0.05f) { float a 阅读全文
posted @ 2016-05-30 00:32
猿小祎
阅读(781)
评论(0)
推荐(0)
摘要:
#include <windows.h>//编译环境:VC6.0void hide_cursor(){ CONSOLE_CURSOR_INFO cursor_info = {1, 0}; //0代表光标不可见 SetConsoleCursorInfo(GetStdHandle(STD_OUTPUT_ 阅读全文
posted @ 2016-05-30 00:00
猿小祎
阅读(236)
评论(0)
推荐(0)

浙公网安备 33010602011771号