搜索资源列表
MyImageFilter
- JAVA编程,读取jpg,bmp图像,并进行过滤,可实现照片的底片效果,是一个不错的工具-JAVA programming, reading jpg, bmp images, and filtering can realize the negative effects of photographs, is a good tool
ATM
- 一.TM柜员机模拟程序,其功能为: 当输入给定的卡号和密码(初始卡号和密码为123456)时,系统能登录ATM柜员机系统,用户可以进行: 1 查询余额:初始余额为10000元 2 ATM取款:每次取款金额为100的倍数,总额不超过5000元,支取金额不允许透支。 3 ATM存款:不能出现负存款。 4 修改密码:新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码。 -1. TM ATM simulat
LargeIntegerOpertion
- 这是一个用java编写的大整数加减的算法,可以输出负数,绝对正确可用。-This is a arithmetic of large integer opertion and can print negative number.
jisuanqi
- 基于Jcreator的计算器小程序,用到了动作事件监听器和对浮点数的处理及对负号和减号的区别,注释详细-Calculator based on small Jcreator procedures, use the action event listener and the handling of floating point and negative sign and a minus sign difference between the detailed notes
NNMFSearchResultClusteringSource
- non-negative matrix factorization
two35
- 该程序可以读入5个整数,并且判断并输出负数,正数,和零的个数-The program can be read into the integer 5, and to determine and output the number of negative, positive, and zero
1
- 一.TM柜员机模拟程序,其功能为: 当输入给定的卡号和密码(初始卡号和密码为123456)时,系统能登录ATM柜员机系统,用户可以进行: 1 查询余额:初始余额为10000元 2 ATM取款:每次取款金额为100的倍数,总额不超过5000元,支取金额不允许透支。 3 ATM存款:不能出现负存款。 4 修改密码:新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码。 -1. TM ATM simulation program,
IP
- java programs used to obtain negative of an image, avg filter and transperancy
number_J2
- 當輸入字串中,以空格區隔開每一個單位字串,而輸出結果為int(正負號) double(正負號) string,進行單位字串的切割-When the input string to a space separates each unit of a string, while the output of the result is int (the sign) double (positive or negative number) string, for string cutting unit
jQueryAjaxGuestbook
- jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。
SkipList
- A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency comparable to balanced binary se
Java_utilities
- 3 Useful utilities for any Java Programmer: 1. Random Number Generator Method - can generate random numbers in any interval even negative numbers. Changing (int) to (float) will give you float randoms. 2. isNarcissistic - Checks if a number is na
daima
- java实现的模拟ATM机系统 使用图形用户界面。当输入给定的卡号和密码(初始卡号和密码为123456)时,系统能登录ATM柜员机系统,用户可以按照以下规则进行: 1、查询余额:初始余额为10000元 2、ATM取款:每次取款金额为正数,总额不超过5000元,支取金额不允许透支。 3、ATM存款:不能出现负存款。 4、修改密码:新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码 -java imp
seqlist
- 实现了可视化计算器,有 正负号计算,小数点,退格-Achieved a visual calculator, there are positive and negative numbers calculation, the decimal point, backspace
convert-project
- 能够把输入的数字转化成二进制数并且输出,对正数负数均适用-Be able to enter a number into a binary number and the output of the positive negative are applicable to
jisuanqi
- 计算器功能比较简单,界面比较清爽,能进行十进制的加、减、乘、除、求倒数和负数功能,后来加上能实现“sin” “cos” “tan” “pow” 功能,clear表示初始化。-Simple calculator functions, interface cleaner, can be decimal add, subtract, multiply, divide, find the inverse and negative features, was added to achieve "
celiangchengxu
- 这是一款测量程序,使用J2ME编写,可以在手机上用行的,坐标正反算程序。-This is a measurement program, written using the J2ME, you can use the phone line, the coordinates of the positive and negative computer program.
JAVAScript
- 用JAVA编写一个简单的计算器代码,可以进行正负数,小数的简单四则混合运算-With JAVA write a simple calculator code, can be positive and negative numbers, decimal Four simple mixing operation
WindowBox.java
- 使用图形用户界面。当输入给定的卡号和密码(初始卡号和密码为123456)时,系统能登录ATM柜员机系统,用户可以按照以下规则进行: (1)查询余额功能:初始余额为10000元 (2)ATM取款功能:每次取款金额为100的倍数,总额不超过5000元,支取金额不允许透支。 (3)ATM存款功能:不能出现负存款。 (4)修改密码:新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码 -Using a graph
FrontEnd_CC
- generate positive and negative association rules