搜索资源列表
vc的一个小游戏
- 这只是一个小小的程序 可以输入资料并显示还可以设置字体 还有一个小小的猜明星游戏 是VC++语言写的-this only a small import procedures and show also can set font guess there are a little star game is written in Visual C
AStarAlgorithmsApplication
- C#实现的基于迭代加深的A*算法的八数码问题-A-star Algorithms application
ASP.NET2.0_Interface_Design(Csharp)
- 2007年微软校园之星软件设计大赛C#软件设计方向的题目,其实也是一个很基础的框架-Microsoft s campus in 2007 Star Software Design Competition C# Software design direction of the subject, in fact, is also a very basis of the framework
star
- 使用双向链表实现的通讯录。我的课程设计。-The realization of the use of two-way contacts list. My curriculum design.
PuzzleGame
- Puzzle game free source with cSharp
PUZZLE
- application puzzle .net* c#
MyQQ
- 本项目是一个仿QQ聊天工具。 系统结构:C/S,通过数据库交换聊天消息; 数据文件在data文件夹下。 需要的数据表: Users:用户表 Friends:好友表 Star:星座表 BloodType:血型表 FriendshipPolicy:好友策略表 Messages:消息表 MessageType:消息类型表 -The project is a chat tools like QQ. System Architecture: C/S, t
MagicalSquares
- 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
Star_Increment
- A simple STAR Program Using FORLOOP.. This application is written in Console Mode. Useful for Basic Students
A-star-8-number
- A*算法解决8数码难题,有界面。 A*算法解决8数码难题,有界面。-8 A* algorithm to solve the digital puzzle, there is the interface. 8 A* algorithm to solve the digital puzzle, there is the interface.
tiaomazhixing
- 条码之星软件源代码,非常实用的一个条形码打印软件,可以支持多种类型打印,套打等。-The barcode Star software source code, a very useful bar code printing software that can support multiple types of printing, Taoda.
EightNumber
- 八數碼a星算法, 自動產生八個數的排列並且計算需移動多少步才能解。-Eight digital a star algorithm automatically generated eight arrangement and calculate the need to move the number of steps to solution.
AStar
- Fast A-Star (2D) Implementation for C# 这是整理出来的,原文http://www.codeproject.com/Articles/118015/Fast-A-Star-2D-Implementation-for-C 不过源码好像不能下载了!-Fast A-Star (2D) Implementation for C# this is sorted out, the original http://www.codeproject.com/Articl
ChinaFivestarFlag
- 用C#GDI+画的一个中国五星红旗,大家可以参考一下!-With the C# GDI+ painting of a five-star red flag, we can refer to it!
mouse
- 在多种已定的鼠标样式中,设置自己喜欢的鼠标样式,有手形、星形等-In a variety of style of the mouse, the mouse to set your favorite style, hand-shaped, star
PopStar
- VS2010+.net4.0仿照苹果手机上的消除之星写了一个电脑版的功能简单-VS2010+. Net4.0 modeled on the Apple phone elimination Star wrote a computer version of a simple function
[AI][ASTAR---ALGORITHM]
- A-Star Algorithm implement on Winform
case1-3
- 简单C#做一个界面,编写控制台程序,在屏幕上输出图案第一行为一个星,第二行为三个星,第三行为五个星,以此类推下去。 -C# do a simple interface to write a console program, the output on the screen pattern of the first acts of a star, three star second acts, third acts of the five stars, and so on indefinite
AiiPn
- C++ A星算法实现八数码问题,启发函数为每一个将牌与其目标位置之间距离(不考虑夹在其间的将牌)的总和。-C++ A star algorithm eight digital, distance heuristic function sum (without considering sandwiched therebetween trump) between each of the brand to its target location
15Puzzle
- 8/15 puzzle C# implementation using A * (A Star) Algorithm.