资源列表
Linux 24学时教程
- 一本非常不错的linux书!-a very good book linux!
sunxinCode
- 孙鑫深入详解VC++代码,配合书看很经典的-Code for sunxin s VC++
LINUX
- linus 详细例子,主要介绍了links的使用方法-the discr iption of linus examples
LINUX24
- linux34小时教程,24小时学会linux,听起来很诱人,其实学习的根本在于坚持。很有用的书。-linux34-hour tutorials, 24 hours learn linux, sound tempting, in fact, is to uphold the fundamental learning. Very useful book.
Linux_24_hours
- 24学时每次1小时的课程能使你迅速掌握Linux各方面的内容,简单易懂,通俗实用-1 hour 24 hours per course will enable you to grasp the contents of all aspects of Linux, easy to understand, practical Popular
LINUX24learning
- Linux24教程,详细讲述Linux的使用,从入门到精通,很适合初学者使用,非常好-Linux24 tutorial, detailing the use of Linux, from the entry to the master, it is suitable for beginners to use, very good
mscomm
- 读取激光串口通信数据,并转换为数组格式并显示在界面中,可以实现接收和发送(Read serial data, and converted to array format)
Archive
- Result file from Tongue Detection.
Liang_Network_programming_2-5
- 这是梁伟《Visual C++网络编程经典案例详解》随书源码(2-5章)。包括的程序有:Socket套接字编程、多线程编程、异步套接字编程、FTP浏览器、网页浏览器。原书所有的源代码文件太大了,只能分成3个资源了。-This is Liang " Visual C++ Network Programming Detailed classic case of" source code with the book (chapters 2-5). The procedures inc
russian-square
- 本程序主要完成俄罗斯方块的基本功能,开始界面可选择开始游戏、查看游戏说明和得分记录。方块下落速度随分数的增加而增加,消行时会闪烁,游戏结束可重新开始也可保存游戏,可查看游戏记录和游戏说明,有背景音乐。 算法1:卡位判断,用矩阵解决。当移动方向上地图的值和方块的值都不为零时,返回值为零,不能移动,否则返回值为一,可以移动。如果将图形打出来,会多出不少有规律且重复的代码。 算法2:转动方块:定义b[i][j],将旋转赋值给b,判断b与所在位置是否可以放下,若可以,将b值再赋值给a-Com
ChartRoom_UDP_Client
- 基于UDP的聊天室编程2(客户端)--利用CSocket类实现了一个基于UDP无连接的聊天室程序,并且配有执行后的效果图,和具体的操作过程。是学习MFC网络程序设计的好范例,可根据自己的需要有所扩展 -UDP-based chat program 2 (client)- Using CSocket class implements a connectionless UDP-based chat program, and with the effect after the implement