搜索资源列表
migonggame1
- 此程序是一款为年轻人设计的脑筋游戏,它可以按照我们的意愿在屏幕上自如地移动,是人工智能领域中的经典问题。利用计算机强大的计算机能力和庞大的存储空间可以采用讨论问题每一步走法,并存储形成的状态。当某一走法不可能达到目标时,可以回溯到并选择另一种走法。采用这种方法可以节省编程者的劳动。对于简单的问题能够轻松得到答案。但是在此处,由于求胜过程中出现的中间状态实在太多,在通常使用微机上仍可能出现内存不足的问题,这就迫使要考虑让计算机多一点逻辑上的选择判断消除大量不必要的中间状态,尽量达到要求,也就是采
procedure
- 基于oracle数据库的几个存储过程的源代码
墨香武功12层代码
- 墨香武功12层代码 12级技能修改 MP_MUGONG_Insert 这个存储过程。在mhgame-存储过程里
pokerPub
- 用T-SQL存储过程实现的网络斗地主游戏,前台用javascr ipt开发。可作为T-SQL与javacript的学习参考-Landlords game using T-SQL stored procedures to achieve the network, the front desk javascr ipt development. T-SQL with javacript learning reference...
Joseph
- 约瑟夫(Joseph)编号为1,2,…,n的n个人按顺时针方向围坐一圈, 每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 [基本要求] 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 -Joseph (Joseph) No. 1
conDataBase
- 一个操作数据库的类,包含对Sql语句、存储过程的访问,很好用-operate a database of categories, including the SQL statements, and stored visit is useful
conDataBase
- 一个操作数据库的类,包含对Sql语句、存储过程的访问,很好用-operate a database of categories, including the SQL statements, and stored visit is useful
procedure
- 基于oracle数据库的几个存储过程的源代码-Oracle database based on the number of stored procedure source code
6508
- 网狐游戏脚本代码,包含游戏数据库的存储过程、运行脚本-Fox Network game scr ipt code, stored procedure contains games of the , run the scr ipt
数据存取代码
- 使用unity开发游戏过程中,经常需要存储大量数据。然后在需要时读取某个数据。本段代码很好的处理了这一问题(When developing games with unity, you often need to store large amounts of data. Then read a data when needed. This section of the code is a good deal with this problem)