CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - Linux c Function

搜索资源列表

  1. ftpClient

    0下载:
  2. 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-22
    • 文件大小:5913
    • 提供者:许永贤
  1. socket

    0下载:
  2. linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:999
    • 提供者:songzi
  1. LinuxC

    0下载:
  2. LinuxC函数库参考手册.linux下常用不常用的C函数库.讲得非常清楚,每个函数都有示例代码.-LinuxC library reference manual. Linux is not commonly used under the commonly used C library. To put it very clear that each function has sample code.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-17
    • 文件大小:4967979
    • 提供者:谭宜平
  1. linux_c

    0下载:
  2. LINUX下的C 函数查询,有很多基本函数,但是最好的大家是参考MAN手册。-C under LINUX function inquiries, has a lot of the basic function, but the U.S. is the best reference manual MAN.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-27
    • 文件大小:180278
    • 提供者:hh
  1. Linux_C_HS.chm

    0下载:
  2. 嵌入式linux下C函数参考手册,chm格式,建议使用专门chm格式工具打开。-Linux embedded under the C function reference manual, chm format, it is recommended to use special tools to open chm format.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:258906
    • 提供者:魏冲
  1. linux_c_func

    0下载:
  2. linux的c函数说明文档,用于编程时的c函数查找。嵌入式编程的辅助工具,特别适用对C函数库不熟的初学者。-Linux C function discr iption file,using for programming,help the programmer review the C function.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:128608
    • 提供者:黄海荣
  1. C_programming_in_Linux

    0下载:
  2. 《嵌入式Linux C语言编程》一书的电子版,以及C语言编程的函数查询手册,非常适合于linux开发的同志学习!-" Embedded Linux C programming language," an electronic version of the book, and the C programming language function, check manual, very suitable for development linux Learn from Comra
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-26
    • 文件大小:9709630
    • 提供者:刘红
  1. CFingerprint

    0下载:
  2. 该部分的代码由C写成的指纹识别代码。 程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像 的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改 程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。 代码可以在Linux下面编译通过。-That part of the code written by the C code for fingerprint recognitio
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:46401
    • 提供者:章立
  1. LinuxCFunctionsManual

    0下载:
  2. exe电子书:Linux C函数手册---函数功能,使用方法,返回值等.非常实用-exe e-book: Linux C Functions Manual--- function function, use the return value and so on. very useful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:512936
    • 提供者:Brilliance
  1. audio_frequency

    0下载:
  2. 文件包中有三个文件:sound.c,mixer.c.vol.c 其中sound.c是实现打开、关闭音频接口,同时实现录音放音功能的文件; mixer.c是实现读取当前混音器的设备信息,设置左、右声道增益功能的文件; vol.c是实现调节音量功能的文件 此文件是基于linux开发板编写的-Package has three files: sound.c, mixer.c.vol.c sound.c which is to achieve open, close the audio
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:3258
    • 提供者:张婕
  1. FPM.c.tar

    0下载:
  2. 利用linux写的串口参数设定函数。 编写串口通信时参考-Using linux to write the serial parameter setting function. Reference when writing serial communication
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:1463
    • 提供者:luxingmin
  1. wifi-sever-client

    0下载:
  2. 语言:C语言编写的源代码,编译通过,可运行。 功能:linux系统下PC机(或开发板)之间利用无线通信实现实时聊天。这是最简-Language: C language source code, compile, run. Function: linux system a PC (or board) to use wireless communication between the real-time chat. This is the most simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-22
    • 文件大小:3564
    • 提供者:phobey
  1. misc_add

    0下载:
  2. Linux混杂设备驱动编写方法   当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。   程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1383
    • 提供者:Joshua
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:8792
    • 提供者:weiwei
  1. linuxC

    0下载:
  2. linux 下 C函数参考书 linuxC函数手册-Under linux linuxC function C function reference manual
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:196954
    • 提供者:hunter
  1. Linux-C

    0下载:
  2. 用于linux编程时函数实例的查询,很方便的查询工具,很适合初学者使用 -Instance of query for Linux programming function, convenient query tools, very suitable for beginners to use
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-18
    • 文件大小:4983904
    • 提供者:平儿
  1. linux-C-function-manual

    0下载:
  2. linux C 函数手册,包含各种常用C函数的定义、表头文件、说明、返回值、相关函数、示例等。-linux C function manual, the definition includes a variety of commonly used C functions, header files, descr iption, return values, the correlation function, examples and so on.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-26
    • 文件大小:196686
    • 提供者:fds
  1. qq_final

    0下载:
  2. 用linux库函数编写的简易QQ通信程序 采用CS模型-junior QQ communication program written by linux C-library function based on C-S mode
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-29
    • 文件大小:32089
    • 提供者:杨威
  1. Linux-C-library-reference-manual

    0下载:
  2. Linux C函数库参考手册、包括字符测试函数、数据转换函数、内存配置函数、时间函数、字符串处理函数-Linux C library reference manual, including character test function, data conversion functions, memory allocation, time function, string handling functions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-18
    • 文件大小:5092300
    • 提供者:赵硕硕
  1. system

    0下载:
  2. linux下简单学生操作系统的实现,双向循环链表的使用,数据结构中对于结构体的练习。(Linux simple calendar implementation, the use of curses library color change function, you can make the color more brilliant.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-20
    • 文件大小:8192
    • 提供者:尺素
« 12 »
搜珍网 www.dssz.com