-
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
-
shows imei and imsi information in windows mobiles
shows imei and imsi information in windows mobiles
- 2022-02-03 21:59:30下载
- 积分:1
-
In the GB code and Big5 code conversion between the ......
在GB码和Big5码间转换 -In the GB code and Big5 code conversion between the ......
- 2023-07-24 06:55:03下载
- 积分:1
-
本程序实现pascal语言的语法分析,采用递归向下的分析方法。值得新手一看。...
本程序实现pascal语言的语法分析,采用递归向下的分析方法。值得新手一看。-the program pascal language syntax analysis, the use of recursive downward analysis method. Newcomers worth a look.
- 2023-04-27 08:25:03下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1
-
数据结构关于二叉树的课件,有些是书上没有的,自己补充的...
数据结构关于二叉树的课件,有些是书上没有的,自己补充的-On the binary tree data structure of the courseware, books and some are not, add their own
- 2022-08-07 22:42:44下载
- 积分:1
-
一个阿拉伯数字与罗马数字互相转换并进行四则运算,通过这个小程序告诉大家如何实现VB与C++两种语言实现跨语言开发程序....
一个阿拉伯数字与罗马数字互相转换并进行四则运算,通过这个小程序告诉大家如何实现VB与C++两种语言实现跨语言开发程序.-an Arabic numerals and the Roman figures can change and four operations Through this small program that tells you how to achieve both VB and C language cross-language development process.
- 2023-07-08 23:15:04下载
- 积分:1
-
s3c2440 drivers in c for wince5.0
s3c2440 drivers in c for wince5.0
- 2022-10-14 06:00:03下载
- 积分:1
-
计算机的例子
COM下的计算器例子-example of calculator in COM
- 2023-08-10 16:40:04下载
- 积分:1
-
图号转换软件
高斯正反算,方便适用,不论带不带括号都可以进行转换...
图号转换软件
高斯正反算,方便适用,不论带不带括号都可以进行转换-Figure No. counting positive and negative Gaussian conversion software to facilitate the application, whether with or without brackets can be converted
- 2023-01-08 02:10:03下载
- 积分:1