-
曲线图函数
曲线图函数
- 2022-04-09 19:13:43下载
- 积分:1
-
这是一个贝塞儿曲线的例子
这是一个贝塞儿曲线的例子-this is a example of bezier curve
- 2023-01-04 13:20:03下载
- 积分:1
-
ADS projects, three versions of 2410nboot, 1 months 2440nboot, used to guide the...
ADS工程,3个版本的2410nboot,1个2440nboot,用来在nand flash引导eboot或者CE操作系统镜像。其中的Nboot_2410(eboot)可以直接引导eboot,nboot位于sector 0,eboot位于sector 2,eboot大小256K(参数大小均可修改) Nboot_2410(toc)需要在sector 1中写入toc file,来引导eboot或者OS image。-ADS projects, three versions of 2410nboot, 1 months 2440nboot, used to guide the eboot in the nand flash or CE operating system image. Which Nboot_2410 (eboot) guide can be directly eboot, nboot located in sector 0, eboot located in sector 2, eboot size of 256K (the size parameter can be modified) Nboot_2410 (toc) need to write in the sector 1 in the toc file, to guide the eboot or OS image.
- 2022-02-24 12:26:06下载
- 积分:1
-
在特定区域改变光标的形状,实现自定义的光标形状
在特定区域改变光标的形状,实现自定义的光标形状-Region-specific changes in the shape of the cursor, realize custom cursor shape
- 2022-05-17 04:41:07下载
- 积分:1
-
企业社会责任 4.0 驱动程序
csr4.0 usb 驱动程序的源代码,从企业社会责任的官方网站,下载使用在 windows 平台上,windows ddk 解法和在 xp 和 win7 平台上测试好,它验证用于蓝牙 ble 开发,应用程序可以使用到互动,人机交互界面
- 2023-05-24 04:00:03下载
- 积分:1
-
用VC6编写结构软件(附一结构工具箱源代码)
用VC6编写结构软件(附一结构工具箱源代码)-Fu met写using VC6 stool glass 软 ( sting instance, having poor eyesight Tools stool Fu Tai Tungsten measurements )
- 2023-07-11 09:10:03下载
- 积分:1
-
Nessus在WinNT下的运用程序
Nessus在WinNT下的运用程序-Nessus in the application procedures
- 2023-07-22 08:15:05下载
- 积分:1
-
in pop
在DirectX下弹出对话框-in pop-up dialog box under DirectX
- 2022-03-03 19:28:25下载
- 积分: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
-
MyIE3源码,非常不错的源码,可以在vc6.0下编译通过,里面使用了线程池进行客户端的操作,效率非常高...
MyIE3源码,非常不错的源码,可以在vc6.0下编译通过,里面使用了线程池进行客户端的操作,效率非常高-MyIE3 source, a very good source, you can compile under vc6.0 through, which uses the thread pool for client operation, efficiency is very high
- 2023-02-07 13:30:04下载
- 积分:1