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

搜索资源列表

  1. 手写识别-2.0-API-linux-port.tar

    1下载:
  2. 手写识别应用软件,提供高效的触摸屏手写识别方法。- The handwriting recognition application software, provides highly effective touches the screen handwriting recognition method.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:254698
    • 提供者:kk2000
  1. Windows FFT

    0下载:
  2. 用Windows 下实现快速傅立叶变化,显示在屏幕-under Windows using Fast Fourier changes, the screen
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14221
    • 提供者:郦武磊
  1. selfref

    0下载:
  2. 当我们用摄像机照射电视机,再把摄到的图案展现在电视屏幕上,这会产生什么?答案似乎应该是什么都没有,因为电视机显示的就是它自己,而它自己正在显示的内容也就是它自己……。然而当我们调节电视机的设置参数、拉大摄像机的焦距,让电视机往它自身内部运动的时候,惊奇的现象出现了:一个一个的复杂结构不断地从电视屏幕中产生、飞出,就好像星系的诞生!当我们旋转摄像机呈一个角度的时候会得到类似左图的“旋转星系”。本Java程序就是在计算机上模拟了这个过程。然而,摄像机-电视这样的自指系统不仅仅能产生如此丰富的复杂图案
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15828
    • 提供者:若令
  1. C语言图形方式下的编程1

    0下载:
  2. 不同的显示器适配器有不同的图形分辨率。即使是同一显示器适配器,在不同模式下也有不同分辨率。因此,在屏幕作图之前,必须根据显示器适配器的种类将显示器设置成为某种图形模式。在未设置图形模式之前,微机系统默认屏幕为文本模式(80列,25行字符模式),此时所有图形函数均不能工作。-different display adapters with different graphics resolution. Even with the same display adapter, in different m
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23205
    • 提供者:高俊杰
  1. 平面动画的设计方法2

    0下载:
  2. 随着计算机技术的普及应用,动画技术作为计算机图形学的一部分, 已广泛用于制作动画片、游戏和进行辅助教学等方面。 所谓动画技术指的是屏幕上显示出来的画面或者其中的一部分,能够按照一定的规则及要求在屏幕上移动或变幻,从而实现由计算机显示的图形能够动态变换。可见,实现动画的关键在于图形生成、复现和消隐。-With the popularity of computer technology applications, animation, computer graphics as part of
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10974
    • 提供者:高俊杰
  1. 程序内存驻留程序(TSR)8

    0下载:
  2. 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7333
    • 提供者:高俊杰
  1. LVQ学习矢量化算法

    0下载:
  2. LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:38398
    • 提供者:张伟华
  1. read_write_dib

    0下载:
  2. 图形模式下读写屏幕象点,全是C语言原代码-graphics mode screen reader like, all the original C language code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8089
    • 提供者:ggg
  1. Universityschoolregistermanagementsystemmanagement

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

    • 发布日期:2008-10-13
    • 文件大小:7157
    • 提供者:顾俊
  1. Plotting3DPointsonta2Dscreen

    0下载:
  2. 二维屏幕上表现三维点的绘制方法——适合图形编程的数字运算方法原理-2D screen performance 3D Rendering point -- suitable for graphical programming method of calculation principle
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15358
    • 提供者:阿申
  1. BP0

    0下载:
  2. 该软件通过BP神经网络学习机制,能够对屏幕上的数字进行识别。-the software through BP neural network learning mechanism, to right on the screen digital identification.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6322
    • 提供者:罗维
  1. CHASS

    0下载:
  2. 一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制, 进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件中,是很不错的程序,我用了好几天才编好,很精悍!-one of the 229 and procedures, it would certainly within the scope of the report into several groups, By binary system to the decimal system, org
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1034
    • 提供者:杨立国
  1. Home

    0下载:
  2. android first home screen
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:604273
    • 提供者:fanciful
  1. export_fig

    0下载:
  2. This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped border
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:16463
    • 提供者:redasu
  1. 7-inch-large-screen-images

    0下载:
  2. 7寸大屏图片显示实验,显示77寸彩屏图片-7-inch large-screen images showed that the experimental
  3. 所属分类:压缩解压

    • 发布日期:2017-11-13
    • 文件大小:235358
    • 提供者:qqqqtkgg
  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. Excluding-the-error-screen-error

    0下载:
  2. 根据中误差剔除平面点集误差,拟合平面参数-Excluding the error screen error
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:697
    • 提供者:yuliu
  1. Monte-Carlo-random-phase-screen

    8下载:
  2. 蒙特卡洛随机相位屏 用于模拟大气湍流 只需要调节一定的参数-Monte Carlo random phase screen is used to simulate atmospheric turbulence only need to adjust certain parameters
  3. 所属分类:matlab例程

    • 发布日期:2017-04-16
    • 文件大小:519
    • 提供者:cmj
  1. read-a-string-to-screen

    0下载:
  2. 用c语言实现文件读出一个字符串到屏幕,运行环境vc6.0-C language implementation file read out a string to the screen, the operating environment vc6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:210540
    • 提供者:王涵
  1. fullscreen

    0下载:
  2. show an image with full screen or close the screen in matlab
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:1079296
    • 提供者:召军
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com