-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
数据库数据传给Word
数据库数据传给Word-pass Word Database
- 2023-08-09 20:00:02下载
- 积分:1
-
显示 打印
显示 打印
显示 打印
显示 打印-Show print show print show print
- 2022-02-16 08:06:47下载
- 积分:1
-
求解大数阶乘程序,速度快,具有统计位数功能
求解大数阶乘程序,速度快,具有统计位数功能-Procedures for solving factorial of large numbers, speed and function with median statistics
- 2023-03-02 16:45:03下载
- 积分:1
-
特点简单,画一个基本的
功能简单,绘制了一个基本的K线图,供大家参考。-Features simple, draw a basic K-line map for your reference.
- 2023-02-14 04:55:06下载
- 积分:1
-
you computer can bu shut down after a certain mintents.
能实现定时关机,有两种选择方式,1时钟延迟2分钟延迟-you computer can bu shut down after a certain mintents.
- 2022-03-12 14:12:02下载
- 积分:1
-
JAVA做的国际象棋小游戏的源代码。此程序可用来实现象棋小游戏。...
JAVA做的国际象棋小游戏的源代码。此程序可用来实现象棋小游戏。-JAVA so small the international chess game of the source code. This procedure can be used to achieve small chess game.
- 2022-03-31 07:53:15下载
- 积分:1
-
我是初学者 只是自己按照书上讲的编写出来的的实现vcd播放的小程序 拿出来分享...
我是初学者 只是自己按照书上讲的编写出来的的实现vcd播放的小程序 拿出来分享-I am a beginner only in accordance with their own sense of the book are written by the realization of a small program vcd player out to share
- 2023-03-02 07:15:04下载
- 积分:1
-
虚拟内存池的演示
Virtual Memory Pool Demo
- 2023-06-15 01:30:03下载
- 积分:1
-
这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GP...
这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。
-This is a simple software development kit (SDK), you can take advantage of this GPSLIB in their own 32-bit Windows applications to join the Global Positioning System support. Source code compressed file contains GPSLIB library source code and Demo program. Many documents have detailed notes. Downloadable file in order to guarantee as much as possible the size of the small, compressed file does not contain any binary files. Please use the Visual C++ 5 or later to compile and generate DLLs, Control Panel procedures and executable file.
- 2022-04-29 13:50:54下载
- 积分:1