搜索资源列表
61-80
- vc灵感编程范例源代码 61 应用程序中运行其它程序 62 隐藏应用程序 63 获取文件的相关信息 64 删除文件 65 文件对话框的使用 66 My Archive 67 获得各种目录 68 获取并改变系统时间 69 GetDirInfo 70 PrintDemo 71 Context Help 72 MyBar 73 MyDate 74 Mouse 75 局域网中的文件拷贝 76 Comp Name 77 Name2Ip 78 Ip
weizishibie
- mydate.dat为字库先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字和简单汉字 如要识别复杂汉字,请先用学习功能-mydate.dat Click on the first character of the file, open point, Reading into the character study of character has been preserv
charactersidentificaton
- mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能 -mydate.dat Click on the first character of the file, open spots, Reading into the character study of character has been preserv
hanzishibie_c
- mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能-mydate.dat Click on the first character of the file, open spots, Reading into the character study of character has been preserved
ailvlv
- mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能 -mydate.dat Click on the first character of the file, open spots, Reading into the character study of chara
MyDate
- 关于日期的各种操作的C++的程序-date on the various operational procedures for the C
character_recgonize
- 字符识别程序 mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能 向原作者致敬!
mydate_src
- MyDate objects can be created using the default constructor, or with the overloaded constructor which takes a date in the DD/MM/YYYY format as its argument. A MyDate object created using the default constructor will
MyDate
- 面向对象程序设计中很常用的类的一个例子,功能简单
pattern
- 汉字识别 英文字符、汉字识别源代码! mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能
MyDate
- 简单介绍日期控件的使用,在EDIT控件中取得你所选去的日期
汉字识别
- mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能-mydate.dat Click on the first character of the file, point open, read character study has been preserved automatic font keyboard characters,
MyDate
- 简单介绍日期控件的使用,在EDIT控件中取得你所选去的日期-Simple control of the use of the date of introduction, in the EDIT control to achieve your chosen date
mydate
- 检查闰年的方法 class MyDate { private static int[] Months=new int[13]{0,31,28,31,30,31,30,31,31,30,31,30,31} private int year private int month private int day //公有的方法,对外提供的服务 public MyDate() {
MyDate.java
- /*定义日期类MyDate,包括: 静态属性: 三个public、final型整型常量 uk=0 ac=1 cn=2 一个public整型变量dateType。 (dateType取值uk, ac或cn表示日期显示格式) 实例属性:年、月、日 实例方法:适当的构造方法; 根据dateType显示日期的方法。主函数创建两个日期实例,用uk, ac, cn三种格式显示这两个
Mydate
- java 封装的日期类 Mydate.class 求昨天 明天 星期函数-java Mydate.class yesterday tomorrow week
mydate
- 1、 设计一个时间类MyDate:(日期均大于1900年) a、 其中包括年、月、日、时、分、秒。其他成员变量可根据需要增设; b、 可以获得时间的年、月、日、小时、分钟、秒数; c、 计算日期的dayOfWeek(星期几); d、 //实现日期加减一个整数后得到新的日期(加减天数); e、 输入任意一个月份,将此月的日历输出(按星期格式); f、 输入任意年份,将此年的年历输出; g、 实现两个时间相减得
MyDate
- 基于Android ——MyDate 好看的日历,效果明显。应用程序编程源码,很好的参考资料。-Android-- Based on MyDate nice calendar, obvious effect. Application programming source code, a good reference.
MyDate
- 定义一个日期类MyDate,至少具有私有成员变量:year、month、day,以及成员方法setYear、getYear等(具体隐藏实现方法,用于设置、获取成员变量)、isRunyear(boolean型,判断当前对象保存的年是否为闰年)、print(打印日期对象的年\月\日信息)。-Define a date class MyDate, at least with private member variables: year, mo
MyDate
- MyDate是一个自己写的日期类,用于实现各种日期操作。可以帮助你深入理解日期类内部原理。-MyDate is to write a date class, used to achieve a variety of date of operation. Can help you understand the depth of internal principle date class.