搜索资源列表

  1. TestHarris

    0下载:
  2. 自己用纯C编写的Harris角点检测代码,很有实用价值-Own written in pure C Harris corner detection code, very practical value
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:541696
    • 提供者:lvliang
  1. SocketLoadTestTool

    0下载:
  2. socket连接性能测试工具,.net平台纯c#开发-socket test tools
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:342016
    • 提供者:邢云飞
  1. OpenTLD-master

    0下载:
  2. TLD跟踪算法源代码下载(纯C++版本),OpenTLD-master,某大牛重新编写的C++版本TLD跟踪算法,脱离MATLAB。-C++ impleletion of TLD
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-20
    • 文件大小:10885120
    • 提供者:rain
  1. Net

    0下载:
  2. 基于命令行的网络通信实例代码,分服务端可客户端,纯C代码完成,感兴趣的朋友可以下下来学习-Web-based communication example code, sub-server command line to clients, pure C code completion, interested friends can learn down under
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2823168
    • 提供者:王子
  1. webServer

    0下载:
  2. 在linux环境下纯C语言实现了一个简单的Web服务器的功能。支持html,js,css,jpg,gif等文件格式的请求。-Under linux environment pure C language function implements a simple Web server. Support Request html, js, css, jpg, gif, etc. file formats.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Meng
  1. dsp3

    0下载:
  2. 单片机开发程序,六灯显示程序,纯c代码,直接可用-MCU development program, six lights display program, pure c code, directly available
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:happy
  1. median

    0下载:
  2. 中值滤波,对3X3有优化,纯C,正对BMP格式-Median filtering, there are optimized for 3X3
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 纯C实现的 图像处理开运算,对bmp格式-Pure C implementation of image processing open operation on bmp format
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. otsu

    0下载:
  2. 图像处理的大津法二值化求阈值的算法,纯c,基本整数运算,还可以进一步优化-Otsu binarization threshold required image processing algorithms, pure c, basic integer arithmetic, can be further optimized
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:jdf35ffe
  1. main

    0下载:
  2. 纯C写的,红黑树练习。带有insert和delete等功能,供大家参考。-Written in pure C, red-black tree practice. With insert and delete functions, for your reference.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 今天做mp3播放软件,用纯c做。播放函数明白了,用mci。可是怎么快进,快退啊。大神救命 a啊 51CTO技术论坛_中国领先的IT技术社区-MCIWndGetPositionThe MCIWndGetPosition macro retrieves ...the current position within the content of the MCI device.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:4410368
    • 提供者:李思特
  1. sift_ex3

    0下载:
  2. 纯C的sift代码,模块分的比较清晰,但是注释比较少,需要有功底的人~-Sift pure C code modules points clear, but relatively few notes, you need to have knowledge of people ~
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1693696
    • 提供者:吴双
  1. tank

    0下载:
  2. 纯c编写的坦克大战程序,单线程的,不会过时-Battle City program written in pure c, single-threaded, not outdated
  3. 所属分类:射击游戏

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:xuan
  1. CPP-procxy-server

    0下载:
  2. 代理服务器,C++代码,使用VS2005项目,当然使用的是纯C++,可以移植到其他操作系统中去-Proxy server, C++ code that uses VS2005 project, of course, using a pure C++, can be ported to other operating systems go
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:ggliang
  1. score-management

    0下载:
  2. 一个基于纯C++的简单成绩管理系统,适合新手学习-A score management system based on a simple pure C++, suitable for beginners to learn
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2511872
    • 提供者:zhang
  1. MakeMagicMatrix

    1下载:
  2. 本程序计算魔方矩阵(Magic Matrix),输入一个数即可打印矩阵。提供奇数和偶数(4倍数和非4倍数)的魔方矩阵算法,含注释。代码使用纯C++编写,原系VC6编辑器编辑测试。-Generate magic matrix with input number, no matter even or odd. Edited by VC6, comment is offered. Any C++ compiler will be suppor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:238592
    • 提供者:foxery
  1. WindowlessMedia2

    0下载:
  2. com 容器实例, 纯C++实现com容器编程,无mfc基类;附带多个样例-com container sample
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:801792
    • 提供者:smart
  1. CRC8

    0下载:
  2. CRC 8 校验和计算函数可以直接使用,纯C语言格式。-CRC 8 Cal function ,Can be used Direcctlly ,Pure C laguage Format.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:124928
    • 提供者:wyb
  1. compress

    0下载:
  2. 纯C实现的简单高效压缩算法,运行内存要求小于64k,压缩率最高可达20 ,可快速加入到你的嵌入式工程当中。-A simple C zip code request less than 64k ram and provide up to 20 , can add your project directly.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Verne Shawn
  1. threadutil

    0下载:
  2. thread_utils源码 纯C实现的源码-thread_utils source code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:gh
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org