-
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
-
MFC深入浅出第二版的随书配套源代码,C++环境下就可以运行
MFC深入浅出第二版的随书配套源代码,C++环境下就可以运行-MFC in layman
- 2023-04-28 09:50:04下载
- 积分:1
-
应很多人要求给出的vids:tscc解码程序(不是源码)
应很多人要求给出的vids:tscc解码程序(不是源码)- Should very many people the vids:tscc decoding procedure which
request to produce (not be source code)
- 2022-08-31 10:20:04下载
- 积分:1
-
A utility to split hard disk partitions non
A utility to split hard disk partitions non-destructively, with C++ source code
- 2022-12-10 00:05:03下载
- 积分:1
-
分享一些我以前做的东西 不知道是不是你们的需要 大家看看哈...
分享一些我以前做的东西 不知道是不是你们的需要 大家看看哈-I used to do share some things that do not know if you need to look at the U.S. Kazakhstan
- 2022-10-10 02:15:02下载
- 积分:1
-
有静差的转速单闭环直流调速系统的仿真模型,转速调节器采用比例控制器。...
有静差的转速单闭环直流调速系统的仿真模型,转速调节器采用比例控制器。-Have poor speed static single-Loop DC Motor Control System Simulation Model, speed regulator proportional controller.
- 2022-03-24 00:00:31下载
- 积分:1
-
- 2022-01-22 06:42:08下载
- 积分:1
-
绘制的图片可以自由放大缩小,借压缩不需要密码直接使用
绘制的图片可以自由放大缩小,借压缩不需要密码直接使用-drawing pictures free zooming through compression used directly without a password
- 2022-03-03 23:56:35下载
- 积分:1
-
该请求页式存储管理方案采用先进先出(FIFO)页面淘汰算法
1.登录的账号:yangmingyuan
登录的密码:123456
2.物理块数由用户自己输入大小可以随意选定。
3. 在输入请求的页面时候,请依次输入页面号并且页面号之间要用空格
隔开,最后不要有空格等其他非数字字符结束。
4.然后单击输入按钮将页面号输入,弹出确定的对话框单击确定,最后单
击开始FIFO按钮开始执行调页算法。在调页过程框中观察具体的调页顺序
及调页过程,并且可以观察到缺页数和缺页率的大小。
5.最后单击退出按钮退出该系统。
- 2023-07-13 15:15:04下载
- 积分:1
-
BMThread
BMThread
- 2022-06-14 04:52:23下载
- 积分:1