搜索资源列表

  1. java_chat_src

    0下载:
  2. 聊天室说明: 此程序基于C/S模式,Server端只要运行一个就可以了,一个用户对应一个Client端,可以运行多个Client端进行多人聊天,聊天分为广播形式和单点对单点的选择发送形式。此程序可以在单机和局域网运行。 在原来程序的基础上,稍加修改了程序,添加了检测用户名唯一性的功能,并且完善了注释。如果有什么错误,请大家多多指导!-Chat Room Note : This procedure based o
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:阿木
  1. MatlabSIFT

    0下载:
  2. 一个进行特征提取的算法,主要可以进行特征点的检测以及与之相关的边缘检测-a feature extraction algorithm, the main feature points can be detected and the associated Edge Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:321536
    • 提供者:宋明黎
  1. FACE-Recognition-Technology1

    0下载:
  2. 这是一个人脸识别系统,其中详细的给出了人脸识别软件的开发过程,应用MATLAB编程实现,是一个不可多得的好软件。-This is a face recognition system, which gives a detailed Face Recognition software development process. MATLAB programming is a very good software.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1531904
    • 提供者:lijianjun
  1. windetect

    0下载:
  2. windows所有窗口检测程序,可以检测出所有进程的窗口和对应的进程名和路径-windows all window test procedures can be detected in all the processes window and the corresponding process name and path
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:50176
    • 提供者:ZNEGZJUN
  1. featuresdetected

    0下载:
  2. the programs in this directory illustrate geometric feature detection as discussed . The features detected are intersections,end points and loops. -the programs in this directory illustrate geometric feature detection
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 用asp来实现文件的上传功能! 是asp教程的作业!自己已经检测过没有错误 但是可能还需要改进 请专家指点!-used to achieve functional document uploads! Asp Guide is the work! They have detected it is not wrong but may also need to improve the expert guidance! Thank you
  3. 所属分类:其他小程序

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

    0下载:
  2. verilog编写的状态机检测00100序列. 实现 input:...011000010010000... output:...000000000100100... 并且 用测试模块来验证状态是否正确工作-verilog prepared by the state machine detected 00,100 sequences. Achieve input : ... ... 011000010010000 outp
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:陆磊
  1. Houghcicle.txt

    0下载:
  2. hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:jakey0000
  1. 43290162

    0下载:
  2. MATLAB源码,P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-MATLAB sourc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:571392
    • 提供者:钟小丽
  1. DriveGUIComm_demo

    0下载:
  2. 应用层建立event,传入驱动,并等待事件,驱动中检测到事件被触发立即通知应用层,应用层收到消息,进行相应处理。ansi c编写,适合驱动新手使用,实现驱动与应用层的通信,-application layer established event, came to drive, and wait for the incident, Drivers were detected incident was triggered immediate
  3. 所属分类:驱动编程

    • 发布日期:2024-05-10
    • 文件大小:25600
    • 提供者:张力
  1. TXD232

    0下载:
  2. 该文件是232串口调试程序,已经测试过。其功能为测试串口通道的正确与否。通过该软件可以很方便的测出通道的正常。-The document is 232 serial debugging procedures, has tested. Its function is to test the correct serial channel or not. Adoption of the software can be easily detec
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:孙振红
  1. hough00

    0下载:
  2. Hough Transformation Algorithm Input: Original image in the form of an array: Image1[xMax][yMax] Output: New image : Image2 [xMax][yMax] containing the detected straight lines.
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform space and the use of images Hough parameter space of point-line duality, transmit images of the space prob
  3. 所属分类:图形图象

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

    1下载:
  2. 不用多说了,和Hogh搭配使用检测直线的程序 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Needless to say, Hogh mix and the use of linear detection procedures Hough transform space and th
  3. 所属分类:图形图象

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

    0下载:
  2. 细胞识别统计系统:将图像二值化后,检测也细胞。-cell identification statistical system : image binarization, the cells are detected.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2186240
    • 提供者:王利勇
  1. watermarkingcheck

    0下载:
  2. 数字水印技术检测,可以对图像加入水印或者从图像中检测出水印-digital watermark detection technology, the image watermarking or from the images detected watermark
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:48128
    • 提供者:王明
  1. tpplgm

    0下载:
  2. 图片批量改名源码,支持文件名检测排序.任意选择文件夹进行.-Photo batch renamed source, supporting documents were detected ranking. Arbitrary choices for folder.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:张挺
  1. HoughTrans

    0下载:
  2. 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:3899392
    • 提供者:wxj
  1. 2value

    0下载:
  2. 抗生素检测测试程序。通过图像检测出抗生素浓度。-antibiotics detection test. Image detected by the concentration of antibiotics.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:2729984
    • 提供者:devenkong
  1. CpuCheck

    0下载:
  2. 对cpu 支持指令进行检测-right cpu support orders were detected.
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:姚大福
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org