CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - real

搜索资源列表

  1. tail

    0下载:
  2. window平台下实现tail 类似unix下的tail功能,实时跟踪显示文本文件的改变,常用于显示日志文件。-window platform to achieve similar unix tail under the tail function, real-time tracking shows the change text files, which are often used to show the log file.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:35497
    • 提供者:阙劲峰
  1. app_updated

    0下载:
  2. 差分法提取目标时,为了保持背景的实时性,需要对不背景进行自适应更新,用VC编程-differential extraction of the target, in order to maintain the real-time background, the background is not necessary to conduct adaptive updated programming with VC
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:495099
    • 提供者:张莉
  1. 在VB下设计开发实时的数据采集曲线

    1下载:
  2. 在VB下设计开发实时的数据采集曲线.rar-in VB under design and development of real-time data acquisition curve. Rar
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:5379
    • 提供者:张日红
  1. realplay1

    0下载:
  2. 海康SDK开发的实时查看功能,用的是VS2008加opencv开发,推荐-Haikang SDK to develop real-time viewing, using VS2008 add opencv development, it is recommended
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:2573
    • 提供者:ximen
  1. pdll

    0下载:
  2. BCB编写控制软件Provade读写s7300数据的程序 经调试后通过 主要用于300和上位机数据交换量不大 通讯实时性要求不高的场所-BCB prepared Provade control software to read and write data s7300 procedures adopted by the debugging mainly for 300 and PC data communications in real-time exchange capacity of not
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1175357
    • 提供者:姚威
  1. wendoshidukongzhiqi

    0下载:
  2. 1.具有低温上电和高温断电功能; 2.能够进行温度上限和温度下限设置,并且实时显示温度; 程序内以给出详细注释.-1. With a low temperature and high temperature power-off function 2. To carry out the minimum temperature and maximum temperature settings, and real-time display of temperature proces
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:11981
    • 提供者:任大志
  1. calendar

    0下载:
  2. 多线程控制台日历时间程序, 可实时刷新当前系统时间, 同时显示日历-Console calendar time multi-threaded program, real-time refresh the current system time and display the calendar
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:1933
    • 提供者:heyujiao
  1. mp3Player

    0下载:
  2. 基于控制台的MP3播放器,有播放列表的创建及加载功能,还有即时显示歌词的功能。-Console-based MP3 player with play list creation and loading capabilities, as well as real-time display function of the lyrics.
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2837940
    • 提供者:张西银
  1. vb

    0下载:
  2. 用单片机实现简单的测电压功能,用七段式数码管显示电压,也可以用上位机实现实时电压-With MCU simple voltage measurement function, with a seven-segment-type digital display voltage, you can also use the PC for real-time voltage
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:743
    • 提供者:jia
  1. FFT_kris32

    0下载:
  2. This source code is the 32point FFT(Fast Fourier Transform) for Real Time sampling system (like PQ meter or Digital Relay). The complex computation is realized without complex.h in this code, based on only C. -This source code is the 32point FFT(Fast
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:644238
    • 提供者:kriskim
  1. keyboard

    0下载:
  2. c++ 实现控制台程序对键盘的实时监控。-c++ console program to achieve real-time monitoring of keyboard.
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2329898
    • 提供者:严小雨
  1. xiangdao

    0下载:
  2. 程序实现将启动文件装入内存,之后就开始了真正的光盘启动过程,启动文件会加载相关操作系统文件进入操作系统。 -Program implementation will start the file into memory, then began a real CD-ROM boot process, boot files are loaded into the operating system files related to the operating system.
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:392595
    • 提供者:
  1. test

    0下载:
  2. 实对称正定矩阵LDL^分解,其中L为单位下三角矩阵,D为对角阵-A recursive algorithm for calculating the eigenvalues of a real symmetric matrix based on LDLT decomposition is given. With this algorithm, the number of eigenvalues of a real symmetric matrix in the given interval c
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:598145
    • 提供者:李昕
  1. cmobliphone

    0下载:
  2. C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:64919
    • 提供者:alex
  1. netCameraClient

    0下载:
  2. 基于opencv实现多点实时视频通信,实现局域网、广域网使用IP视频监控-Based opencv achieve multi-point real-time video communications, LAN, WAN using IP video surveillance
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:3300045
    • 提供者: 李剑
  1. Agilent_N5766A_measure

    0下载:
  2. Agilent N5766A Power Supply 输出电压电流监测程序。程序记录电源的输出电压和电流值,实时记录并把电压和电流值写入.txt文本中。-Agilent N5766A Power Supply output voltage and current monitoring program. The program recording the power supply output voltage and current values​ ​ , real time
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:917901
    • 提供者:TYS
  1. laser

    0下载:
  2. 迅速壁障前进,分为三种情况讨论,可以快速简单的解决壁障问题-Obstacle avoidance is one of the most challenging problems for the topic of UAV indoor navigation. In this paper, an indoor obstacle avoidance strategy based on Scanning Laser Range Finder (SLRF) is developed, so t
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:68376
    • 提供者:baizhijun
  1. 1271892719218

    0下载:
  2. 温度测量系统,基于串口通信和stm2上电脑上的交互,可以实时测出温度-Temperature measurement system, based on the serial communication and stm2 computer interaction, the temperature can be measured in real time
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:106934
    • 提供者:zhou
  1. FaceDetection_Camera

    0下载:
  2. 用vs2010与OpenCV实现的人脸检测程序,可检测摄像头读取到的实时画面中的人脸。-Achieved using vs2010 with OpenCV face detection program that detects camera reads real-time images of the human face.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:2015
    • 提供者:ws
  1. EPNetworkPaint

    0下载:
  2. This is tcp/ip networking program and it can transport painting in real time. This source come from devpia in Korea. That s it.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:171573
    • 提供者:jinkyung
« 12 »
搜珍网 www.dssz.com