搜索资源列表
msg_queue.tar
- linux下的消息队列的一些函数封装,包括消息队列的创建,发送消息,接受消息,清除消息等.
B48
- 在继续运行之前,清除特定窗口中所有的鼠标单击和键盘敲击消息队列,可以处理当前应用程序消息队列中所有的消息,下载—除了被选定窗口的消息之外,该窗口的消息将被删除。-Before continuing operation to remove all of the specific window the mouse click and keyboard percussion message queues, the application can handle the current message q
kyototycoon-0.9.16.tar
- Kyoto Tycoon 是一个轻量型的数据库服务器,可以自动清除过期数据,这对于许多应用程序的缓存数据很有用。Kyoto Tycoon还是一个KyotoCabinet的网络接口。-Kyoto Tycoon is a lightweight database server with auto expiration mechanism, which is useful to handle cache data of various applications. Kyoto Tycoon is als
cscope.tar
- 四个脚本用来方便在Linux下面看代码。 vimcfg用来生成工程,vimmcler用来清除生成文件。-Four scr ipts used to facilitate the following looking at the code in Linux. vimcfg used to generate projects, vimmcler to remove generated files.
my_calc_
- 使用QT4实现的一个计算器,能够实现加、减、乘、除基本的功能,还能够实现清除功能。-QT4 achieved using a calculator, can be achieved add, subtract, multiply, divide the basic functions, but also to achieve clearance.
qt_qq
- 这是用tcp制作的一个qt的简单的聊天工具。两个对话框,相互间发送或者接收数据,通过设置端口和地址连接,还可以清除所发送或者接收的数据。-This is a qt tcp making a simple chat tool. Two dialog boxes, send or receive data to each other, by setting the port and address of the connection, you can also clear the sending o
calculator
- QT计算器的简易实现,实现加减乘除以及清除,上一步等功能-QT calculator easy to achieve, addition, subtraction, multiplication and division, as well as clear, step
12
- 编程实现清除线性表L=(a0,a1,---,ai,-------,an-1)中重复元素。(programing to realize cleaning the repeated elements in sequence sheet)
7.滴答定时器实验
- Systick就是一个定时器而已,只是它放在了NVIC中,主要的目的是为了给操作系统提供一个硬件上的中断(号称滴答中断)。滴答中断?这里来简单地解释一下。操作系统进行运转的时候,也会有“心跳”。它会根据“心跳”的节拍来工作,把整个时间段分成很多小小的时间片,每个任务每次只能运行一个“时间片”的时间长度就得退出给别的任务运行,这样可以确保任何一个任务都不会霸占整个系统不放。或者把每个定时器周期的某个时间范围赐予特定的任务等,还有操作系统提供的各种定时功能,都与这个滴答定时器有关。因此,需要一个定时