搜索资源列表
移植uip-1.0到Atmega32
- 移植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)u
timer
- Linux 用户模式下高精度定时器实现源代码-Linux user mode to achieve high-precision timer
wrap_alarm
- unix-linux下多功能定时器,可以有多个alarm,线程安全。-unix-linux under the multi-function timer, you can have more than one alarm, thread-safe.
Timer
- 实现了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
signalsExample
- 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
ONLINE
- 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 ra
selectTimer
- Unix/Linux下使用select和多线程可以精确到微秒级的定时器,封装成类可单独使用。-Select and multi-threaded Unix/Linux can be accurate to the microsecond timer, encapsulated into a class can be used alone.
allegro-5.0.7
- 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
timer
- 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 impl
yaojiang
- 用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!