资源列表
上古神器
- 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
7219n
- 关于MAX7219的使用,-MAX7219 on the use,
msp430
- led
单片机闪灯程序,采用定时器中断
- 风格简洁值得借鉴,初学者的经典实例
user_login
- discuz登录整合示例,php版本,下载前请先看提示。-discuz login demo
dd2
- Java applet using layout, textfields , label setting and mouse event handler.
socket
- 我的第一个网络编程,很简单,但是很实用,简明扼要地展现了网络编程的步骤,思路清晰,易于学习-My first network programming, it is simple, but very practical, concise steps to show the network programming, clear, easy to learn
broadcast
- windows下通过UDP广播实现发送和接受消息的小程序。-windows through the UDP send and receive messages broadcast to achieve a small program.
multi-netcard_check
- 用Iphlpapi查询网卡信息,测试环境:xp,vs2010-Iphlpapi query card information, test environment: xp, vs2010
c-migong
- 一款在c语言下编写的迷宫游戏,比较有趣,但只有一种形式,不能够自主生成迷宫-paragraph c of the language to prepare the maze game that' s more interesting, but only one form, not able to independently generated maze
fft
- This program isn t me but this program fft is very interestingwith more program image processing page:http://infocom.bu.ac.kr/~nykwak/kuim/ The University of Kansas-This program isn t me but this program fft is very interestingwith more program image
stackoper
- 栈的操作是先进后出,这个小程序用于实现进栈,出栈的功能-Stack advanced after the operation is that the procedures used to achieve small Progressive stack, stack up the function