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

搜索资源列表

  1. xtsjxianshi

    0下载:
  2. 本论文主要介绍了此程序的设计思想、程序、程序流程、代码解释等内容,论文中 还给出了程序的流程图,以方便大家更容易的读懂此程序。在设计总结中介绍了设计中使用的关键技术、难题及解决方法、体会等,论文的最后还附加了程序的源代码清单。 论文中的程序是一个用汇编语言编制的显示系统日期和时间的程序,本程序中利用了图形方式来显示系统的日期和时间,并且通过调用日期和时间的子程序来显示。 此压缩包包括所以课程设计文档和源代码-This paper describes the process of desi
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:25860
    • 提供者:孙桐
  1. speaker_id

    0下载:
  2. A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at the symposium conducted by the Electrical and Electronics Engineering department of the SRM University. Other topics on which I presented papers were
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:521757
    • 提供者:ajeeth
  1. alarmclock

    1下载:
  2. 利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。 到整点或预定的报警时间,能够以不同的音乐进行报时,可以自行设置闹钟报警时间; 实物演示时要求讲出程序原理和设计思想; 程序运行良好、界面清晰。 -The use of assembly language implementation on a show in the display hours, minutes and seconds of elect
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3614
    • 提供者:sunyuancheng
  1. Statistics

    0下载:
  2. 可以编写此程序,自动生成一个abc文件,可以在文件中写入内容,保存后运行程序就可以计算出文件的字符数。主要是运用统计的观念。-The preparation of this program can automatically generate a abc file, you can write content in the document, run the program save the file can be calculated on the number of characters.
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:253566
    • 提供者:白秋杨
  1. maze

    0下载:
  2. 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:34605
    • 提供者:Tantan
  1. zoom_dpr

    0下载:
  2. The idea is to track mouse cursor movement over the screen, and show enlarged (2x to 8x) section around the cursor, in the image control
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:5761
    • 提供者:Taufiq
  1. fdac_mouseeyes

    0下载:
  2. Argh! Where s my mouse? Ah look at the eyes .... there it is! )) Mouse Eyes is another mouse cursor follower. Mouse eyes idea is indicating which direction to look in to find your mouse cursor.-Argh! Where s my mouse? Ah look at the eyes .... there i
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6145
    • 提供者:Taufiq
  1. 200204135097

    0下载:
  2. 内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-Memory of the basic idea of the presence of the procedure is to remain in the memory
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:10532
    • 提供者:yiliang
  1. dct2_out

    0下载:
  2. 数字水印(digitalwatermarking)是一种信息隐藏技术,它的基本思想是在数字图像、音频或视频等数字媒体作品中嵌入秘密信息,以便保护数字作品的版权、证明作品的真实可靠性、跟踪盗版行为或提供作品的附加信息。-Digital Watermarking (digitalwatermarking) is a kind of information hiding technology, its basic idea is in the digital image, audio or video
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1084
    • 提供者:huhao
  1. embedded

    1下载:
  2. 嵌入式实时系统中关键技术的研究(博士论文)实时操作系统在多媒体通信、在线事务处理、生产过程控制、交通控制等各个领域得到广泛的应用,因而越来越引起人们的重视。而进程调度策略是影响系统实时性能的重要因素。因此我在此对实时进程调度进行研究。-real-process Scheduling. This article is based on reading source code of Linux, reference many books and articles.The idea of this a
  3. 所属分类:OS Develop

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

    0下载:
  2. Functorized Undo/Redo .The idea to marry the algorithm with the functor was encouraging and this is example code for it-Functorized Undo/Redo .The idea to marry the algorithm with the functor was encouraging and this is example code for it
  3. 所属分类:Editor

    • 发布日期:2017-03-29
    • 文件大小:972
    • 提供者:samar
  1. chepaidingweixidong

    0下载:
  2. 1.采集到的车牌照图片使用的是24位RGB的BMP位图,即真彩图。需要将其转化为256级灰度图像。 2.将灰度图像转换成为二值图像。 3.去除噪声采用的方法:中值滤波、直方图均衡。 4.数学形态学的基本思想是用具有一定形态的结构元素去度量和提取图像中的对应形状以达到对图像分析和识别的目的。-1. Collection of vehicle license plate image using a 24-bit RGB bitmap in BMP, that is true color.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:4490647
    • 提供者:李国庆
  1. DO-while

    0下载:
  2. do—while语句的翻译程序,使用的是递归向下的思想,中间代码采用四元式的形式输出-do-while statement translation process, using a recursive down the idea of using intermediate code of the form of four output
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:204059
    • 提供者:小崔
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. Delphi6.0sujukushijian

    0下载:
  2. Delphi 6.0数据库设计思想一实践(附书光盘的所有源代码,可以直接编译运行),不可多得的学习参考试资料-Delphi 6.0 Database design idea of a practice (with the book CD-ROM of all the source code, you can direct the compiler to run), a rare examination of the study and reference information
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-24
    • 文件大小:8148970
    • 提供者:ericye
  1. speechrecognisation

    0下载:
  2. this will give idea about the speech recognisation-this will give idea about the speech recognisation
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:779662
    • 提供者:dinesh
  1. dephkjjs

    0下载:
  2. 很好的DEPH开发的控件接收按键,希望对大家有所帮助,能够拓展大家的一点思路,下载吧-The development of good control DEPH receive button, I hope all of you help, we can expand that idea to download it
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:3453
    • 提供者:zzp
  1. dephqdrww

    0下载:
  2. 很好的DEPH开发的取得任务栏以外桌面大小,希望对大家有所帮助,能够拓展大家的一点思路,下载吧-DEPH good access to the development of the desktop other than the size of the taskbar, you would like to help, we can expand that idea to download it
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:168039
    • 提供者:zzp
  1. dephqdxtgn

    0下载:
  2. 很好的DEPH开发的屏蔽系统功能,希望对大家有所帮助,能够拓展大家的一点思路,下载吧-DEPH very good shielding system development, we would like to help, we can expand that idea to download it
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:162300
    • 提供者:zzp
  1. 43525

    0下载:
  2. 内网文件传输:快速传输内网文件的思路方法-Intranet file transfer: fast transfer of files within the network the idea of method
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:84108
    • 提供者:aming
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com