Chinaunix首页 | 论坛 | 博客
  • 博客访问: 247945
  • 博文数量: 49
  • 博客积分: 110
  • 博客等级: 民兵
  • 技术积分: 510
  • 用 户 组: 普通用户
  • 注册时间: 2013-01-13 00:59
个人简介

make it run,make it better,make it fast. https://github.com/liulanghaitun

文章分类

全部博文(49)

文章存档

2023年(1)

2022年(2)

2020年(4)

2019年(4)

2017年(15)

2016年(3)

2014年(3)

2013年(14)

发布时间:2017-10-22 10:12:46

点击(此处)折叠或打开#include #include struct node {    int index;    struct node* next;};struc.........【阅读全文】

阅读(601) | 评论(0) | 转发(0)

发布时间:2017-10-22 00:42:51

1)编译平台:gentoo $uname -a Linux gentoo 4.12.12-gentoo #2 SMP Thu Sep 14 21:32:14 CST 2017 x86_64 Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz GenuineIntel GNU/Linux2)编译软件:chez scheme$scheme -v 或者使用(petite -v)Chez Scheme Version 9.4Copyright 1984-2016 Cisco Systems, Inc.3)编.........【阅读全文】

阅读(911) | 评论(0) | 转发(0)

发布时间:2017-10-21 22:21:30

开发环境:gentoo Linux gentoo 4.12.12-gentoo开发工具: codelite 9.1新建工程,选择wxWigets Console Apllication点击(此处)折叠或打开#include   #ifndef WX_PRECOMP     #include .........【阅读全文】

阅读(905) | 评论(0) | 转发(0)

发布时间:2017-10-20 18:38:45

点击(此处)折叠或打开#include <stdio.h>#include <stdlib.h>typedef struct tree{    int data;    struct tree *left;    str.........【阅读全文】

阅读(560) | 评论(0) | 转发(0)

发布时间:2017-08-16 21:19:17

crossdev -t s4 --gcc =5.4.0 -v arm-none-eabigcc版本为当前系统安装的版本,通过gcc -v 可以获得......【阅读全文】

阅读(1694) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册