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

搜索资源列表

  1. binaryTree

    0下载:
  2. 本程序用二叉树类实现了从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。整个程序采用多文件,一个头文件,一个函数实现文件,以及主函数所在文件。-The program uses a binary tree class implements a binary tree from two keyboard traversal results in memory to create the binary list, according to res
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:288309
    • 提供者:姚丽文
  1. NO4

    0下载:
  2. 采用llink-rlink方式存储二叉排序树,编写能够通过键盘输入建立二叉排序树,并在建立完立即在屏幕显示中序遍历结果的程序。-Stored using llink-rlink binary sort tree, the preparation of the keyboard input through the establishment of binary sort tree, and build complete immediately display the results of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:690
    • 提供者:lb
  1. untitled001

    0下载:
  2. 屏幕上不停地出现随机(随机颜色,随机边长,随机线宽)的三角形-Constantly appear on the screen randomly (random color, random side, random width) of the triangle
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:7618
    • 提供者:feng qiang
  1. Genius

    0下载:
  2. 基于vc++6.0环境的屏幕小精灵的开发实例,与大家共享-vc++6.0 develop a program of genius‘s making
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:5845249
    • 提供者:yuzhaoliang
  1. MIMO_OFDM_Simulator

    0下载:
  2. 本文的程序实现在屏幕上随机产生不同大小的雪花,并以不同的速度下降。相对于第一版,它在很多性能上做了优化,直接在桌面的上下文中绘制雪花。而且,现在也通过RedrawWindow,实现在桌面的图标(如任务栏)上绘制雪花了。你可以用它来学习GDI。-Falling Snow on Your Desktop! Part II This article explains how to create an application that makes it snow on the desktop. Sinc
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:12912
    • 提供者:ldf
  1. 1

    0下载:
  2. 顺序表基本功能的实现,实现插入、删除、修改、查找,并将结果在屏幕上输出适合初学者!-The realization of the basic functions of the order of the table to achieve insert, delete, modify, search, and the results on the screen output suitable for beginners!
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:891204
    • 提供者:张蓝天
  1. NOISE

    0下载:
  2. 在VC++中假如噪声现象,实现在屏幕中央显示短线式噪声的现象。-In VC++, if the noise and the fulfillment of the center of the screen displays the phenomenon of short-term type of noise.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:35618
    • 提供者:郝慧娟
  1. shanpinguanli

    0下载:
  2. 利用单链表实现,由输入、查询、更新、统计、输出五大功能模块组成。 判断键值时,有效输入0~9之间任意整数,其他视为错误。 1.Add()函数,增加记录 2.Del()函数,删除记录 3.Qur()函数,查询记录 4.Modify()函数,修改记录 5.Insert()函数,插入记录 6.Tongji()函数,统计记录 7.Sort()函数,按降序排序记录 8.Save()函数,存储记录 9.Disp()函数,将记录以表格形式输出至屏幕 0~9之外
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1573
    • 提供者:junliang
  1. 3~3

    0下载:
  2. 判断一个链表是否中心对称,该链表是存数字的,在屏幕上显示用户输入的链表,并说明是否中心对称,该程序是数据结构中的范例-Centrosymmetric determine whether a linked list, the list is kept digital, displayed on the screen the user to enter the list, and whether centrosymmetric, the program is an example of data s
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1122
    • 提供者:王苯充
  1. draw

    1下载:
  2. 绘制余弦曲线 在屏幕上用“*”显示0~360度的余弦函数cos(x)曲线-Cosine curve drawn on the screen with " *" shows 0 to 360 degrees cosine function cos (x) curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-07-15
    • 文件大小:33163
    • 提供者:cp
  1. basic_linux

    1下载:
  2. 编程实现快速排序算法;实现文本文件拷贝函数copy.编写一个程序,要求:输入N个学生学号和成绩,并保存在stu.txt文本文件中,学生成绩进行排序并把排序后的结果输出到score.txt文件中,同时在屏幕上输出高于平均成绩的学生的学号和成绩。编写一个程序找出串str1和串str2的所有最长公共子串。 -Fast sorting algorithm programming text file copy function to achieve copy. Write a program tha
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2212
    • 提供者:
  1. binary_sort

    0下载:
  2. 利用VC6编写的二分插入排序算法。可从文件和屏幕读取数据。-Prepared using VC6 binary insertion sort algorithm. Can read data from a file and screen.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:887767
    • 提供者:byd
  1. gaibianfengbianlv

    0下载:
  2. authorware中改变屏幕的分辨率,是课件全屏播放-gaibianfengbianlvfghdfhdfh
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:76635
    • 提供者:刘洋
  1. ex_2

    0下载:
  2. 1.编写生成栈的函数,栈的元素从键盘输入 2.编写在栈中压入一个元素的函数 3.编写在栈中弹出一个元素的函数 4.编写主函数,调用以上各函数,以便能观察出各函数的屏幕输出。 -1. Preparation of the function generating the stack, the stack of elements from the keyboard 2. Preparation of pressure on the stack into an element of th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:250968
    • 提供者:Ecoll
  1. Huffman

    0下载:
  2. 一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -A complete system should have the following functions: (1) initialize a read from the t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:616584
    • 提供者:木易
  1. equation

    0下载:
  2. 解线性方程组的控制台程序,程序里有一个向量类,一个矩阵类和一个方程类;可以用键盘输入数据,也可从文本文件中读入数据,输出结果到屏幕和文本文件。-Linear Equations of the console program, the program there is a vector class, a matrix equation of class and a class can use the keyboard input data can also be read from a text
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:15297
    • 提供者:yishuiwang
  1. erchashu

    0下载:
  2. 二叉树的操作: 实验目的:建立二叉树,建立后的先序。中序。后序。的遍历,及输出。 思路:用递归的方法建立二叉树,用先序建立,然后调整建立时左右孩子,和根结点的顺序, 就完成了,三种顺序的遍历。 遇到的困难:在先序建立时忘记了用#符号表示该节点没有孩子。 如何解决的:用if(ch== # ) T=NULL 语句解决。 收获:明白了,二叉树的三种建立,和他们之间的区别以及递归的一些简单的应用。 运行结果:输入数字元素用#表示结点没有左孩子或右孩子。然后屏幕上显示出三种顺序
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:142051
    • 提供者:和牧
  1. Torch

    0下载:
  2. 适合Symbian S60 第三版 通过数字键改变屏幕颜色,*号控制闪烁,#停止闪烁-For Symbian S60 third edition of the digital key to change screen colors, control the blinking asterisk,# stop flashing
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:175338
    • 提供者:缪丽君
  1. 3dcommon

    1下载:
  2. 对屏幕应变和三维弹性体实用的通用有限元程序-On-screen three-dimensional elastic strain and practical general purpose finite element program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:639421
    • 提供者:王忠诚
  1. ga

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

    • 发布日期:2017-04-14
    • 文件大小:3502
    • 提供者:Sha zj
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com