-
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
-
课程中一些重要的知识点,原代码希望能给大家一点帮助。
课程中一些重要的知识点,原代码希望能给大家一点帮助。-course some important knowledge, the original code in hopes of giving us some help.
- 2022-01-31 22:27:02下载
- 积分:1
-
液晶显示时间(源代码).
液晶显示时间(源代码).-LCD time (source code).
- 2022-12-11 13:40:03下载
- 积分:1
-
C语言描述的数据结构的小题目,请大虾们多多指点
C语言描述的数据结构的小题目,请大虾们多多指点-C language to describe the data structure of small topics, please prawns support and guidance
- 2023-04-14 16:50:04下载
- 积分:1
-
图书管理系统,可以借用和归还
图书管理系统,借书还书等操作,使用c++编写的代码,适合初学者学习-book manage system you can borrow and return
- 2022-01-26 00:40:03下载
- 积分:1
-
设计模式抽象工厂的C#实现,开发平台为VS2005已转VS2008
设计模式抽象工厂的C#实现,开发平台为VS2005已转VS2008-Abstract factory design pattern in C# implementation, development platform, have switched to VS2008 as VS2005
- 2022-02-22 07:49:48下载
- 积分:1
-
Knapsack problem, knapsack problem of the five kinds of algorithms, a total of f...
背包问题,背包问题的5种算法,一共五个文件,每个文件一种算法-Knapsack problem, knapsack problem of the five kinds of algorithms, a total of five files, each file an algorithm
- 2022-03-19 19:46:41下载
- 积分:1
-
根据地层参数通过简化佐普利兹方程求取反射系数,制作合成地震记录,从而显示不同地层模型的AVO响应。...
根据地层参数通过简化佐普利兹方程求取反射系数,制作合成地震记录,从而显示不同地层模型的AVO响应。-In accordance with formation parameter equation by simplifying佐普利兹find reflection coefficient, the production of synthetic seismograms, which show different stratigraphic model AVO response.
- 2023-01-17 01:55:04下载
- 积分:1
-
2004042323420918natas,从事局域网开发,多媒体技术工程师
2004042323420918natas,从事局域网开发,多媒体技术工程师- 2004042323420918natas,who is engaged in the development of the LAN, engineer of the multimedia technology
- 2022-02-10 11:43:39下载
- 积分:1
-
计算方法中高斯迭代法!
计算方法中高斯迭代法!-calculation method Gaussian iterative method!
- 2022-02-24 22:06:25下载
- 积分:1