搜索资源列表
jspnetcode
- 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与Javascr ipt交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序
guess
- 一个猜单词游戏,用于课程设计的小程序,通过你尝试猜每个字母,最后猜出单词,看你用的次数
5040309566_03
- c环境下编译的猜字母游戏,直接可以运行,txt文件里是源代码
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014
WL40987330 C语言算法集
目录
第一部分 基础篇
001 第一个C程序
002 运行多个源文件
003 求整数之积
004 比较实数大小
005 字符的输出
006 显示变
猜单词游戏
- 一个猜单词游戏。两人游戏时,由一个玩家给出一个单词,在人与计算机游戏时,由计算机给出一个单词,另一个玩家根据组成单词的字母个数猜出单词,猜的次数可以指定,若猜不中,显示一个上吊的人形。 改进要求: 1、将猜单词的函数与相应的数据封闭到类中,并改写程序,使程序简化。 2、根据所猜单词的字母个数,给出指定几率的提示字母,显示于单词中的正确位置。 3、在进入猜单词的过程后,首先显示菜单询问是开始猜单词还是修改设置,默认的修改次数为4,默认显示
jspnetcode
- 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与Javascr ipt交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序
guess
- 一个猜单词游戏,用于课程设计的小程序,通过你尝试猜每个字母,最后猜出单词,看你用的次数-A guess the word game, for the curriculum design of small procedures, through you, try to guess each letter, and finally to guess the word and see you use the number of
5040309566_03
- c环境下编译的猜字母游戏,直接可以运行,txt文件里是源代码-c environment compiled guess letters games, can run directly, txt file is the source code
c5
- 1时间函数举例4,一个猜数游戏,判断一个人反应快慢。 2有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列)输出到一个新文件C中。-A function of time, for example 4, a guess the number of games, judge a person reaction speed. 2 There are two disk files A and B, the s
Project3
- 玩儿地雷游戏 猜字母 连续点击的两个字母相同则翻开 不同则全都盖上重新来 直到把所有的字母打开-A game that played by setting cards up if two cards you picked are the same otherwise no cards will be faced up.And the game ended when all the cards have been faced up!
caizimu
- dos,windows两界面,猜字母小游戏-dos, windows of two interfaces, guess the letters game
LingoSource
- 一个猜字游戏的源代码,主要是给游戏者五次机会来猜五个字母,给定两个字母的前提下。游戏本身具备难度设置,分为低中高三个层次。-ingo is a simple word game that is based on the popular TV game show format of the same name. The idea of the game is to give a player five chances to guess a
hangman
- 通过一个猜字母的游戏,练习perl中的直接量列表、数组、s p l i t、j o i n、上下文和f o r e a c h循环等概念-it`s a word guess game,by which you can practice the concepts array,datasheet,split,join and foreach of perl
game
- 一款猜单词游戏,通过给定一定的次数限制,每次输入一个字母,来猜单词。-one game about guessing the english words
C_guess
- 猜字游戏 (一)程序设计要求 (1)功能要求 ①玩家每次只能猜一个字母;不得多次猜测同一个字母;玩家只能猜错有鮮-Hangman (a) program design (1) functional requirements ① players can only guess one letter not guess the same letter several times players can only guess wrong a
guessChar
- 这是一个用JSP作的一个猜字母小游戏,系统能够自动随机生成一个字母,你如果猜测正确回返回成功,否则可以继续猜测。-This game is a JSP as a guess the letters, the system automatically generates a random letter, and if you guess correctly back to return success, otherwise it can
Demo05
- 简单的猜字母游戏,可以尝试一下,简单的循环,一些java包的方法运用-Simple guessing game alphabet
猜字母游戏
- 随机产生五个、七个或九个字母,用户可以选择游戏等级猜字母(Randomly generated five, seven or nine letters, the user can choose the game level, guess the alphabets.)
猜字母游戏
- 猜字母游戏,当才对数组中的全部5个字母,则正确(Guess the alphabet game, when it's all 5 letters in the array, it's right.)