-
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
-
建立词法分析过程,实现一个固定词法的算符优先分析
建立词法分析过程,实现一个固定词法的算符优先分析-The establishment of the process of lexical analysis, the realization of the operator a fixed priority analysis of lexical
- 2022-08-26 10:48:37下载
- 积分:1
-
网页设计技术,几乎涵盖了各个方面,很有用
网页设计技术,几乎涵盖了各个方面,很有用-Web design technology, covering virtually all aspects of useful
- 2022-02-05 12:47:25下载
- 积分:1
-
说明:将程序加入Windows 95/98/NT/2000 桌面整理列 ( Tray ) 的构件 ( 1.61 版,附源码 )...
说明:将程序加入Windows 95/98/NT/2000 桌面整理列 ( Tray ) 的构件 ( 1.61 版,附源码 ) -Note : Windows accession procedures useful desktop collate out (Tray) Component (1.61 version, with source)
- 2022-03-10 04:28:58下载
- 积分:1
-
ADI方案为2维热传导
应用背景这是2维传热传导方法的FORTRAN的ADI方案关键技术Fortran是一个最好的编码软件对这种仿真,这里使用的是2维热传导时间。
- 2023-01-17 20:25:04下载
- 积分:1
-
一个仓库管理系统...大家可以研究下
一个仓库管理系统...大家可以研究下-A warehouse management system can be studied under the U.S. ...
- 2022-03-18 00:19:07下载
- 积分:1
-
程序目的:两个多项式相加
程序目的:两个多项式相加 -procedures Objective : add two polynomials
- 2022-05-16 09:23:28下载
- 积分:1
-
C++坦克大战,可自编地图,可选关
用C++写的坦克大战,是一个VS2010的工程,已经生成exe,包含全部源代码和资源文件,地图可以通过鼠标来编辑和保存,可以选关,有人性化的、明确的指示,方便游戏,共同学习。
- 2022-03-01 21:18:09下载
- 积分:1
-
With VC++ Realize vector map in the context of real
用VC++实现矢量地图背景下的实时显示源代码。-With VC++ Realize vector map in the context of real-time display the source code.
- 2023-04-18 12:50:03下载
- 积分:1
-
A example about memory pool,use VC language.
好像是关于内存池的一个例子,具体就忘了,下完看一下吧!-A example about memory pool,use VC language.
- 2023-06-06 18:50:03下载
- 积分:1