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

搜索资源列表

  1. migong

    0下载:
  2. 程序目的:输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并显示在屏幕上。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3.63kb
    • 提供者:徐南
  1. jgraph-latest-lgpl-src

    0下载:
  2. jgraph的开发源码。很多程序员在用别人的api在进行开发,而有些人则正在开发api。想学学后者没吗? 那就看看这个这个开放源码吧! 以下是e文的介绍; Integrate JGraph into your application to get \"out-of-the-box\" graphing Enjoy an open source core technology topped with products and services Reduce cost wit
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1.01mb
    • 提供者:张维成
  1. SOUND1

    0下载:
  2. 钢琴程序是一个学习汇编语言时常被要求去做的一个简单程序,也是我自己弄了一天才弄出来的,望君一看-piano learning process is a compilation of language was often asked to do a simple procedure, I get one day get out of a hope to see you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:4587
  1. FontToolBar

    0下载:
  2. 将windows中的字形,颜色,字体大小等功能集合在一起,做成一个控件!在编写C#程序时,可以将其加入动态连接库,直接使用! 方便,简单!本人花了1个星期弄出来,功能完善,使用方便,给大家共享!-windows to the shape, color and font size functions together and create a control! C# in the preparation process, it will join its dynamic link librar
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:570.46kb
    • 提供者:张锐
  1. MenuTest

    0下载:
  2. 这是一个开发菜单的程序,别人弄出来的,兄弟我还没有那个水平,只是借花献佛罢了-This is a menu development process, others get out of my brother was not there, only just Jiehuaxianbi
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:金正杰
  1. YueSeFuProblem

    0下载:
  2. 我选择约瑟夫问题(附带一个合数段的问题这是我们第一次的考试题)做我最后一个上传的代码。因为这是我付出最多的一个,我的第一个程序,当时全班就我一个弄了出来现在想起来都十分高兴。一年以来还做了其他很多小东西,因为太简陋就步多传了,这些足够代表我大一这年的旅程了。希望你们能给我提供一个更大的学习的机会。不久的将来我就会有质量更高的代码上传了。谢谢先-I chose (a few fringe of a problem this is our first examination), the last o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.25kb
    • 提供者:戴俊
  1. upu_sm

    0下载:
  2. upu0.21的精简版,花了我一个晚上的时间弄出来的,44KB简为7KB了,想要弄清upu原理的朋友就来看这个了,几乎是很简单的了.-upu0.21 streamlined version, I spent an evening's time get out, SR 44 kB to 7 kB, want to clarify Approved friends on the principle of view of this, it is almost a very simple.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:7.22kb
    • 提供者:wuwufeng
  1. CoolScreenSaver

    0下载:
  2. 这是一个小巧并令你惊讶的屏幕保护程序,不过这个迭代算法不是我弄出来的,我可没这么厉害.-This is a compact and surprise your screen saver, but this algorithm is not my get out of the I can not be so powerful.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:23.64kb
    • 提供者:杨凡
  1. dsns

    0下载:
  2. 让垃圾邮件滚蛋的好东东,欢迎大家下啊,.! -spam to get out of the country for the good Eastern, welcoming everyone under ah,. !
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:413.12kb
    • 提供者:张爱民`
  1. svmsm

    1下载:
  2. SMO算法的Matlab实现,花了很大的力气才弄出来的!和大家分享!更多就在我的主页访问吧:http://huangbo929.blog.edu.cn-SMO algorithm Matlab, spent a lot of time and energy only get out! And to share with you! More on the home page I visit it : http://huangbo929.blog.edu.cn
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:黄波
  1. migong

    0下载:
  2. 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3.63kb
    • 提供者:我厂
  1. tangbiao132

    0下载:
  2. 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3.65kb
    • 提供者:李凤宪
  1. TC求解迷宫问题并显示

    0下载:
  2. 输入一个任意大小的迷宫, 用栈求出一条走出迷宫的路径, 并显示在屏幕上。-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.69kb
    • 提供者:光清
  1. IC.c

    0下载:
  2. IC模块读写程序,经过很长时间使用,没出一点问题,目前看是非常不错的-IC module to read and write procedures used after a very long time, did not get out of difficulties, the current situation is very good
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:邬剑锋
  1. 迷宫程序1.10版

    0下载:
  2. 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.66kb
    • 提供者:邵思瑾
  1. MAZE_wdone

    0下载:
  2. 这个小程序可以实现从指定的入口寻找到至多4条可以走出此迷宫的路径-this small program can be achieved from designated for the entrance to a maximum of four could get out of this maze of trails
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:阿亮
  1. 逃离虎口

    0下载:
  2. 用你的聪明才智和细心,逃出这个房间,你能吗?-using your wisdom and carefully, and get out of the room, can you?
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:386.99kb
    • 提供者:江南
  1. Fly-letter-source

    0下载:
  2. VC写的即时通讯软件源代码,网上下载的很简单,而且不一定能用,我是从网上下载再经过自己一系列的完善弄出来的,希望对新手有所帮助-VC instant messaging software to write the source code download is very simple, but can not necessarily be, I downloaded from the Internet go through a series of sound get out of their o
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-03
    • 文件大小:1.23mb
    • 提供者:baitao
  1. OnPaint

    0下载:
  2. 只知道位图的数据和长宽,显示灰度图程序。弄了好就弄出来,和大家分享-Only know that the bitmap data and the length and width, indicating grayscale procedures. Good to get out, and to share
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:1.12kb
    • 提供者:桂训勇
  1. Maze

    0下载:
  2. input the start point ,it will print a stepline to get out the maze
  3. 所属分类:数据结构

    • 发布日期:2018-04-23
    • 文件大小:667kb
    • 提供者:feiyuan
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com