Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - unix timer
Search - unix timer - List
DL : 0
移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程,包括 uip 目录的文件(除uip-split.c)、unix 目录的文件、lib 目录的文件; 2)修改 uip/uip-neighbor.c 文件的 void uip_neighbor_add(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr) 函数,一般注释掉 printf 语句即可,或者改为你自己的串口格式化打印实现。 3)uip 目录里的源文件除 uipopt.h 外一般都无需修改;uipopt.h 包含了 uip-conf.h ,所以大部分修改可以在 uip-conf.h 里进行。 uip-conf.h 里加入如下定义,可以减少编译的警告: #define notdef 0 #define UIP_CONF_IPV6 0 #define UIP_ARCH_ADD32 0 #define UIP_ARCH_CHKSUM 0 #define UIP_NEIGHBOR_CONF_ADDRTYPE 0 4)移植工作主要是 定时器中断程序 与 网络驱动 的编写-1) to the uip-1.0 added to the works of all documents, including documents uip directory (except uip-split.c), unix file directories, lib directories of documents 2) Revise the uip/uip-neighbor.c documents void uip_neighbor_add (uip_ipaddr_t ipaddr, struct uip_neighbor_addr* addr) Function printf statements generally can be commented out or changed to your own print serial format to achieve. 3) uip the source file directory in addition to uipopt.h generally no need to change things uipopt.h contains uip-conf.h, most modifications can be uip-conf.h conducted. uip-conf.h to add the following definition, can reduce the compiler warning: # define notdef 0 # define UIP_CONF_IPV6 0 # define UIP_ARCH_ADD32 0 # define UIP_ARCH_CHKSUM 0 # define UIP_NEIGHBOR_CONF_ADDRTYPE 0 4) transplantation is a timer interrupt work process with the preparation of a network drive
Update : 2025-03-14 Size : 411kb Publisher : yuangaoping

DL : 1
Linux 用户模式下高精度定时器实现源代码-Linux user mode to achieve high-precision timer
Update : 2025-03-14 Size : 4kb Publisher : victor

unix-linux下多功能定时器,可以有多个alarm,线程安全。-unix-linux under the multi-function timer, you can have more than one alarm, thread-safe.
Update : 2025-03-14 Size : 3kb Publisher : mich

DL : 0
实现了linux unix下基于posix标准的定时器机制,支持定义定时事件链表,用于学习。-a timer class baseed on posix ,which can be used in linux and unix.This class support timer event array. just for share and study
Update : 2025-03-14 Size : 4kb Publisher : GuoQi

Some examples/programs of using unix signals. Write a program wich simulates a stopwatch. First the timer is initialized at 0. When receiving SIGUSR1 an intermediate time will be displayed. When receiving SIGUSR2 the program will end. Write a program which, upon receiveing the semnal SIGUSR1 signal starts to read a text file and, upon receiving the the SIGUSR2 signal displays the status#of a file:number of lines, number of words, number of characters
Update : 2025-03-14 Size : 1kb Publisher : mariaandreea5

DL : 0
UNIX下的信号编程,本例程将信号应用于定时器,在下班时间自动弹出警报。信号技术主要可用于后台定时器,应用范围很广-Signal programming under UNIX, this routine will signal applied to the timer, automatic pop-up alerts during off hours. Signal technology can be used for the timer in the background, a wide range of applications
Update : 2025-03-14 Size : 1kb Publisher : cexo

Unix/Linux下使用select和多线程可以精确到微秒级的定时器,封装成类可单独使用。-Select and multi-threaded Unix/Linux can be accurate to the microsecond timer, encapsulated into a class can be used alone.
Update : 2025-03-14 Size : 2kb Publisher : 李一文

allegro是一个c/c++的游戏库,免费,开源,最初作者是shawn hargreaves,他支持DOS,UNIX(Linux, FreeBSD, Irix, Solaris, Darwin), Windows, QNX, BeOS 还有 MacOS X.提供了大量的图形,声音,玩家输入(键盘,鼠标,游戏手柄),定时器等函数。它支持定点和浮点-allegro is a c/c++ game library, free, open source, the original author is shawn hargreaves, he supports DOS, UNIX (Linux, FreeBSD, Irix, Solaris, Darwin), Windows, QNX, BeOS as well as MacOS X. providing a large number ofgraphics, sounds, player input (keyboard, mouse, gamepad), timer function. It supports fixed-point and floating-point
Update : 2025-03-14 Size : 3.44mb Publisher : cloud

DL : 0
UNIX/Linux应用程序在使用select/poll调用实现I/O的集中控制时,可借此实现通用的定时器功能。因为依赖于之前上传的双向链表实现,故而也包含在其中。-UNIX/Linux applications to achieve the centralized control of the I/O using select/poll call will be able to achieve universal timer functions. Doubly linked list implementation uploaded as dependent on, and therefore also included.
Update : 2025-03-14 Size : 3kb Publisher : Richard

用QT写的一个摇奖游戏,在unix下写的,主要是针对重绘和定时器的使用。学习QT的不错选择,很多地方都会用到这方面的知识!-Write a lottery with QT game under unix written mainly for repainting and timer. QT is a good choice to learn, many places will be used this knowledge!
Update : 2025-03-14 Size : 358kb Publisher : chenkun
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.