CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - c i

搜索资源列表

  1. IIR_Filter.rar

    0下载:
  2. 直接型IIR滤波器实现源代码,希望与大家共同分享!,Direct IIR filter source code, I hope to share with you!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:9887
    • 提供者:陈丽
  1. draw4.rar

    5下载:
  2. 这是我自己用Qt写的读取.segy格式的文件并显示出.segy中所有道的平面图。对刚接触地震数据处理的同学们很有用哦。This is a program written by myself to get seismic datas from a .segy file and draw ichnography with those datas!I think it is readableness!对了,这是在Windows下模拟Linux下的Qt+eclipse+Mingw下开发的哈!,This
  3. 所属分类:Windows编程

    • 发布日期:2013-04-22
    • 文件大小:2884641
    • 提供者:yangyan
  1. IIC.rar

    0下载:
  2. DSP 5509A IIC通讯程序 特点: 1. C寄存器操作,是最好的IIC通讯原理学习手段。完整掌握IIC通讯过程,比看那个狗屁CSL好多了。 2. 定义了宏操作,可以实现对“位”操纵,新手可以学习一下。 ,DSP 5509A IIC characteristics of the communication process: 1. C register operation, the IIC is the best means of communication principle st
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:1013
    • 提供者:
  1. code.rar

    1下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-30
    • 文件大小:52770
    • 提供者:yeliu
  1. VideoCapture.rar

    0下载:
  2. 用摄像头就可以捕捉视频和照片的程序,程序不大,但是视频效果甚好,希望对你有用,Camera can be used to capture video and photos of the procedure, the procedure is not, but the effect of a very good video, I hope useful for you
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:642012
    • 提供者:姚伟
  1. web_server_in_c.rar

    0下载:
  2. 这是一个用C语言实现的WEB服务器,一款主要面向嵌入式系统的WEB服务器。它支持ASP,嵌入的JAVASCRPT与内存CGI处理。理论上,你可以在非嵌入式环境下很好的使用GoAhead Web服务器(正如我写这篇文章时所做的)。它的参考平台有Windows CE, Wind River VxWorks, Linux, Lynx, QNX,与Windows 95/98/NT。它基本上属于一个HTTP1.0标准的WEB服务器,对一些HTTP1.1的特性如(持久连接)也提供了支持。 ,This is
  3. 所属分类:Web Server

    • 发布日期:2017-03-22
    • 文件大小:1013024
    • 提供者:魏汝垚
  1. CC1100.rar

    0下载:
  2. 这个是我调试CC1100的源码,进行收发是没有问题,里面CCA功能的我也做了说明的,This is my source code debugging CC1100, there is no problem to send and receive, which the CCA function that I have done the
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:270650
    • 提供者:wangdongxu
  1. cloudwu-windsoul-cb721ac

    0下载:
  2. 云风 《风魂》的引擎源代码。是云风采用c++后来重写的。可供各位学习游戏引擎之用。-CloudWu s <<windsoul>> game engine source code. These codes are rewrited in C++.I think all of you will suffer a lot from it.
  3. 所属分类:Game Engine

    • 发布日期:2017-03-30
    • 文件大小:17399
    • 提供者:木子张
  1. PNGView

    0下载:
  2. 使用VC实现的PNG格式图片浏览,PNG解码使用了zlib库-PNG Viewer by Visual C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6236659
    • 提供者:张旭
  1. linux_boa_cgic

    1下载:
  2. 感谢徐德志上传的那个web-cgi,我的这个源码是用于项目的,对一个嵌入式linux设备的参数设置,很适合LINUX c的web开发-Thank Xu-Zhi upload that web-cgi, I have this source code is used for the project on an embedded linux device parameter settings, it is suitable for LINUX c Development of the web
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-09-22
    • 文件大小:1382064
    • 提供者:龚嘉
  1. bpsk

    0下载:
  2. 自己编写的bpsk c++源程序 已通过测试 无错误-I have written bpsk c source code has been tested to be error-free
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1979
    • 提供者:cc
  1. SIFT-opencv-verygood

    3下载:
  2. 我在论坛里找了很多关于这个SIFT算法的程序,很多根本就调不通,这个是我好不容易找到的比较好的结合C++和OPENcv工具箱的程序包,但是还是缺少了几个链接库文件,我已经加到了这个压缩包里面了,关于VC6下如何配置OPENCV的方法,也做了图片放到了里面,过程十分详细,对于初学者使用起来应该是最方便的了,绝对出结果。注意要配置,过程已经很清晰了。-First, note that password is wrh compressed package in the forum I found a
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:10872181
    • 提供者:吴若鸿
  1. Pseudo

    2下载:
  2. This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:4492
    • 提供者:michael yang
  1. poi2[1].5

    0下载:
  2. 一个很不错的API文件,poi的API文件,是chm格式的,希望对大家有用。-A very good API documentation, poi the API documentation is chm format, I hope for all of us useful.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1780598
    • 提供者:洋河林
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. PCM

    0下载:
  2. 自己写的PCM编译码,希望对你有帮助-PCM codec wrote it myself, I hope for your help
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-28
    • 文件大小:1971
    • 提供者:陈帅
  1. DES

    1下载:
  2. 信息安全实验指导上的DES源程序,纯c编程,可用于各种c编译器。代码结构,流程清晰,有代码解释,还提供了数据测试。希望对广大初学者有用!欢迎下载!-Information security guidance on the DES experimental source, pure c programming, can be used for a variety of c compiler. Code structure, processes explicit and to explain the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:17414
    • 提供者:maowu
  1. Crystal_Toolkit_100_lean

    0下载:
  2. 水晶图片工具:缩略图和图片浏览控制。 早在2006年,我开始在C#Windows窗体应用工作。我遇到一个项目中,我需要控制的形式显示缩略图系列,但我需要做的背景,边框和文字内容定制。我开发了一系列的控制称为水晶图片工具,已经允许我建立的应用程序同时显示缩略图和全图像。 我也许不应该命名此水晶,因为人们错误地联想到水晶报表的。我选择了一个奇迹,因为漫画人物的名字。我还想到了清晰的图像,也可能是歌曲,水晶蓝的说服力。或许,我只是一个螺母! -Back in 2006, I star
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:4913727
    • 提供者:胡六
  1. UART

    0下载:
  2. 关于STM8S单片机的串口C程序,里面有详细调试步骤说明-about STM8S mirocontroller UART C Program
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:77357
    • 提供者:
  1. TMS320LF2407

    0下载:
  2. 第0章绪论.数字信号处理器(DSP)综述 第1章TMS320LF240X系列DSP概述 第2章系统配置和中断 第3章存储器及I/O空间 第4章时钟和低功耗模式 第5章数字输入输出 第6章事件管理器(EV) 第7章模数转换(ADC)模块 第8章串行通信接口(SCI) 第9章串行外设接口SPI 第10章CAN控制器模块 第11章看门狗(WD)定时器 第12章DSP开发工具与开发环境 第13章DSP程序设计 ————主要内容: (1)DSP C语
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-16
    • 文件大小:4434471
    • 提供者:guxiaobin
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com