-
-
findwayvc.rar
这个演示原来的设计是一个2D游戏的地图编辑器, 在这里主要演示Path-finding的算法
它可以随时设置地图上遮挡格子信息(用CTRL或ALT + 鼠标左键来设置), 然后控制人物
在地图上行走. 寻路生成的路径会由*标示出来
滚屏操作 : 用按键 E, D, S, F控制
-
B47.rar
E:\Visual_C__MFC扩展编程实例
实例47:等待消息
-
B48.rar
E:\Visual_C__MFC扩展编程实例
实例48:清除消息
-
B49.rar
E:\Visual_C__MFC扩展编程实例
实例49:向其他应用程序发送消息
-
B51.rar
E:\Visual_C__MFC扩展编程实例
实例51:使用套接字与任意的应用程序通信
-
B52.rar
E:\Visual_C__MFC扩展编程实例
实例52:使用串行或并行I/O
-
SEEDISK.ZIP
DOS下查看磁盘扇区的程序,
按A,S,D,W,控制CHS增减,按E,
输入CHS值,按Q,结束.
-
DRBGuestbook.zip
... and ban IP addresses through an easy-to-use, password protected administration interface. There is also a customizable filter for blocking posts that contain bad words. You can also receive an e-mail notification anytime someone signs your guestbook.
-
DialPhone.rar
... .WindowsMobile.Telephony”—“确定”
Imports Microsoft.WindowsMobile.Telephony
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim TestPhone As New Phone
TestPhone.Talk("1001")
End Sub
-
FunctionOptimizer.rar
A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
-