-
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
-
实现一个定时器的例子,用win32汇编实现,比较有意思
实现一个定时器的例子,用win32汇编实现,比较有意思-Example of realization of a timer, using win32 compilation of implementation, more interesting
- 2022-03-19 04:50:18下载
- 积分:1
-
非常好的学习资料
非常好的学习资料
非常好的学习资料
非常好的学习资料
-非常好的学习资料
非常好的学习资料
非常好的学习资料
非常好的学习资料
- 2022-05-28 20:47:31下载
- 积分:1
-
本程序实现了数学中的求物体的体积与表面积 的算法与具体实现过程。希望对大家有一些启发。...
本程序实现了数学中的求物体的体积与表面积 的算法与具体实现过程。希望对大家有一些启发。-the mathematical procedures to achieve the objects for the volume and surface area of algorithms and realization process. We hope to have some insights.
- 2023-02-21 14:55:03下载
- 积分:1
-
windwos vc eat beans games FOSS
windwos vc吃豆子游戏源码-windwos vc eat beans games FOSS
- 2022-02-22 01:14:41下载
- 积分:1
-
GDIPlus entry code, the key lies in the statement GDIPlus environment and config...
GDIPlus入门的代码,关键在于GDIPlus环境的声明和配置上-GDIPlus entry code, the key lies in the statement GDIPlus environment and configuration
- 2022-07-22 04:35:02下载
- 积分:1
-
一个科学计算器,包含表达式计算功能
一个科学计算器,包含表达式计算功能-A scientific calculator, including the expression of computing power
- 2023-06-20 09:50:03下载
- 积分:1
-
This little program generates from an inputfile mm.txt
with declarations Varia...
This little program generates from an inputfile mm.txt
with declarations VariableLists for more than
one usage it can easy be modified for other
purposes-This little program generates from an inputfile mm.txt
with declarations VariableLists for more than
one usage it can easy be modified for other
purposes
- 2023-03-28 00:55:03下载
- 积分:1
-
很好的代码请使用
很好的代码请使用-good use of the codes, please
- 2022-01-28 01:49:15下载
- 积分:1
-
RegQueryValueEx范例程序,可以学到他的使用方法
RegQueryValueEx范例程序,可以学到他的使用方法-RegQueryValueEx example programs can learn to use him
- 2022-12-05 08:35:02下载
- 积分:1