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

搜索资源列表

  1. glib-2.16.1.tar

    0下载:
  2. This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6413799
    • 提供者:zhouguochen
  1. mkfatImage

    1下载:
  2. mkfatImage:linux 中制作fat 文件分区镜像的工具,通过linux loop 设备完成,同时也是学习linux下shell 命令调用的好范例-mkfatImage: wrap the busybox command to create fat partition image
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-07
    • 文件大小:2995
    • 提供者:huangyonghua
  1. PerformanceTuningExample

    1下载:
  2. 关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。 -On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1274133
    • 提供者:徐鹏
  1. makefile

    0下载:
  2. a makefile program which makes 4 other makefile using for loop and .phony target.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:15748
    • 提供者:rohan
  1. qmonitor

    0下载:
  2. 4. This scr ipt is kind of a failure because for some reason NS2 only outputs a 10 line trace file. I am not sure why this is happening and will look into it. 5. 5. qmonitor.tcl is a modification of tutorial 5 and shows how the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1558
    • 提供者:vsiang
  1. suoxianghuan

    0下载:
  2. 1.了解锁相环的工作原理。 2、学习使用Cyclone器件中的嵌入式锁相环。 3、掌握数字存储示波器的使用方法。 4、测试嵌入式锁相环输出信号的特性。 -1. To understand the working principle of phase-locked loop. 2, learning to use Cyclone devices in the embedded phase-locked loop. 3, the digital storage oscilloscop
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:27644
    • 提供者:shanxu
  1. abs_guid_cn

    0下载:
  2. shell 是一个命令解释器.是介于操作系统 kernel 与用户之间的一个绝缘层.准确地说,它也是一种强力的计算机语言.过 将系统调用,公共程序,工具,和编译过的二进制程序粘合在一起来建立应用.事实上,所有的 UNIX 命令和工具再加上公共程序,对于shell脚本来说,都是可调用的.如果这些你还觉得不够,那么 shell 内建命令,比如 test 与循环结构,也会给脚本添加强力的支持和增加灵活性.Shell 脚本对 于 管理系统任务和其它的重复工作的例程来说,表
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1124289
    • 提供者:daxi
  1. fifo

    0下载:
  2. 一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:17387
    • 提供者:long
  1. lab4

    0下载:
  2. The subject of this programming assignment is writing a simple client-server application that uses (network) sockets.-The subject of this programming assignment is writing a simple client-server application that uses (network) sockets. The client-s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:ChuChu
  1. chunchuguanli

    0下载:
  2. 编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:12680
    • 提供者:hujiangang
  1. mp3player1

    0下载:
  2. Qt3 做的mp3player,可控制音量,进度条拖动,单曲循环,顺序执行,循环播放-Qt3 do mp3player, can control the volume, drag the progress bar, single cycle, sequence, loop
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1231385
    • 提供者:liuliming
  1. ConfigByteRead

    0下载:
  2. Linux Kernel Space project: Loop reading PCI configuration space
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:11457
    • 提供者:Ruslan
  1. test27

    0下载:
  2. 程序,要求程序运行后进入一个无限循环,打印用户按下的键的值,当用户按下中断键(Ctrl+Z)时,进入程序的自定义信号处理函数,当用户再次按下中断键(Ctrl+Z)后,结束程序运行;-Procedures, requirements to run the program into an infinite loop, printing the user presses a key value, when the user presses the interrupt key (CTRL+ Z), cu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1115
    • 提供者:丁占成
  1. homework2

    0下载:
  2. 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2598793
    • 提供者:熊涛
  1. homework3

    0下载:
  2. 自己设计并实现一个消息队列,该队列能够接收CLMessage继承体系的消息,并且保证多线程环境下线程是安全的。该消息队列可以融入到本课程所提供的程序库中,能够支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-Design and implement a message queue, the queue CLMessage inheritance system able to receive messages, and to ensure a multi-threaded
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:11718
    • 提供者:熊涛
  1. loop

    0下载:
  2. query loop Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:cenwengwiu
  1. cvmx-helper-loop

    0下载:
  2. Probe a LOOP interface and determine the number of ports connected to it.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1305
    • 提供者:ciewenfao
  1. cvmx-helper-loop

    0下载:
  2. Functions for LOOP initialization, configuration, and monitoring.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2391
    • 提供者:dervunzs
  1. loop

    0下载:
  2. CloogLoop structure: this structure contains all the informations of a loop generated or to be generated.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3474
    • 提供者:juefonnun
  1. pid-control-system-master

    0下载:
  2. Closed Loop Control, Remote Sensors and Remote UX on RPi3
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:68608
    • 提供者:kiemsi
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com