摘要:
(1)安装msys2 (2)更新\etc\pacman.d\下的源文件 mirrorlist.msys Server = http://repo.msys2.org/msys/$arch/ Server = https://sourceforge.net/projects/msys2/files/R 阅读全文
摘要:
【1】ffmpeg+mingw32编译 借鉴 https://blog.csdn.net/gjpzl/article/details/97616457 (1)准备环境 下载 https://github.com/rageworx/ffmpeg-2.2-mingw.git https://www.li 阅读全文
摘要:
#include <stdlib.h> #include <string.h> #include <getopt.h> #include <stdint.h> #include <stdio.h> #include <limits.h> #include <unistd.h> #include <sys/types.h> typedef enum { DC1394_BAYER_METHOD_NEA 阅读全文
摘要:
#include#includetypedef struct{ char *mem; char len;}m_table_t;int table_cmp(m_table_t *p1, m_table_t *p2){ int ret; if(p1->len == p2->le... 阅读全文
摘要:
#include #include #include int str_split(char *input, char *output, int *out){ char *p; int i,in_len,len,max,flag; in_len = strlen(input)... 阅读全文
摘要:
/vendor/sprd/open-source/tools/crashcat sysdump.core.* > dump.bincrash -m phys_base=0x80000000 dump.bin vmlinuxbtlogpsdis -l c1234567struct -o 结构体p 查看... 阅读全文
摘要:
#include#include#define DEBUG ({for(k = l ; k x) j--; /* 从右向左找第一个小于x的数 */ if(i %d\n", s[i], s[j]); s[j--] = s[i]; } } printf("s[%d]%d <--- %d\n",i, s[i], x); s[i] = x; DEBUG;printf("\n"); quickSort(s, l, i - 1); qui... 阅读全文
摘要:
#include#include#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 100 /* 存储空间初始分配量 */#define LH +1 /* 左高 */#define EH 0 /* 等高 */#define RH -1 /* 右高 *//* 二叉树的二叉链表结点结构定义 */typedef struct BiTNode /* 结点结构 */{ int data; /* 结点数据 */ int bf; /* 结点的平衡因子 */ struct Bi... 阅读全文
摘要:
一些用C语言去解的问题http://www.cnblogs.com/Jason-Damon/default.html?page=1 阅读全文
|