-
VC6 demo with the game development, mainly algorithms reference. Can be used as...
用VC6演示的了游戏开发,主要是算法的参考。可以作为初级教程来使用。-VC6 demo with the game development, mainly algorithms reference. Can be used as the primary tutorial to use it.
- 2022-06-27 14:39:08下载
- 积分:1
-
微软为中国农历编写的系统程序,大家可以
微软为中国农历编写的系统程序,大家可以-Microsoft for the Chinese Lunar New procedures for the preparation of the system, we can
- 2022-03-21 09:59:13下载
- 积分:1
-
another type of ppt format
another type of ppt format
- 2022-03-11 22:24:22下载
- 积分:1
-
酒店PHP源码,在 PHP4+MySQL上测试通过。
酒店PHP源码,在 PHP4+MySQL上测试通过。-Hotels PHP source code, in PHP4+ MySQL on the test.
- 2022-08-19 18:22:18下载
- 积分:1
-
人机对下五子棋。。 博翌算法。。 算法有点简单
人机对下五子棋。。 博翌算法。。 算法有点简单-plane for the next 331. . Bo Yi algorithm. . A bit simple algorithm. .
- 2023-03-16 11:55:03下载
- 积分:1
-
简单的客户服务器模型的通信工具
简单的客户服务器模型的通信工具-simple client-server model of communication tools
- 2023-04-09 09:40:03下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
GIS软件,动态图层,很好玩的,在上面放一部车,设置车的属性还有起点和终点,车就能动起来...
GIS软件,动态图层,很好玩的,在上面放一部车,设置车的属性还有起点和终点,车就能动起来-GIS software, dynamic layers, is a lot of fun, in the above release a car, a provision also attributes the starting point and end point, cars will be able to move
- 2023-03-04 04:30:04下载
- 积分:1
-
gps 凌阳单片机
//======================================================
// 文件名称: GPS.c
// 功能描述: GPS模块的初始化,GPS信息的解析
// 维护记录: 2000-12-5 v1.0
//======================================================
#include "gps.h"
#include "spce061a.h"
#include
static int GetComma(int num,char* s
- 2023-03-09 05:15:03下载
- 积分:1
-
for testing network communications connectivity simple Packaging category, simpl...
用于测试网络通讯连接的简单封装类,简单易用,看即会.-for testing network communications connectivity simple Packaging category, simple and easy to do that will.
- 2022-02-26 19:00:16下载
- 积分:1