搜索资源列表

  1. fingerprint_quality

    1下载:
  2. 本算法用来求取指纹图像的质量,也可用于其他的图像处理上,通过指纹的干湿、有效面积等来判断质量-The algorithm used to strike a fingerprint image quality, can also be used for other image processing through the wet and dry fingerprints, such as the effective area to det
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:刘振兴
  1. Determine

    0下载:
  2. 对车辆状态进行判定,确定是否符合所规定状态-Determine the status of vehicles to determine compliance with the provisions of the state of
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:
  1. determine

    0下载:
  2. 判断一个图是否为树,并且相应的可以判断是否是根树,以及显示出树叶。-To determine whether a graph tree, and can determine whether the corresponding root tree, as well as the show leaves.
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:253952
    • 提供者:曾经十年
  1. Bipartite-graph-to-determine

    0下载:
  2. 本压缩文件完整地实现了二分图判定的判定算法,代码很完整 -This compressed file a complete bipartite graph realized the judge determine the algorithm, the code is very complete
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:榔头
  1. Determine.format.C.high.level.code

    0下载:
  2. C高级编程判断邮件格式经典代码Determine the message format C Classic high-level programming code -Determine the message format C Classic high-level programming code
  3. 所属分类:Email客户端

    • 发布日期:2024-10-05
    • 文件大小:20480
    • 提供者:d
  1. Determine-Warning-State-Machine

    0下载:
  2. 气象站 温度 风力 数据处理分析 判断警告 状态机-Weather warnings state machine to determine the temperature of wind
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:22528
    • 提供者:duhongjin
  1. vb-mouseover-mouse-to-determine

    0下载:
  2. vb mouseover鼠标判断 可以实现点像网页中javascr ipt的效果-vb mouseover mouse to determine
  3. 所属分类:Windows编程

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:wsy
  1. season-to-determine

    0下载:
  2. 季节判断,当你输入一个月份是,系统会根据你所写的代码,自动的判别出月份,并且能够区别所输入月份格式的正确与否-Season to determine, when you enter a month, the system will be based on the code you write, automatically determine a month, and the ability to distinguish the corr
  3. 所属分类:.net编程

    • 发布日期:2024-10-05
    • 文件大小:21504
    • 提供者:厉萧阳
  1. automatically-determine

    0下载:
  2. 输入一个年份程序自动判断是否是闰年的小程序!-Enter a year is a leap year program to automatically determine whether a small program!
  3. 所属分类:汇编语言

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:杨小宇
  1. determine-the-potential-value

    0下载:
  2. 一个二维静电场,电位函数为 ,边界条件如题图所示,将正方形场域分成20个正方形网格。有十六个内部网格点。假定16个网格点的初始值为0,试用超松弛法确定16个网格点的电位值。-A two-dimensional electrostatic field, potential function, boundary conditions such as the title shown below, the square field divide
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-05
    • 文件大小:20480
    • 提供者:xiaoxia
  1. Determine-the-FT-of-sequence-x

    0下载:
  2. Determine the FT of sequence x(n)=R4(n) by Matlab, and plot the figure -Determine the FT of sequence x (n) = R4 (n) by Matlab, and plot the figure
  3. 所属分类:matlab例程

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:cyj
  1. Determine-Warnings-vi

    0下载:
  2. vi for labview basics ii determine warnings
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:7168
    • 提供者:patillon
  1. To-determine-leap-year-program

    0下载:
  2. 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This is a year to determine whether a leap year of the program, run the executable Ifleap.exe, enter the specific year, output this year is a leap year is
  3. 所属分类:汇编语言

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:liyu
  1. Determine-whether-the-array-bounds

    0下载:
  2. 用到的是C++中类的知识,主要是进行运算符重载,应该说难度还算可以-Determine whether the array bounds
  3. 所属分类:Windows编程

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:wang
  1. to-determine-a-leap-year

    0下载:
  2. 3、 题目:输入1842——2006年之间的十进制数。 要求: (1) 要求必须有提示信息,并独占一行。 (2) 判断是否是闰年,如果是输出“yes”,否则输出“no”。 (提示:先除100,如果除尽了再用400除如果除不尽是闰年。(如果刚才的100没有除尽则用4除,除尽则为闰年。) (3) 以二进制输出xxxx年8月29日距离1842年8月29日的月数。 (4) 以十进制输出xxxx年8月29日距离1842年8月2
  3. 所属分类:汇编语言

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:卢波
  1. To-determine-whether-YY-in-channel

    0下载:
  2. 判断YY是否在频道。用于绑定脚本,检测是否在YY指定频道。-To determine whether YY in channel
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:3072
    • 提供者:丁海斌
  1. To-determine

    0下载:
  2. 判断一个整数的奇偶性,适合初学者,是实验内容-To determine the parity of an integer
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:894976
    • 提供者:风随心
  1. determine-virtual-machine-envirment

    0下载:
  2. 介绍了6种判断程序是否运行在虚拟机中的方法-Six kinds to determine whether the program is running in a virtual machine
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:308224
    • 提供者:思维
  1. determine-a-speed-of-response

    0下载:
  2. 时间函数举例,一个猜数游戏,判断一个人反应快慢-A function of time for example, a guessing game to determine a speed of response
  3. 所属分类:C#编程

    • 发布日期:2024-10-05
    • 文件大小:1024
    • 提供者:王振
  1. Determine-the-keyboard-press-the-key

    0下载:
  2. Determine the keyboard press the key
  3. 所属分类:其他小程序

    • 发布日期:2024-10-05
    • 文件大小:2048
    • 提供者:黄宝林
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org