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

搜索资源列表

  1. DFDFS

    0下载:
  2. 万年历查询程序。 功能要求: (1)提供菜:单方式选择 (2)输入年份、月份、日期,计算得到的是这一天据今天有多少天,星期几 -Calendar query process. Functional requirements: (1) food: One way to select (2) Enter the year, month, date, calculated according to today is the day the number of days of the w
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2123
    • 提供者:将解释
  1. shuzitongji

    0下载:
  2. 一本书的页码从自然数1开始顺序编码直到自然数n.书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0.例如,第6页用数字6表示,而不是06或006等.数字计数问题要求对给定的总页码n,计算出书的全部页码中分别用到多少次数字0,1,2,……9。 -Page of a book from the coding sequence of natural numbers starting at 1 until the natural number n. page book arranged acco
  3. 所属分类:Applet

    • 发布日期:2016-01-21
    • 文件大小:1024
    • 提供者:wangfeifei
  1. 8queens

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an ancient and well-known probl
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:342870
    • 提供者:陈财雄
  1. chexiang

    0下载:
  2. 系统应具备的功能: (1)求出由一个编号依次为1,2,……,n的车厢序列可能产生的所有出栈系列; (2)求出有多少种出栈的可能性; (3)对于每个输出序列演示出所有操作序列的变化过程。 -System should have the function: (1) obtained by a number followed by 1,2, ... ..., n the car all the possible sequences of stack series (2) Find
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:982
    • 提供者:刘洋
  1. 156

    0下载:
  2. 八皇后问题是一个古老而著名的问题。该问题是十九世纪著名的数学家高斯1850年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an ancient and well-known problem. The problem is that the nineteenth century the famous mathematician Gauss 1850: Under th
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:542
    • 提供者:gaona
  1. BirthDate

    0下载:
  2. 计算一个人出生到现今一共活了多少天,任意从键盘输入一个人出生日期,输入现今日期,输出已存活天数。-Calculating a person is born alive to the present total number of days, any person from the keyboard to enter a date of birth, date of input current, output has survived the number of days.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:947
    • 提供者:wanqinqin
  1. InvestmentIncome

    1下载:
  2. 输入买入价格和买入数量之后,计算出保本价,也就是多少钱卖出是不赔钱的-Enter the bid price and bid quantity, the calculation of the guaranteed price, which is how much money is not losing money selling
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-16
    • 文件大小:74219
    • 提供者:王世起
  1. eight-queen

    0下载:
  2. 著名的八皇后问题,是回溯算法的典型例题。该问题是19世纪著名的数学家高斯1850年提出:在8*8格的国际象棋上摆放8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-The famous Eight Queens problem, backtracking algorithm is a typical example. The problem is the famous 19th century mathematician Gauss 1850: U
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10798
    • 提供者:毛凯
  1. dllinfo

    0下载:
  2. VC++从Dll中共享数据典型实例,调用Dll进程数,判断当前调用Dll的线程有多少个,都是本源码要实现的功能。-Dll in VC++ to share data from a typical case, call the Dll number of processes to determine the current call Dll number of threads, are the source to achieve the function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:54532
    • 提供者:madud00042
  1. banshan

    0下载:
  2. 设有n座山,计算机与人作为比赛的双方,双方轮流搬山。规定每次搬山的数目不能超过k座,谁搬最后一座谁输。游戏开始时,计算机请人输入山的总数(n)和每次允许搬山的最大数目(k)。然后请人先开始,人输入了需要搬走的山的数目后,计算机马上输出它搬多少座山,并提示尚余多少座山。双方轮流搬山直到最后一座山搬完为止。计算机显示谁是赢家,并问人是否要继续比赛。若人不想玩了,可以输入山的总数为0,计算机便会告诉人共完了几局,双方胜负如何。-With n mountains, computers and peopl
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5056
    • 提供者:蔡哲文
  1. bianchen

    1下载:
  2. 输入一个字符串,内有数字和非数字字符,如:gs 423cd156 7896>df12345,将其中连续的数字作为一个整数,依次存放到一数组a中,例如:423放在a[0],125放在a[1],…。统计共有多少个整数,并输出这些数-Enter a string containing numbers and non-numeric characters, such as: gs 423cd156 7896> df12345, will be one of a number of conse
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:553
    • 提供者:陈欢
  1. Ball_Game

    1下载:
  2. 用户能通过GUI组件指定生成小球的数量,每个小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。 鼠标在界面中显示为方块状,玩家需来回移动鼠标以避开运动的小球及屏幕四周,如果鼠标碰到任一小球或者窗口四周,则游戏结束。 程序需提供计时功能,并最终显示玩家能坚持多少秒。 -User generated thr
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:14604
    • 提供者:Mr_zhang
  1. QQfilm

    0下载:
  2. QQ农场PHP版,自己的农场,想多少级就多少级-QQ PHP version of the farm, their farms, to the number of class to the number of class
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-06-02
    • 文件大小:14776060
    • 提供者:忘语
  1. number

    0下载:
  2. 统计从1到某个指定的数之间共有多少符合条件的数的个数-Statistics from 1 to a specified number of matches between the number of number of number of
  3. 所属分类:Other Databases

    • 发布日期:2017-04-04
    • 文件大小:1787
    • 提供者:lhzxbw
  1. C-language-a-few-small-programs

    0下载:
  2. C语言的几个小程序,四舍五入的方式精确到小数点后第四位,把一张一元钞票,换成一分、二分和五分硬币,每种至少11枚,问有多少种方案?-C language, a few small programs:Rounded to the nearest way to fourth place, to a one dollar bill, replaced by a point, two points and five coins, each at least 11, and asked how many
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:29274
    • 提供者:瞿绪龙
  1. Datelge

    0下载:
  2. VC++获取某个时间段跨度,得出多少天的程序源码,举例来说,本例中的程序是获取2012年1月1日距现在还有多少天,经过自己的思考总算写出了程序,了解了原理后,你就能方便的使用到其它的VC项目中,欢迎您批评指正。 -VC++ for a time span, the number of days the program source derived, for example, in this case the procedure is to obtain 1 January 2012 how
  3. 所属分类:Other windows programs

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

    0下载:
  2. 制作一个个人日程管理工具。具体要求如下: (1) 提供日程的添加、修改、删除功能 一条日程的信息通常包括标题、内容、日期、时间、优先级、提醒方式(提前多少时间提醒,以何种方式提醒) 有些日程安排可能是重复性的,需要设置重复的方式(每天、每周、每月、每年),重复的时间范围 (2) 提供提醒手段,如提醒时间到达后弹出提醒窗口,播放声音等; (3) 提供对日程的检索(例如基于时间范围,基于优先级,基于关键字) 鼓励开发更多的功能 -Create a personal sch
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-23
    • 文件大小:20628
    • 提供者:征途
  1. 3.1.19-GEC2440_IrDA

    0下载:
  2. 红外通信源码,可以提供参考,要多少个字,才足够。-irda information instruction zheme duan gao ge mao
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:157472
    • 提供者:up
  1. javasql

    0下载:
  2. 有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一 对兔子,假如兔子都不死,问每个月的兔子总数为多少? -Can calculate the number of rabbits
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2013
    • 提供者:许善英
  1. matlab-random

    0下载:
  2. 一个100*100的正方形,用半径为10的圆覆盖,随机在100*100的平面内放置圆心,问至少需要多少个圆,才能使得成功覆盖整个区域的概率在95 以上?并给出一个均匀随机放置装置的分布图。-A 100* 100 square, a circle with a radius of 10 covers, 100* 100 randomly placed on the center plane, and asked how many circles at least, to cover the ent
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3532
    • 提供者:yami
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com