CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 屏幕

搜索资源列表

  1. Yichuansuanfadaima

    0下载:
  2. 这是一个非常实用的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:14287
    • 提供者:钟纪明
  1. B_Tree

    1下载:
  2. B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.练习屏幕图形化的显示。 -B-tree representation and basic operations. A. Master of B-tree storage structure. Two. Keyword values, insert and delete operations in the B-tree. 3. Practice-screen gr
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-11-16
    • 文件大小:168395
    • 提供者:luokun
  1. datastructure

    0下载:
  2. 实现一个内存分配模拟系统,分配的原则参见“伙伴系统”。 要点:使用链表保存各块内存信息,同一个链表中保存的各块大小相同。 链表中的每个结点形式如下: 从键盘输入欲分配的块的大小,系统给出分配结果,并在屏幕上显示出来(图示方式或文本方式)。 -A memory allocation simulation system, the principle of allocation see the " buddy system" . Po
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:30206
    • 提供者:luokun
  1. Address

    0下载:
  2. 数据结构课设-通讯录管理,VC++编写 基本要求 (1) 添加:增加一个人的记录到通讯录中; (2) 显示:在屏幕上显示所以通讯录中的人员信息,应能分屏显示; (3) 存储:将通讯录信息保存在一个文件中; (4) 装入:即将文件中的信息读入程序; (5) 查询:可根据姓名查找某人的相关信息,若找到显示其姓名、地址、电话号码、电子邮箱; (6) 修改:可修改一个人的除姓名之外的其他信息 -Set of data structures class- contact m
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1463142
    • 提供者:大空翼
  1. hoffman-encodeadecode

    1下载:
  2. 数据结构与算法的一个课程设计,内含实验报告。主要功能有: 用户可以执行的的功能有: (1)---选择读取某个源文件由系统解析建立哈夫曼树 (2)---手动输入字符集及其权值信息建立哈夫曼树 (3)---打印字符集的哈夫曼编码到屏幕 (4)---选择某个文本文件进行编码 (5)---选择某个代码文件进行译码 -Data structures and algorithms, a curriculum design, containing experimental r
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:709151
    • 提供者:liuqing
  1. student

    0下载:
  2. 1) 能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2) 能够将指定的信息从文件中删除。 3) 能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4) 可以统计全部学生的总成绩,及其在班上的排名。 5) 能够统计各科的平均成绩及及格率。 6) 要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7) 如果检索不到相应的信息应提示用户。-1) can be read from the screen of a studen
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1328074
    • 提供者:小海
  1. sbbaallSCRm

    0下载:
  2. 小球屏幕保护程序源码学习VB时编的一个简单易懂的屏幕保护程序源码,图像是个跳动的小球。能设设置小球的颜色,速度,大小等状态。大家感兴趣的能下载下来玩玩,非常有意思哟! 可直接使用。 -The ball screen saver source to learn VB compiled a simple screen saver source image is a small ball to beat. Can be set up to set the color, speed, size an
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:23867
    • 提供者:消极
  1. Date

    0下载:
  2. 输入年、月、日、时、分、秒,在屏幕上模拟显示一电子计时器,不断输出下一秒的时间和日期,以及格林威治的日期和时间。-Enter the year, month, day, hour, minute, second, analog display on the screen of an electronic timer, continuous output time and date of the next second, as well as the date and time in Greenw
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:2454417
    • 提供者:Eating
  1. CBigNumDivision

    0下载:
  2. C语言实现的大数相除功能,基于最少5000*5000(再大的数没有测试,应该没问题)字节的结果,结果会按高低位打印到屏幕。-Large numbers divided C language function, based on a minimum of 5000* 5000 (then a large number have not tested, it should be no problem) bytes of the results, the results will be printed
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:283096
    • 提供者:刘小生
  1. Mousem

    0下载:
  2. 自动按键源代码记录屏幕坐标按顺序自动按键-Automatically record the screen coordinates of the key source code keys automatically order
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:1241
    • 提供者:sss
  1. testbtree

    0下载:
  2. 将树型显示在屏幕上。全部关键字插入完毕时显示树型,之后每完成一次插入或删除操作后也显示当前的树型。-The tree is displayed on the screen. All keyword insertion is complete display tree, also displays the current tree after each time you insert or delete operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:212068
    • 提供者:pxxxb
  1. Graphmatica

    0下载:
  2. 简单易用的数学方程给制软件,可根据方程式在屏幕上显示地一元多次方程,可根据离散点拟合一元多次方程曲线等-Simple to use mathematical equations to the system software, according to equation displayed on the screen in a multiple equation unitary multiple equation curve fit according to discrete points
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:264463
    • 提供者:caotings
  1. cSharpyingwendanciqiufushu

    0下载:
  2. 英文单词求复数问题 编写一个程序,可以将英语规则名词(不考虑不满足以下规则的英语单词)由单数变成复数。已知规则如下: a)以辅音字母y结尾,则将y改成i,再加es; b)以s,x,ch,sh结尾,则加es; c)以元音o结尾,则加es; d)其他情况直接加s。 要求用键盘输入英语规则名词,屏幕输出该名词的复数形式。 样例输入: box 样例输出: Boxes -English words in complex problems
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:596474
    • 提供者:陈晓磊
  1. binary_tree

    0下载:
  2. 从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。-Binary list results from two keyboard input binary tree traversal, memory, and restore the binary tree traversal results, and the binary tree is displayed on the screen.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:3278
    • 提供者:王伟
  1. huffman

    0下载:
  2. 任选一种无损编码方式,通过C++编程实现。 要求:1) 字符串的输入是手工输入的; 2) 在屏幕上显示编码结果,例如,如果选用huffman编码,则要显示字符串的编码及平均码长;-Optionally, a lossless compression method, through the programming of C++. Requirements: 1) the input string is manual input 2) shows the coding resul
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-19
    • 文件大小:506896
    • 提供者:wy
  1. Screen-saver

    0下载:
  2. 全屏屏幕保护程序,自适应显示器的分辨率 双击鼠标,单击ENTER或ESC退出程序 -Full-screen screen saver, the adaptive display the resolution double-click the mouse, click ENTER or ESC to exit the program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:1491
    • 提供者:xiexia
  1. erchashu5876

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:673
    • 提供者:Grape
  1. BinarySortTree

    0下载:
  2. 二叉排序树的查找、插入和删除 要求:在屏幕上表示出二叉查找树的结构,用到的抽象数据类型为元素数据类型和二叉树结点类型。 -Binary sort tree search, insert, and delete requirements: binary search tree structure is shown on the screen, the abstract data types used for the element data type and the binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:216966
    • 提供者:丁洁琼
  1. Maze

    0下载:
  2. 迷宫设计 利用STL 的stack 类,完成以下要求的功能: 1、打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两个空格),注意每个位置都是两个字符。 2、寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输FindPath(FindPath(FindPath(F
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:2504877
    • 提供者:酉永松
  1. hafuman

    0下载:
  2. 该程序为实现哈夫曼的一些应用而设计的,其中用到了MFC直观的打印了树的形状,并且在界面上做了些美化工作,用到了屏幕雨,通过光标移动可控制程序的菜单,等等。-The program for the Huffman some applications and design, which uses the MFC prints intuitive tree shape, and the interface to do some landscaping work, use a rain screen,
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:13862171
    • 提供者:陈洪杨
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com