码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
TI C66x DSP 系统events及其应用 - 5.2(PDSP配置)
本节讲述PDSP监控的配置。 QMSS PDSP:The queue manager sub system contains two or eight packed data structure processors (PDSP) and associated hardware that allow autonomous QMSS-related tasks with interrupt not...
分类:其他好文   时间:2014-05-11 04:02:36    阅读次数:507
OD: Memory Attach Technology - Exception
看到第六章了:形形色色的内存攻击技术异常处理结构体 S.E.H Structure Exception HandlerS.E.H 是 Windows 处理异常的重要数据结构。每个 S.E.H 为 8 字节:包含 S.E.H 链表指针和异常处理函数句柄(两个 DWORD)。1. S.E.H 存放在系统...
分类:其他好文   时间:2014-05-11 00:57:15    阅读次数:643
Frontend Knowledge Structure
Frontend Knowledge Structure项目起源还记得@jayli 的这幅前端知识结构图么。图片的形式具有诸多的不便。缺失源图的我们,无法为此图贡献些什么,随着时间的迁移,或许有些技术点会发生改变,所以有了这个GitHub项目。我们可以通过协作的方式来共同维护这个项目。Git的历史记...
分类:其他好文   时间:2014-05-10 06:17:35    阅读次数:557
hdu 1325 Is It A Tree?
Problem DescriptionA tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by dire...
分类:其他好文   时间:2014-05-10 03:18:52    阅读次数:374
UVA Parentheses Balance
题目如下: Parentheses Balance You are given a string consisting of parentheses () and []. A string of this type is said to be correct: (a)     if it is the empty string (b)     if A and B are ...
分类:其他好文   时间:2014-05-09 20:57:46    阅读次数:316
UVA ShellSort
题目如下: Problem D: ShellSort He made each turtle stand on another one's back And he piled them all up in a nine-turtle stack. And then Yertle climbed up. He sat down on the pile. What a wonderful v...
分类:其他好文   时间:2014-05-09 06:20:44    阅读次数:396
Redis的两个小技巧
1、通配删除相同前缀的缓存DEL命令的参数不支持通配符,但我们可以结合Linux的管道和xargs命令自己实现删除所有符合规则的键。比如要删除所有以“structure_”开头的键,就可以执行下面的语句redis-cli KEYS "structure_*" | xargs redis-cli DE...
分类:其他好文   时间:2014-05-08 14:37:53    阅读次数:313
uva The Dole Queue
题目如下: The Dole Queue  In a serious attempt to downsize (reduce) the dole queue, The NewNational Green Labour Rhinoceros Party has decided on the followingstrategy. Every day ...
分类:其他好文   时间:2014-05-07 15:46:40    阅读次数:235
LeetCode——LRU Cache
LRU Cache   Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be posi...
分类:其他好文   时间:2014-05-07 07:16:21    阅读次数:316
内核链表list.h
stddef.h #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) kernel.h /** * container_of - cast a member of a structure out to the containi...
分类:其他好文   时间:2014-05-07 02:10:07    阅读次数:410
2775条   上一页 1 ... 275 276 277 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!