CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LEAp

搜索资源列表

  1. dingdan

    0下载:
  2. 当前国际社会和国内正处在信息化的高潮之中,信息管理是人类社会继工业化之后一次新的产业革命,将实现社会生产力的新飞跃,信息管理已经成为现代社会组织生存与发展以至整个国家、民族独立与富强的战略资源。积极、合理开发和科学、有效利用管理信息,对于社会发展具有重要意义 订单管理是每所公司或工厂必须面对的工作,特别这几年,我国加入WTO,随着国家政策的调整,给企业的订单管理,商品的进存销都带来了不少冲击。但一直以来用传统人手方式管理文件档案,这种管理方式存在许多缺点:效率低,保密性差,另外随着进货数量
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1460562
    • 提供者:DZ
  1. automatically-determine

    0下载:
  2. 输入一个年份程序自动判断是否是闰年的小程序!-Enter a year is a leap year program to automatically determine whether a small program!
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1695
    • 提供者:杨小宇
  1. ASM-Program

    0下载:
  2. 1:判断闰年程序 2:产生随机数并计算程序 3:计算平台长度程序 4:加减乘除运算 5:数字方阵程序 6:数据加密程序 7:代码转换程序 8:键盘录入数据的转换与显示 9:音乐演奏 10:显示色彩矩形块 11、12:字符图形程序 13:图形变换 14、15:动画 16:打字练习 17:打字计时练习 18:系统时间显示 19:显示日期时间 20:七段电子表显示 21:简易文本编辑器 22:磁盘文件读写 23:成绩管理 24、25:pc机通信 26:钟表显示 27:霓虹灯模拟显示-1: Determ
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:4689
    • 提供者:dandan
  1. HT1380

    0下载:
  2. H1380 是一个带秒分时日日期月年的串行时钟保持芯片每个月多少天以及闰年能自动调节低功耗工作方式-H1380 is a month with a second time-sharing at the date of the serial clock to keep the chip in the number of days each month and leap year automatically adjust the low-power work
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1212
    • 提供者:王淞
  1. Month

    0下载:
  2. VC控制台应用程序实现闰月查询带可执行文件也可直接使用-VC console application executable file to achieve the leap queries can also be used directly
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:158596
    • 提供者:wencheng
  1. runyear

    0下载:
  2. Vc控制台应用程序环境为VC++6.0带可执行文件可直接使用实现闰年查询-Vc console application with VC++6.0 environment for executable query can be directly used to achieve a leap year
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:7510
    • 提供者:wencheng
  1. rn

    0下载:
  2. 求一个年份是否是闰年,比较简单,仅供学习只用-Ask whether a year is a leap year, relatively simple, only to learn only
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:115749
    • 提供者:荆家振
  1. perpetual-calendar

    0下载:
  2. 自己编写的简单C++万年历程序,里面包含三个程序,另外该程序还可以判断某一年是否为闰年。- have written a simple C++ calendar program, which includes three programs, while the program can determine whether a particular year a leap year.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:12696
    • 提供者:马珂
  1. whichday

    0下载:
  2. 一个经典的时间算法,可以计算出今天是公园元年后的那一天,可以算出瑞年和非闰年的,同时还具有容错功能,完全c语言编写!-A classic time algorithm can calculate the park today is the day after the first year, can be calculated and non-leap year in Sweden, but also fault-tolerant, fully c language!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:734
    • 提供者:韩阳
  1. runnian

    0下载:
  2. 本程序是基于汇编语言编写的简单的判断闰年的程序,此程序简单便捷易于应用,可应用到日常生活中闰年的判断,也可用在万年历的制作中。-This procedure is based on a simple assembly language program to determine leap year, this program simple and convenient user-friendly and can be applied to daily life to determine leap
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:84996
    • 提供者:lily
  1. package-w

    0下载:
  2. 实现判断用户通过键盘输入的年份是否是闰年。-Determine the user through the keyboard input to achieve the year is a leap year.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2696
    • 提供者:贠珊
  1. mydate

    0下载:
  2. 检查闰年的方法 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() { year=1900 month=1
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1331
    • 提供者:Maple
  1. java

    0下载:
  2. 由用户输入一个年份,如果该年份是闰年则程序输出true,否则程序输出false.-By the user to enter a year, if the year is a leap year, the program outputs true, otherwise the program output false.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:谭轩
  1. asm

    0下载:
  2. 经典的汇编程序21个实例(判断闰年,计算器等),适合初学者-21 classic instance of the assembly process (to determine leap year, calculators, etc.), suitable for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:247410
    • 提供者:
  1. fy

    0下载:
  2. 飞跃北极数学模型数学建模问题希望大家-Mathematical model of the Arctic leap hope you take a look at the problem of mathematical modeling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:384741
    • 提供者:问问
  1. the-day-of-year

    0下载:
  2. the day of year是指这一年已经逝去的天数(包括当天) 。在平年中,它的取值范围为 1 到 365,在闰年中,它的取值范围 1到 366。编写一个 MATLAB 程序,输入年,月,日, 输入为对应的 the of year。 -the day of year is the year the number of days have been lost (including the day). In the average year, it ranges from 1 to 36
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4115
    • 提供者:gege
  1. calendar

    0下载:
  2. 用C语言实现一个简单的日历,输入日期,判断该年是否是闰年,然后查询出该天是星期几。-In C language to implement a simple calendar, enter the date, to determine whether the year is a leap year, then check out the day of the week.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1268
    • 提供者:Joe
  1. DateHelper

    0下载:
  2. 一个日期处理类,提供处理日期间隔、计算闰年等方法-A date handling classes, to provide processing date interval calculation methods such as leap year
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3165
    • 提供者:xihan
  1. C-P-P-small-questions

    0下载:
  2. C++ 基本练习小题目,包括求闰年,输出素数等一系列用C++实现的代码。-C++ small questions, the basic practice of small topics, including seeking a leap year, the output of prime numbers, and a series of implementation in C++ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3031
    • 提供者:Spring shine
  1. 01

    0下载:
  2. 该程序主要实现了判断那一年是闰年、平年的功能。-The procedure to determine the main achievement of the year is a leap year, leap year function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:419024
    • 提供者:zfy
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 32 »
搜珍网 www.dssz.com