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

搜索资源列表

  1. bootp_tftp_serv

    0下载:
  2. This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through a TCP/IP network. The goal was to design a small footprint implementation to allow the code to be integrated into a monitor program stored in
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:71049
    • 提供者:libran
  1. inet_ntop

    0下载:
  2. 实现inet_ntop的功能, 将网络二进制转换成点分十进制,在linux下运行-Achieve inet_ntop function, the network converts the binary decimal point, to run in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2331
    • 提供者:zhaoyj
  1. mmap

    0下载:
  2. UNIX提供了程序共享内存的机制,Linux内核从2.0开始也加入了这一功能。mmap(memory map)函数用于建立一段内存,使之能够被多个程序读写。它创建一个指向一段内存区域的指针并将其与特定的文件内容关联。-UNIX provides a mechanism for sharing memory, Linux kernel 2.0 from the beginning of this feature is also added. mmap (memory map) for the e
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1058
    • 提供者:sbyygyfd
  1. chat

    0下载:
  2. 利用select函数在linux环境下实现的一个聊天程序,满足要求: (1)用户默认出于广播模式,一个客户在其客户端发送消息,其他客户端用户全部都可以收到; (2)程序支持下列命令 /help:显示帮助信息 /quit:用户退出聊天室,同时将退出信息广播给其他用户; /who:显示在线用户; /send 户名 消息:向指定用户发送点到点消息。 代码验证通过,保证能运行 -The use of select function in linux envir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3146
    • 提供者:bobby
  1. AKAE_train_task

    0下载:
  2. 北京亚嵌(AKAE)培训--任务task实验代码从应程设计的角度来看,UC/OS-II的任务就是一个线程,就是一个用来解决用户问题的C语言函数和与之相关联的一些数据结构而构成的一个实体。 -Beijing Asia-embedded (AKAE) training- mission task test code from the design point of view should be way, UC/OS-II task is a thread that is used to reso
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:563938
    • 提供者:
  1. netfilter

    0下载:
  2. netfilter源码。通俗的说,netfilter的架构就是在整个网络流程的若干位置放置了一些检测点(HOOK),而在每个检测点上上登记了一些处理函数进行处理(如包过滤,NAT等,甚至可以是 用户自定义的功能)。 -netfilter source. Popular to say, netfilter framework is the process in a number of locations throughout the network to place a number of det
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:738270
    • 提供者:rch
  1. Linux-driver-development14

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第14章、Linux终端设备驱动。在Linux系统中,终端设备非常重要,没有终端设备,系统将无法向用户反馈信息,Linux系统中包含控制台、串口和伪终端3类终端设备。14.1节阐述了终端设备的概念及分类,14.2节给出了Linux终端设备驱动的框架结构,重点讲解tty_driver结构体及其成员。14.3~14.5节在14.2节的基础上,分别讲解Linux终端设备驱动的模块加载/卸载函数和open()、cl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:706789
    • 提供者:华清远见
  1. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1753927
    • 提供者:liyi
  1. GP2PCF_GPU_v0.2

    0下载:
  2. 这是我的平时写的关于GPU实现两点相关函数的代码-this code is about the complement of the two point correlation function with GPU.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:6099
    • 提供者:追逐
  1. dspdefs

    0下载:
  2. Bridge driver entry point and interface function declarations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8213
    • 提供者:fonxeipo
  1. personality

    0下载:
  2. userspace function ptrs point to descr iptors (signal handling). -userspace function ptrs point to descr iptors (signal handling).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:rongxaifen
  1. vp9_aq_complexity

    0下载:
  2. Make SURE use of floating point in this function is safe.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2074
    • 提供者:jmnwtun
  1. ANTLRCommonErrorNode

    0下载:
  2. When taking a step back up the stack, the pc will point to the next instruction to , not the currently executing instruction. This function adjusts the pc to the currently executing instruction. -When taking a step back up the stack, the pc will po
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4560
    • 提供者:yengjeipp
  1. uspoof_impl

    0下载:
  2. The maximium length (in UTF-16 UChars) of the skeleton replacement string resulting a single input code point. This is function of the unicode.org data. -The maximium length (in UTF-16 UChars) of the skeleton replacement string resulting a single
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:12360
    • 提供者:jhbfyo
  1. e_jn

    0下载:
  2. floating point Bessel s function of the 1st and 2nd kind of order n.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2732
    • 提供者:lacuerw
  1. asinpi

    0下载:
  2. Function: To allow the FPU diagnostics to detect the presence and type of Floating Point Co-processor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3427
    • 提供者:suiyanggq
  1. bessel

    0下载:
  2. floating point Bessel s function of the first and second kinds of order zero.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4266
    • 提供者:rvvklu
  1. xxx

    0下载:
  2. FOPTION(1) - function to determine if particular floating point options are available at run time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1883
    • 提供者:kingentue
  1. click

    0下载:
  2. Function: To allow the FPU diagnostics to detect the presence and type of Floating Point Co-processor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:quiwunving
  1. wemall6

    0下载:
  2. 1、采用react native 开发,适用android和ios; 2、从开发体验来看,前后端都是使用js,开发效率非常高; 3、从性能来看,后台采用node.js开发,nodejs非常擅长IO操作,轻松应对10K高并发请求; 4、与微信单用户共用一个后台,实现用户在微信端和app端账户的一致性,数据统一; 5、支持余额提现,充值余额的功能。(1, the use of react native development,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:21852160
    • 提供者:宅享乐
« 12 »
搜珍网 www.dssz.com