以熟悉的固件库函数说明中函数GPIO_Init(GPIO_TypeDef *GPIOx,
GPIO_IintTypeDef *GPIO_InitStructure)为例 GPIOA...G 结构体成员GPIO_Pin、GPIO_...
分类:
其他好文 时间:
2014-06-12 19:45:42
阅读次数:
392
1001暴力#include #include #include using namespace
std;const int maxn = 100100;int ll[maxn], rr[maxn];struct node{ int x, y,
bj;}e[maxn];int main(){ int...
分类:
其他好文 时间:
2014-06-12 18:51:11
阅读次数:
238
//Callback.h#ifndef __CALLBACK_H__#define
__CALLBACK_H__typedef void (*T_CallBack)(void *);typedef struct { T_CallBack cb;
void *obj;}ST_CallBa...
分类:
编程语言 时间:
2014-06-10 22:12:08
阅读次数:
295
注意题目长度不能考虑前缀,而且如果即存在一个选项的长度的两倍小于其他所有选项的长度,也存在一个选项的长度大于其他选项长度的两倍,则答案不是一个好的选择,只能选择C。#include
#include #include #include using namespace std;struct Answe...
分类:
其他好文 时间:
2014-06-10 19:30:17
阅读次数:
208
1 #ifndef __MAPLE_MATRIX_H__ 2 #define
__MAPLE_MATRIX_H__ 3 4 #include "maple.h" 5 6 typedef struct MATRIX{ 7 union{ 8
...
分类:
其他好文 时间:
2014-06-10 16:04:42
阅读次数:
159
Sort a linked list using insertion sort. 1 /**
2 * Definition for singly-linked list. 3 * struct ListNode { 4 * int val; 5 *
ListNode *nex...
分类:
其他好文 时间:
2014-06-10 12:14:19
阅读次数:
253
1 #ifndef __MAPLE_MATRIX_H__ 2 #define
__MAPLE_MATRIX_H__ 3 4 #include "maple.h" 5 6 typedef struct MATRIX{ 7 union{ 8
...
分类:
其他好文 时间:
2014-06-10 10:28:48
阅读次数:
310
//Callback.h#ifndef __CALLBACK_H__#define
__CALLBACK_H__typedef void (*T_CallBack)(void *);typedef struct { T_CallBack cb;
void *obj;}ST_CallBa...
分类:
编程语言 时间:
2014-06-10 10:26:44
阅读次数:
298