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

搜索资源列表

  1. Linux下C语言编程——时间概念

    0下载:
  2. Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language -- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9698
    • 提供者:李琳
  1. main.c

    0下载:
  2. 利用linux下gtk+/gnome编程,动态绘图,并把所绘制图像每隔一定时间以当前时间为文件名保存在硬盘上-use under linux gtk / gnome programming, dynamic graphics, and images are drawn every time to the current time of the document were kept on the hard drive
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3049
    • 提供者:时柏营
  1. mediarecorder.tar

    0下载:
  2. 改写的qtopia录音放音程序,好用。下到板子上要调试一下,如果max time等于0需改源码-rewrite the procedures of audio recording and ease of use. Under that plank on to debug that if max time equal to 0 will be diverted FOSS
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:114192
    • 提供者:郭治
  1. COScode

    0下载:
  2. μC/OS-Ⅱ读做\"micro C O S 2\",意为\"微控制器操作系统版本2\"。世界上已有数千人在各个领域使用μC/OS,例如,照相机行业、医疗器械、音响设施、发动机控制、网络设备、高速公路电话系统、自动提款机、工业机器人等等。很多高等院校将μC/OS用于实时系统教学- Mu C/OS- II reads makes \"micro C O S 2\", Italy is \"micro controller operating system edition 2\". In the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:369167
    • 提供者:杨杰
  1. pthread_examples.tar

    0下载:
  2. 多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2556
    • 提供者:李强
  1. j2000-code+doc

    0下载:
  2. The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an im
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:502455
    • 提供者:boy5678
  1. apr-1.2.6.tar

    0下载:
  2. APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。-APR (Apache portable Run-time libraries, Apache Portable Runtime library) if the purpose of the same name. mainly for the upper application can provide
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1103630
    • 提供者:everest
  1. 1ekjd222

    0下载:
  2. 同步与异步write的效率比较 UNIX的文件I/O系统调用,及UNIX系统有关时 间函数的使用-Synchronous and Asynchronous write a more efficient document UNIX I / O system call. UNIX system and the use of the time function
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11426
    • 提供者:战天
  1. q32998

    0下载:
  2. 利用实时内核开发嵌入式多任务程序 -use of embedded real-time kernel development process using multi-task kernel development of embedded real-time multi-task procedure
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:37528
    • 提供者:林智文
  1. apr.tar

    0下载:
  2. APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。在早期的Apache版本中,应用程序本身必须能够处理各种具体操作系统平台的细节,并针对不同的平台调用不同的处理函数。随着Apache的进一步开发, Apache组织决定将这些通用的函数独立出来并发展成为一个新的项目。这样,APR的开发就从Apache中独立出来,Apache仅仅是使用APR而已。-APR
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1100750
    • 提供者:yuzhang
  1. UCOSIIkernalschedinganalysis

    0下载:
  2. 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:161385
    • 提供者:Jacky
  1. linuxtimer

    0下载:
  2. 内核定时器的使用+linux+timer-The use of the kernel timers+ linux+ timer
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-10-27
    • 文件大小:7929
    • 提供者:龙建一
  1. 431465_b5876716cac6a624

    0下载:
  2. 基于QQ2440 ARM开发板的实时绘制曲线图的QT程序,从ARM板上的串口接收数据后,绘制曲线图形,然后利用网口将数据传输到PC机上。-QQ2440 ARM development board based on real-time rendering curve of the QT program, from the ARM-board serial port to receive data, draw curve graph, then use the Ethernet port to tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3124
    • 提供者:fde fd
  1. my-2440-time

    0下载:
  2. linux2.6.30内核在s3c2440上的设备驱动的例子,利用新的os API编写的驱动。-linux2.6.30 the kernel' s device drivers s3c2440 example of the use of new os API driver prepared.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:77961
    • 提供者:赵新
  1. Linux_timer

    0下载:
  2. 详细介绍了Linux 环境下定时器的使用,以及进程时间的测量。-Details of the Linux environment, the use of timers, and the process of time measurement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:73051
    • 提供者:driftage
  1. c_time

    0下载:
  2. c语言使用的关于时间函数的总结,可以通过这个总结得到你想要的时间转换效果。-c language use on the summary function of time, can be summed up by this time of transition effects you want.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:70065
    • 提供者:hehe
  1. source

    0下载:
  2. source file use for linux-1.what about signal handling for child process?2.exchange child and parent and watch fun3.demonstrates how to open a program for standard i/o4.a socket-based time of day server5.a tiny calculator that uses dc to do its work
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4997
    • 提供者:king
  1. UNIX-time-sharing-system

    0下载:
  2. 该材料是对于Unix中的Time-Sharing 系统的详细介绍,从Time-Sharing 系统使用的原因、细节、优点以及缺点方面介绍。-The material is for the Unix Time-Sharing System in the detailed descr iption of the system from the Time-Sharing the use of reason, details, advantages and shortcomings of introdu
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:112640
    • 提供者:wzq
  1. linux-time

    0下载:
  2. 简单介绍了linux系统下时间函数的使用-A brief introduction of a function of time under linux system use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:35481
    • 提供者:曾伍杨
  1. jaws-core-0.8.17.tar

    0下载:
  2. Jaws 是一个框架和内容管理系统的动态网站的建设。它的目的是要友好的用户提供易用和多种方法来定制的网站,但同时是开发者友好的,它提供了一个简单的和强大的框架。 Jaws完整版包括爪的核心,所有小工具 ,所有的主题。-Jaws is the building of a framework and content management systems, dynamic websites. Its purpose is to provide ease of use and a variet
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4257938
    • 提供者:任金磊
« 12 3 4 5 »
搜珍网 www.dssz.com