搜索资源列表
DelphiNumeric
- Numeric Programs
StringTest.rar
- 编写一个Java应用程序,实现如下功能: 1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”; 2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同; 3)按字典顺序比较两个字符串”你”和”我”的大小关系; 4)将数字型字符串”100”和”123.678”转换为数字; 5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏
109_jvk_src
- 用Javascr ipt在网页上虚拟键盘的源码,包含104计算机键盘,银行数字键盘,Pos机键盘等等,非常实用。-Using Javascr ipt in the pages of the source virtual keyboard, including 104 computer keyboard, numeric keypad Bank, Pos Keyboard and so on, very useful.
PPT(JavaScript)
- 熟悉Javascr ipt的数据类型: 数值型、字符型、逻辑型、空值 掌握Javascr ipt的表达式与运算符 掌握Javascr ipt控制语句、内部对象 掌握Javascr ipt自定义对象-Familiar with the Javascr ipt data types: numeric, character, logic type, null values have Javascr ipt expressions and operators have
Key
- 一个例子,在网页上显示一个数字键盘和密码输入框,并可输入。-An example of a Web page displayed on a numeric keypad and a password input box, and can be entered.
ASortSoftware
- 排序软件,实现了基本数据类型(字符串、数值)、结构、对象、文件的排序。数据的获取可由键盘直接输入或从其他软件获取(Word文档或excel文件),排序后文件可保存到Word文档或excel文件,实现了用Java操作Microsoft office软件。-Sort software, to achieve the basic data types (strings, numeric), structure, object, document sorting. Access to the data
Numericos
- A Method that resolves lineal ecuations in netbeans java with numeric methods
javasjlx
- JAva基本的数据类型和基本操作相关源代码打包,像一些标识符、变量、赋值语句和赋值表达式、算术运算符、数值类型转换、字符数据类型及其运算、特殊字符的转义序列表示、字符型char数据与数值型数据之间的转换、从输入对话框获取输入、计算贷款支付额、整钱兑零、显示当前时间、适当的注释和注释风格、缩进和空白等内容,在源代码中都有所体现。 -JAva basic data types and basic operations related to the source code package, lik
ComputeTax
- JAva基本的数据类型和基本操作相关源代码打包,像一些标识符、变量、赋值语句和赋值表达式、算术运算符、数值类型转换、字符数据类型及其运算、特殊字符的转义序列表示、字符型char数据与数值型数据之间的转换、从输入对话框获取输入、计算贷款支付额、整钱兑零、显示当前时间、适当的注释和注释风格、缩进和空白等内容,在源代码中都有所体现。 -JAva basic data types and basic operations related to the source code package, lik
JS
- 各种javascr ipt验证效果 数字 字符 字母 小数点 验证 另附滚动字幕 封装好的类-Javascr ipt validate numeric characters of various effects of the decimal point verification letter attached marquee packaged class
Validate1
- This is a javascr ipt validation. Form data that typically are checked by a Javascr ipt could be: * has the user left required fields empty? * has the user entered a valid e-mail address? * has the user entered a valid date? * has th
java
- 用户猜0-100内的随机数,应具备以下3个功能。 1。根据输入内容输入提示:太大、太小、或者答对了; 2。输入0能随时退出游戏; 3。 输入非数字时,能处理抛出的异常,并继续游戏。-Users to guess the random number 0-100, shall have the following three features. 1. According to input the input Note: too big, too small, or correct answers
number
- 本java代码为数字混合代码,用于完成对数字的排列混合等功能 -The Java code for numeric mix of digital code, used to complete the arrangement of mixing function
numeric-clock
- 用JAVA实现的漂亮的数字时钟,用paint方法重绘界面,实例化日历对象得到时,分,秒-A beautiful numeric clock programmed by Java
import-java
- 小型计算器,实现简单的计算,有菜单,功能键,数字键盘区域定义,计算方法-Small calculators,Simple calculation,Menus, function keys, numeric keypad area defined,Calculation method
TestProject
- 编写实现一个模拟手机的图形用户界面,包括一个显示区和一个键盘区,显示区用来显示数字和信息,键盘区包括10个数字键(0~9)和“发送”、“清零”、“关机”三个命令键。考虑使用什么样的图形界用户界面布局策略。 为所编写的界面增加事件响应功能:当用户按数字键时,相应的数字回显在显示区上;当用户按“清零”键时,显示区的数字清空;当用户按“发送”键时,显示区中出现当前的号码和“拨号中......”的信息;当用户按关机键时结束程序。 -Writing implement a simulation o
Calculette
- 这是我在大学波尔多1类PROJET。我professieur Mr.Baudon创世这些代码给Java结构hashtree的例子。这是评估一个数值表达式,实现了类计算器。-This is to achieve a class calculator evaluating a numeric expression. Prefixed expressions are used to facilitate analysis: no priority no assoc
Main
- 儲存畫面當前數值資料,可於下次執行時載入先前畫面,並加以編輯-Save screen numeric data can be loaded the next time you run the previous screen, and edit them
Color
- 本程序为一个调色的小程序 以RGB值不同显示出各种颜色 方向键和数字键1、2控制RGB的增减 数字键3显示模式(填充、边框) 数字键4随机一个颜色 数字键5,6显示动画 回车,然后键入3个0~255的数字空格隔开,再次回车-The program a palette applet RGB values shows the variety of colors the arrow keys and numeric
StringExample
- 写一个Java应用程序,判断两个字符串是否相同,判断字符串的前缀、后缀是否和某个字符串相同,按字典顺序比较两个字符串的大小关系,检索字符串,创建字符串,将数字型字符串转换为数字,将字符串存放到数组中,用字符数组创建字符串-Write a Java application to determine whether two strings are the same judgment string prefix, suffix and a string compare two strings lexi