-
一个简单的迷宫游戏源代码,很适合初学游戏编程的爱好者
一个简单的迷宫游戏源代码,很适合初学游戏编程的爱好者-c game code
- 2022-03-12 08:51:51下载
- 积分:1
-
异步网络聊天程序源码
主要是一个基础的网络聊天程序,涉及的主要编程语言是C++,需要对客户端与服务器模式有所了解,代码风格详细,明了。
- 2022-08-24 03:39:39下载
- 积分:1
-
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打...
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打印HASHLIST,可以很方便的看到单词在表中的位置,便于理解哈希表。-Hashtable realize procedure, you can automatically scan a TXT file all the words, and for these words create a hash table to statistical word appears in the article number. This procedure using a linear method to detect re-hash of dealing with conflict, to support the print HASHLIST, it is easy to see that word in the table location, easy to understand the hash table.
- 2022-07-03 20:42:16下载
- 积分:1
-
【分享】超市商品信息管理系统,基于组件技术,CS结构,非常经典!一本教材中的例程。...
【分享】超市商品信息管理系统,基于组件技术,CS结构,非常经典!一本教材中的例程。-supermarket goods-- sharing information management system based on component technology, C S, very classic! A Textbook of routines.
- 2023-07-20 19:20:03下载
- 积分:1
-
本件能够使得你的应用程序同时只能运行一个
本件能够使得你的应用程序同时只能运行一个-Only 1 instance of your application can run in the same time
- 2022-01-31 00:12:00下载
- 积分:1
-
一套好的IP地址,VC++ 6例子的源代码,用MFC编写,等。
一个很好的设置IP地址的VC++6.0例子源代码,采用MFC编写,对开发人员可以起到抛砖引玉的作用-A good set of IP addresses VC++ 6.0 example source code, using MFC to prepare, on the developers can start to play the role of
- 2022-04-12 23:56:08下载
- 积分:1
-
kmeans 代码Java实现
java实现kmeans,直接用myeclipse打开后,输入数据,调用java包,实现该函数。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-04-03 05:30:03下载
- 积分:1
-
这是一个实现方法的算法。
This is an implementation of prims algorithm.
- 2022-01-26 03:11:13下载
- 积分:1
-
天使插件源码 类大漠源码
天使插件开源,和大漠代码类似,很好的代码,个人下载后就收藏了,希望能给所有了解大漠插件,或天使插件的人有所帮助
- 2022-06-30 15:42:41下载
- 积分:1
-
定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。...
定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。-Define a class implements the concept of bank accounts, including the variable of " account" and " deposits" , including the method of " deposits" , " withdrawals" and " query the balance." Define the main class, the class object to create an account and complete the corresponding operation.
- 2022-02-03 21:27:01下载
- 积分:1