CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - C程序

搜索资源列表

  1. modbus.rar

    2下载:
  2. modbus通信小程序,实现了设备间的串口通信,推荐给大家,modbus communication applet, the implementation of serial communication between devices, recommend to the U.S.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-18
    • 文件大小:1045
    • 提供者:路保虎
  1. w83627hf_wdt.rar

    0下载:
  2. 主板上提供一个可按分或秒计时的,最长达255级的可编程看门狗定时器,WDT超时事件发生时系统复位。 本程序(w83627hf_wdt.c)是基于Winbond83627芯片的看门狗驱动程序 ,The motherboard, or can provide a second time, and the most up to 255 programmable watchdog timer, WDT time-out system reset time of the incident. This
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 美国安全散列算法,可兼容于嵌入式C程序.已在ICC, KEIL中得到验证,U.S. Secure Hash Algorithm, compatible embedded C program. Has ICC, KEIL been tested in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5235301
    • 提供者:mafulu
  1. mops-0.9.1.tar.gz

    0下载:
  2. Mops 模型检测工具 用来对C程序进行检测,model checking c programs
  3. 所属分类:Exploit

    • 发布日期:2017-03-27
    • 文件大小:613189
    • 提供者:gavin
  1. playback.c

    0下载:
  2. ALSA用户空间语言播放程序,使用管道即可。同时亦可设置为读取文件。-ALSA user-space language player, you can use the pipeline. At the same time can be set to read the file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1119
    • 提供者:y
  1. Cryptology

    0下载:
  2. 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4351424
    • 提供者:小余
  1. myls

    1下载:
  2. 自己编写的Linux下的C程序,实现ls命令的功能。 可选参数有-a -l -al 后面可以加上目录或文件名,也可不加。不写路径的默认是当前目录。 输入错误命令会提示正确的命令格式。-A C program under Linux to achieve ls commands. Optional parameters are-a-l and-al Can be followed with the directory or file name. If the comma
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1552
    • 提供者:李淑怡
  1. Julia

    0下载:
  2. 用MFC编写的基于Julia集加密解密的算法,本程序能成功的绘制出2次,m次以及广义的Julia集,并且是在复数空间中,同时能实现无限制的放大,还可以选取任意大小空间截屏保存。接着利用Julia集对图像进行加密解密,并计算出他们的信噪比。全部功能都已实现,是本人的毕业设计。-Written with the MFC-based encryption and decryption algorithm for Julia sets, the program can successfully draw
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4659923
    • 提供者:bends
  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. rtc.c.tar

    0下载:
  2. 6410RTC驱动程序。。6410以新一代ARM11内核。支持linux操作系统。文件为6410下RTC驱动程序。-6410RTC driver. . 6410 to a new generation of ARM11 core. Support the linux operating system. File for the 6410 drivers under the RTC.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4078
    • 提供者:youqun
  1. socket1

    1下载:
  2. linux 下c程序编写的网络程序,可以读取配置文件中的ip和port进行网络连接 ,能写日志,是一个不错的开发软件例子.-include client the program,you can extend your program based on the example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:11398
    • 提供者:王彦华
  1. 8583

    0下载:
  2. c语言编写的8583解包程序 在unix环境下测试通过-c language program in 8583 unpack test unix environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3091
    • 提供者:暗流
  1. 05

    0下载:
  2. 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:19649
    • 提供者:qwt
  1. SHA-1

    1下载:
  2. SHA-1算法使用C语言实现,包含1个C程序和一个测试程序,经过测试,可以运行。-SHA-1 algorithm using C language, contains a C program and a test program, after testing, you can run.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-03-27
    • 文件大小:3334
    • 提供者:曹云青
  1. Change_passwd

    0下载:
  2. 在QT4.5开发环境中编写的一个修改密码程序,适用于修改密码功能。-QT4.5 development environment in the preparation of a modified password procedures, apply to modify the password function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2561076
    • 提供者:crystal923
  1. VA_X.10.4.1619.crack

    0下载:
  2. 非常棒的VC插件,能大幅度提升工作效率,强烈建议使用VC的同学安装!! 将安装目录中的VA_X.dll覆盖掉即可,注意版本。 关于visual assist x: 由whole tomato开发的visual studio的插件,通过它你可以实现高亮代码、输入提示、组织代码、纠错代码、快速阅读. 用这个东西可以在visual studio里快速高效方便地开发c++,vb,c#程序。下面是visual assist x的相关链接:-VC great plug-in, can gr
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-09
    • 文件大小:1283670
    • 提供者:dujingqing
  1. linuxCiso

    0下载:
  2. linux C程序基础与实例讲解---随书光盘。 其中源代码共大家学习借鉴。 包含 main.c mytool1 .h mytool2.c mytool2.h makefile 实例3-1.c 实例3-2.c 实例3-3.c 实例4-1.c 实例5 -2.c 实例5-3.c 实例5-4.c 实例5-5.c 实例5-6.c 实例5-7.c 实例5-8.c 实例5-9.c 实例5-10.c 实例5-11.c 实例
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:677926
    • 提供者:张彭
  1. qtsocket

    0下载:
  2. qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:31670
    • 提供者:sophia
  1. OV9710

    1下载:
  2. Linux下OV9710的驱动程序,和原理图-LINUX OV9710 DRIVER
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-04-20
    • 文件大小:248554
    • 提供者:ruchang
  1. yufa

    0下载:
  2. 利用C语言编制递归下降分析程序,并对简单语言进行语法分析,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The use of C language drop analysis of recursive procedures, and simple language syntax analysis, the realization of the lexical analysis procedure provided by the grammar checker word sequenc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:4045
    • 提供者:李鸿
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com