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

搜索资源列表

  1. labyrinth

    0下载:
  2. 求解方法是:从入口出发,顺某个方向走,若能过去,继续;否则,沿着原路返回,换方向继续走,直到所有可能的通路都被找到为止。-Solving method is: starting from the entrance, and to conform to a direction, if in the past, continue otherwise, along the same route back, changing direction to go, until all the possibl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1320
    • 提供者:张臻
  1. RSALib_PHP_1.0

    0下载:
  2. We have lots of essays in our essay database, so please check back here frequently to see the newest additions. We currently have more than 1,000 essays, mostly in English. Below is the alphabetized list. And they are all FREE! Download as many as yo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:17692
    • 提供者:tony
  1. sortstudent

    0下载:
  2. 本程序由三部分组成:输入学生的信息(姓名和成绩);按成绩高低对学生进行排序;输出学生信息。 在输入学生的信息部分,在结构体中输入相应学生信息,输入姓名时,若输入‘!’则终止输入,转到sort排序函数;若输入超过最大数500,则也终止程序,转到sort排序函数,否则,执行循环,继续输入学生信息。 在sort排序函数部分,用到两层循环对学生进行排序。首先,拿第一个学生(i=0),用它和后面的学生进行成绩比较,如果前面的学生的分数小于后面的学生,则让两个学生在内存中的信息通过exch进行交换,
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1429
    • 提供者:stream
  1. MVCDemo

    0下载:
  2. 按我理解,这就是所说的三层架构了。 File工程负责最底层的文件操作 FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层 UI工程就是具体的界面层了,他只负责显示具体的数据,不负责软件的工作流程。 File, FileProtocol这两个工程都是DLL,注意看一下FileProtocol的工程依赖及附加包含目录。还要再看一下UI工程的工程依赖及附加包含目录。在这里,三个工程,项目解决方案是在同级目录下,通过一个解决方案去包含三个工程。这样做的好处在于,工程
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:314246
    • 提供者:chinaeping
  1. flashgame

    0下载:
  2. 游戏规则: 1、玩家通过掷筛子掷出的点数大小来控制主角在地图中前进的步数,当玩家到达终点则游戏结束。 2、你将与两家聪明的电脑玩家同场竞技。(ai设定) 3、玩家点击右下角两个筛子掷筛,停止后可选择任意一个筛子的大小值作为角色前进的步数。 4、电脑和玩家轮流掷筛,轮到任意一方时将会有闪烁提示。并能够体现电脑的操作过程。 5、地图内设各种事件格,如:前进,后退,暂停等,将对棋子前进造成2次变化。(不会存在2次以上的变化) 6、如果两个棋子走到同1格停止,则后来的将会把原来
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:2809
    • 提供者:JACK
  1. NES_Galaga2016288282006

    0下载:
  2. 曾经得到国外金牌奖的作品. 优秀的小蜜蜂射击游戏 (完美版)-Quality full screen emulation of one of Namco s finest golden oldies, Galaga! Released back in 1981, right from the word go , Galaga was destined to leave its mark. Now a 25yr old game that’s still loved and remember
  3. 所属分类:Shot Game

    • 发布日期:2017-04-04
    • 文件大小:125682
    • 提供者:tom
  1. crc32-jisuanjiaoyanhe-checksum-caculatehedongheodn

    0下载:
  2. 俺是个菜鸟,这两天用到CRC32方面的东西。于是俺就到Google上google一下。嘿!你别说,网络这东西 还真好!google出成千上万的结果,有讲原理的,有讲算法的,有提供远程序的,还有提供可执行程序 的。于是俺怀着敬畏的心情把这些知识统统收藏。回去弄成程序一执行,嘿,你别说,结果那个错啊!!俺就怀疑是俺的智商问题,原代码没弄对,就去弄几个可执行程序,一测试, 那个结果的品种繁多啊!!! -I was a rookie, it used two days CRC32
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1220
    • 提供者:优素福
  1. FiveDirectionPad_Algo

    0下载:
  2. 此作業需使用Backtracking algorithm 從第一格開始,從1到9依序測試是否可以填入,若本來此格已有數字,則直接往下一格走。若可以填入( if(promising()) )則填入該數字並且往下一格移動繼續填,若此格沒有可填入的數字時,則結束該格的動作,回到上一格去測試剩下的可能結果。若已經填完( if(solution is found) ),則可能解+1,然後回到前面再繼續尋找接下來的可能解。直到全部可能的數字組合都試完之後,程式結束,所有可能解的個數也會被找到。需要印出的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1710
    • 提供者:zelda
  1. Microsoft.Windows.Registry.Guide

    0下载:
  2. In this book, you will learn how to customize the registry, but you must also learn how to maintain it. You must learn how to back up the registry so you can restore it if things go awry. You must also learn the best practices for editing the registr
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1907741
    • 提供者:sgsgsgultra
  1. Primary

    0下载:
  2. 这是一段WIN32的代码,它适合于初学C++编程的同胞,也适合你回头复习一下用WIN32是怎么编辑窗口的一个小程序。-This is a WIN32 code, it is suitable for beginners C++ programming compatriots, but also for you back to go over how to use WIN32 editor window is a small program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2689
    • 提供者:liumeng
  1. gobacknproject

    0下载:
  2. go and back/stop and wait both included codes project report included
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:571131
    • 提供者:sang
  1. stackANDqueue

    0下载:
  2. 1. 用栈模拟停车场,队列模拟便道。停车场满的时候在便道排队,一旦有车开走,排在第一位的就进入停车场。 2. 当有车要开走的时候在它后面进入停车场的车先依次开出,待该车缴费离开后再依次回到停车场。 3. 离开停车场时应按时间缴纳费用,排队车辆进入停车场时也应该缴纳相应的排队费用。 4. 车辆到达时输出停车位置,离开时输出停留时间和应缴纳费用。 -1. With a stack simulation parking lot, queue simulation of pavement
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:SUMMER
  1. GanjiPiao

    0下载:
  2. 从赶集网扫描特定的退火车票信息,将有用信息发短信给手机-Go to the market network scan from the back-specific ticket information will be useful information to send text messages to mobile phones
  3. 所属分类:transportation applications

    • 发布日期:2017-04-16
    • 文件大小:235434
    • 提供者:woodwater
  1. ganjihuochepiao

    0下载:
  2. 从赶集网扫描特定的退火车票信息,并且并且读出联系信息,将有用信息发短信给手机。春运二天可能会用上。-Go to the market network scan from the back-specific ticket information, and read out contact information and will be useful information to send text messages to mobile phones. Spring may spend two da
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:235579
    • 提供者:woodwater
  1. IPCFG

    0下载:
  2. 如果您电脑的IP地址经常要换来换去(比如:笔记本用户在家里需要一套配置,在公司又是一套),每次都这样:IP、网关、子网掩码、DNS服务器等一个个设过来是不是感觉很不方便?   软件“IP地址切换器”(简称IPCFG)就是为解决这种问题而设计的,而且操作简单,速度飞快。“IP地址切换器”可以备份已经设置好的网络地址配置,让您的网卡在备份好的配置之间快速切换,同时还可以对已经保存了的配置方案进行修改和另存等操作。-If your computer s IP address in exchang
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:104090
    • 提供者:张真
  1. lab4

    0下载:
  2. The subject of this programming assignment is writing a simple client-server application that uses (network) sockets.-The subject of this programming assignment is writing a simple client-server application that uses (network) sockets. The client-s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:ChuChu
  1. pass

    0下载:
  2. Security is a prime concern in our day-today life. Everyone wants to be as much secure as possible. An access control for doors forms a vital link in a security chain. The microcontroller based Door locker is an access control system that allows only
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:11927
    • 提供者:sreekanth p
  1. car

    0下载:
  2. 汽车要从一点到另一点,路上要经过一系列站点,根据需要可以选择创建加油站,也可以回退,但每加一次油只能行有限步,最终要实现最经济实惠的路线。-Cars from one point to another point on the road to go through a series of sites, you can choose to create stations based on need, you can also back, but each time oil can only add
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1814
    • 提供者:Mr zhang
  1. shcool

    0下载:
  2. 全自动建站学校系统完整版,会打字就能建站。需要建站的朋友可以去学习下,后台功能简介但是十分强大。无需编程基础、-Automatic establishment of the station full version of the school system will be able to establishment of the station type. Requires establishment of the station' s friends can go to learn un
  3. 所属分类:Education soft system

    • 发布日期:2017-05-18
    • 文件大小:4954112
    • 提供者:royal
  1. fangzhendianti

    0下载:
  2. 模拟某校九层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。九个楼层由下至上依次称为地下层、第一层、第二层、……第八层,其中第一层是大楼的进出层,即是电梯的“本垒层”,电梯“空闲”时,将来到该层候命。 乘客可随机地进出于任何层。对每个人来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。 模拟时钟从0开始,时间单位为0.1秒。人和电梯的各种动作均要消耗一定的时间单位(简记为t),比如:有人进出时,电梯每隔40t测试一次,若无人进出,则关门;关门和开门各需要20t;每个
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:228646
    • 提供者:fairybroken
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com