-
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
-
公话计费系统源码
公话计费系统源码-Gong source billing system
- 2022-02-02 02:08:09下载
- 积分:1
-
delphi 版的 语音自动应答系统。TAPI学习。
delphi 版的 语音自动应答系统。TAPI学习。-delphi version of the automatic voice response system. TAPI learning.
- 2022-01-26 03:55:05下载
- 积分:1
-
更改PE文件资源的代码
更改PE文件资源的代码-changes PE Resources code
- 2022-08-26 08:18:26下载
- 积分:1
-
网络接收过滤器
资源描述基于Rtp流的DirectShow网络接收过滤器开发,实现对Rtp网络流的接收
- 2022-10-08 16:25:03下载
- 积分:1
-
带头尾指针的list,从list的尾部插入,可以方便的删除list上的任意位置的节点...
带头尾指针的list,从list的尾部插入,可以方便的删除list上的任意位置的节点-lead the list tail pointer from the list, insert the rear, can easily delete the list of arbitrary location of the node
- 2022-02-26 20:15:09下载
- 积分:1
-
应用MMX和SSE优化的内存复制
对于一般情况,VC自带的memcpy效率一般。但在处理大块内存和大内存运算上,效率就不高了。实际上CPU的扩展指令集MMX、SSE及后期64位和128位指令可以简单改善内存操作。不过也有一些限制,由于要考虑CPU指令序列前后,否则优化效果不明显。这是一个使用MMX/SSE的简单优化例子。
- 2022-06-30 20:03:01下载
- 积分:1
-
process scheduling process scheduling process scheduling process scheduling proc...
进程调度 进程调度 进程调度 进程调度-process scheduling process scheduling process scheduling process scheduling process scheduling process scheduling
- 2023-02-21 22:10:03下载
- 积分:1
-
JaveScript及VBScript脚本调试工具,友好的界面,可以很方便地进行调试...
JaveScript及VBScript脚本调试工具,友好的界面,可以很方便地进行调试-JaveScript and VBScript script debugging tools, and friendly interface, it is easy to debug
- 2022-07-09 11:30:31下载
- 积分:1
-
VC prepared a beautiful clock reference for beginners
利用VC++编写的一个漂亮的时钟,适合初学者参考-VC prepared a beautiful clock reference for beginners
- 2022-03-25 18:07:11下载
- 积分:1