搜索资源列表
cardpicker
- Simulates a shuffled deck of 52 cards. Program shuffles the deck and prints out all the cards using the value and the suit. Functions provided to pull cards from the pack one by one-Simulates a shuffled deck of 52 cards. Program shuffles the de
snaker
- 提供linux下的终端型贪吃蛇游戏代码和在51单片机上的贪吃蛇代码(都经过测试) 文档中的snake51.c为在51单片机上的贪吃蛇代码,此代码经过测试运行。 文档中的snake_curses.c为在linux系统中基于ncurses库编写的贪吃蛇代码,也经过测试运行。编译时用命令 gcc snake_curses.c -o snake -lcurses 即可生成可执行文件snake,可在linux下的终端运行 文档中的prints为在单片机的8x8led阵列上现实蛇身体点的函数
cardpicker
- Simulates a shuffled deck of 52 cards. Program shuffles the deck and prints out all the cards using the value and the suit.Functions provided to pull cards from the pack one by one-Simulates a shuffled deck of 52 cards. Program shuffles the deck and
java实习
- 1、用控制台输入输出 完成剪刀石头布 游戏 2、用控制台完成 彩票号码生成器 3、完成简单版猜数字游戏,生成100内数字,用户输入,提示大了或小了,次数可调整 4、用户控制台输入年份月份,在控制台打印该月的月历(use the console input and output to complete the scissors stone cloth game Use the console to complete the lottery number generator complet