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

搜索资源列表

  1. 穿透防火墙的数据传输技术源码

    2下载:
  2. 一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换为能被自己使用. 3. 用转换后的SOCKET进行数据传输-a new firewall penetration data transmission technology, the process is as follows : 1. The process of identifying two goals. Identify SOCKE
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:27.68kb
    • 提供者:劳波
  1. tsfilter

    0下载:
  2. 可以从数字电视系统的TS(Transport Stream)流文件中找出到指定包(由用户设置PID、TableID等参数)数量及在流中的位置,对开发数字电视用户很有用-from digital TV system TS (Transport Stream) flow document to identify specific packages (PID set by the user, TableID parameters) volume and flow in the location of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3.24kb
    • 提供者:王国印
  1. wangluo

    0下载:
  2. 一个数字 1 2 3 的矩阵输入判定器,用神经网络算法实现,可以训练识别等多种功能用C++语言实现-1 2 3 a digital input to determine the matrix, and use of neural network algorithm, can be trained to identify a variety of functions, such as C++ language used to achieve
  3. 所属分类:Console

    • 发布日期:2017-05-23
    • 文件大小:7.1mb
    • 提供者:张帅
  1. controlTaskManager

    0下载:
  2. 控制任务管理器的占用率固定在50 ,内排序,找出字符串中第一个不重复的字符等等。-Control Task Manager fixed at 50 percent occupancy rate, internal sorting, to identify the first one will not repeat the string of characters and so on.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:979.82kb
    • 提供者:张涛
  1. heap

    0下载:
  2. 从多列有序数据中找出总排名靠前的数据,适用于学生成绩管理中,每科成绩按顺序排好,找出总成绩最高的学生,使用了堆排算法,速度更快。-Ordered the data from multiple columns to find out the overall top-ranking data for student performance management, performance for each subject according to the order of line up to ide
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:899.6kb
    • 提供者:萍萍
  1. ID15TO18.RAR

    0下载:
  2. 身份证15位升级为18位的程序,输入有效身份证可以自动识别身份证所在地-ID 15 upgrade to 18-bit program, enter a valid identity card identity card can automatically identify location
  3. 所属分类:Console

    • 发布日期:2017-03-22
    • 文件大小:74.78kb
    • 提供者:李清畅
  1. Keywords

    0下载:
  2. C语言实现的文本关键词过滤,中英文皆可。可以识别出夹杂了无用字符的关键词。-C language of a keyword filter. Can identify keywords which are mixed up with useless characters.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1.42kb
    • 提供者:chenqw
  1. OCR

    0下载:
  2. vc++环境下的ocr汉字识别程序源码,大部分汉字都可识别-ocr character recognition program source code vc++ environment, the majority of Chinese characters can identify
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:1.33mb
    • 提供者:adu
  1. laoshu

    0下载:
  2. 老鼠走迷宫问题,通过算法求解找出所有的路径。感兴趣的同学可以-The Mouse Maze issues by solving algorithm to identify all the paths. Interested students can try
  3. 所属分类:Console

    • 发布日期:2017-12-07
    • 文件大小:803byte
    • 提供者:tom
  1. cifa

    0下载:
  2. 词法分析程序,可打开文本文件,分析检测源码中的词法,找出非法语句字符-Lexical analysis detection source, to identify the character of the illegal statement
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:3.6kb
    • 提供者:李冰恒
  1. D_-_Dir_re

    0下载:
  2. 这个替代Dir命令可以显示所有的文件和目录连同所有可能的NFTS属性。目录显示在黄色使他们容易识别 -This replacement for the Dir command has the ability to display all files and directories along with all possible NFTS attributes. Directories are displayed in yellow to make them easy to identify
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:39.51kb
    • 提供者:洋葱头
  1. medo

    0下载:
  2. 设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中-Let X [0: n- 1
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:659byte
    • 提供者:王倩
  1. Post-Office

    0下载:
  2. 算法设计与分析中邮局选址问题。 select(int[] array, int begin, int end, int middle)将n个输入元素划分成n/5个组,每组5个 元素,只可能有一个组不是5个元素。用任意一种排序算法,将每组中的元素排好序,并取出每组的中 位数,共n/5个。找出这n/5个元素的中位数。如果n/5是偶数,就找它的2个中位数中较大的一个。 以这个元素作为划分基准。在调用时,只需要将middle参数传入array.length/2就能找到整个数组中的
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:165.43kb
    • 提供者:
  1. Template-Matching

    0下载:
  2. 使用opencv给出的函数进行模板匹配,给出一幅图像及目标模板,在图像中找出模板所在区域。-Using the function given by opencv for template matching, the target template is given an image , to identify the template location in the image
  3. 所属分类:Console

    • 发布日期:2017-05-25
    • 文件大小:7.76mb
    • 提供者:yp
  1. FireDetect

    0下载:
  2. 火焰检测,利用火焰的颜色模型和运动模型综合分析识别出火焰。-Flame detection, flame color model and motion model are used to analyze and identify flame.
  3. 所属分类:Console

    • 发布日期:2017-06-01
    • 文件大小:13.18mb
    • 提供者:于浩
搜珍网 www.dssz.com