摘要:
前言 主要是Linux网络程序和多线程程序的编写,实现一个网络访问的LED矩阵显示器。客户端采用telnet进行连接。 socket的编程主要和计网实验课上的差不多,计网实验socket编程传送门 字符串的显示 在上次显示一个字符的基础上进行一个字符串的显示。字符的显示 对于字符串的显示可以直接写入 阅读全文
摘要:
博客已迁移,请前往http://wangkejie.me/2016/06/04/rasp-gpio/阅读 阅读全文
摘要:
博客已迁移,请前往http://wangkejie.me/2016/05/27/linux-pthread-socket/阅读 阅读全文
摘要:
博客已迁移,请前往http://wangkejie.me/2016/05/21/ucos-stm32-migration/阅读 阅读全文
摘要:
工作区,版本库解析 参考链接:http://blog.csdn.net/felix_f/article/details/8777463 左边为工作区,即是我们平时看到的目录,右图为版本库,其中版本库中左侧的index为暂存区(stage, index),右侧为分支(图中为master) 我们修改工作 阅读全文
摘要:
mysql 5.5版本安装 第一次安装直接采用了apt-get直接安装只要按顺序输入以下几条命令即可以完成安装 安装完成后通过mysql --version就可以查看安装时候成功以及安装的mysql的版本 mysql的卸载与最新版本安装 由于apt-get中mysql的源比较老,安装的mysql是5 阅读全文
摘要:
博客已迁移,请前往http://wangkejie.me/2016/04/17/stm32-start-cube/阅读 阅读全文
摘要:
This puzzle consists of a random sequence of m black disks and n white disks on an oval-shaped track, with a turnstile capable of flipping (i.e., reve 阅读全文
摘要:
Worm is an old computer game. There are many versions, but all involve maneuvering a "worm" around the screen, trying to avoid running the worm into i 阅读全文
摘要:
ProblemA cyclic number is an integer n digits in length which, when multiplied by any integer from 1 to n, yields a ��cycle�� of the digits of the ori 阅读全文