-
使用人工智能算法解决二次分配问题,需要建立距离/流量矩阵...
使用人工智能算法解决二次分配问题,需要建立距离/流量矩阵-use of artificial intelligence algorithms to solve quadratic distribution problems, we need to create distance/Flow Matrix
- 2022-10-07 08:20:03下载
- 积分:1
-
这是一个声卡采集程序,并且实现了产生所需波形的功能。
这是一个声卡采集程序,并且实现了产生所需波形的功能。-this is a program about sound card with VC.welcome you using it
- 2023-06-26 21:30:03下载
- 积分:1
-
Linux系统命令及其使用详解
Linux系统命令及其使用详解.doc,程序员必备!文件管理,磁盘管理 压缩管理 进程管理 网络管理
- 2022-02-14 17:04:15下载
- 积分:1
-
在VB中两个窗体如何来调用!!!这里提供了一个方法
在VB中两个窗体如何来调用!!!这里提供了一个方法-in VB two forms how to call! ! ! It provides a method!
- 2022-03-12 06:22:28下载
- 积分:1
-
在状态条中显示进度条
在状态条中显示进度条-the state of progress of the show
- 2022-03-03 21:23:47下载
- 积分:1
-
C语言实现贪吃蛇
//: Snake.c
/* * * * * * * * * * * * * * * * * * * * * * *
// Project: RedSnake(贪吃蛇)
// Author: Problue
// Version: 1.0
// Date: 19:55 2012-10-29
* * * * * * * * * * * * * * * * * * * * * * */
#include
#include
#include
#include "pcc32.h"
// 定义地图的尺寸及坐标
#define MAP_WIDTH 32 // 地图宽度
#define MAP_HEIGHT 32 // 地图高度
#define OFFSET_X 1 // 地图左右的边距
#define OFFSET_Y 1 // 地图上下的边距
#define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度
#define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度
#define GotoMap(x, y) gotoTextPos((x) * 2, (y))
// 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物
#define BS_SPACE 0
#define BS_SHEAD 1
#define BS_SBODY 2
#define BS_STAIL 3
#define BS_FOOD 4
// 蛇默认长度
#define SNAKE_MIN_LEN 5
// 定义蛇运动方向: 上、下、左、右
#define DIR_UP 1
#define DIR_DOWN 2
#define DIR_LEFT 3
- 2022-05-15 19:59:34下载
- 积分:1
-
Window programming examples, cool!
Window 编程例子, 比较cool !-Window programming examples, cool!
- 2022-02-07 13:17:48下载
- 积分:1
-
在DOS下显示HZK16。
最近要用到此功能,本来打算在网上随便下一个用的。可down来down去都找不到纯汇编环境下的,唯一一个被copy的飞来飞去的版本还有错,根本通不过编译。
唉~~ 无奈了,只好自己写一个。希望能用到的朋友来看看。很高兴能帮到大家。
本程序中采用了即时显示的方法,不缓存数据,显示速度大大提高。程序中包含了几个头文件,是为了方便程序的可读性写的,内容比较简单,大家可以自己写一下。万一懒的动手,可以给我发邮件索取。
欢迎指正,欢迎转载。请标明出处并保证代码的完整性。
我的邮箱: han_shuai@163.com- Show HZK16 under DOS.
- 2023-01-24 21:45:04下载
- 积分:1
-
Using DirectDraw in Document/View Architecture:I was working on some design for...
Using DirectDraw in Document/View Architecture:I was working on some design for Galloping Ghost Productions when I discovered there is a way to integrate a DirectDraw interface into Document/View architecture. I wrote this CDDrawSystem class (located in DDrawSystem.h and DDrawSystem.cpp files) to display graphics using DirectDraw.
-Using DirectDraw in Document/View Archit ecture : I was working on some design for Galloping Ghost Productions when I discovered there is a way to i ntegrate a DirectDraw interface into Document/View architecture. I wrote this CDDrawSystem class (located in DDrawSystem.h and DDrawSyst em.cpp files) to display graphics using Direct Draw.
- 2023-02-17 21:00:03下载
- 积分:1
-
这是我平时无聊写着玩的用于图像的绘制,有椭圆和矩形,应用于WINDOWS界面。...
这是我平时无聊写着玩的用于图像的绘制,有椭圆和矩形,应用于WINDOWS界面。-This is my usual boring play written for image mapping, oval and rectangular, use Windows interface.
- 2023-01-04 15:50:03下载
- 积分:1