-
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
-
这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。...
这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。-This is a shell in C/C source code, the right TLS processing better, shell is not used to guide some asm achieve, and the direct use of C.
- 2022-07-08 19:38:25下载
- 积分:1
-
IE风格的编辑框
IE风格的编辑框-IE-style editing Box
- 2023-08-17 05:05:03下载
- 积分:1
-
Based on IDL and VisualC_ mix of programming, detailing the IDL language, and ex...
基于IDL和VisualC_的混合编程,详述了IDL语言,并实例演示两者的调用-Based on IDL and VisualC_ mix of programming, detailing the IDL language, and examples of presentation between the two calls
- 2022-08-22 23:07:05下载
- 积分:1
-
使用 MFCC 的说话人识别
重要!
-程序检测它在哪里运行 ("bindebug") 的目录和
寻找那里的文件,所以如果您更改任何 *.xml 文件,你将需要到
将它复制到"bindebug"目录并覆盖旧的。
-虽然程序不需要代理,如果你想要运行它与
代理您将需要也将它复制到"bindebug"目录。
我养老它只在 SR_demo.zip (节省空间) 它也能被发现
中"windowsmsagentchars",或者从微软网站下载它。
- 2022-04-30 05:34:48下载
- 积分:1
-
Visual Basic Module with more than 2000 commented lines (portuguese) of API Decl...
Visual Basic Module with more than 2000 commented lines (portuguese) of API Declrations
- 2023-07-05 22:45:03下载
- 积分:1
-
自己写的Hex,Bin互转小程序
基于mfc框架对话框应用程序,Hex,Bin文件互转小程序,十六进制的文本文件转为bin文件,及bin文件转为十六进制的文本文件
- 2022-08-10 20:18:51下载
- 积分:1
-
MATLAB三康发
matlab chapter3 kanfa
- 2023-05-23 02:00:02下载
- 积分:1
-
CueProvider is a tiny class that lets you set a cue banner (the grey prompt text...
CueProvider is a tiny class that lets you set a cue banner (the grey prompt text that automatically disappears when you begin to type) in a TextBox control.
- 2022-02-05 22:36:44下载
- 积分:1
-
serial debugging, support to send 16 band
串口调试,支持16进制发送-serial debugging, support to send 16 band
- 2022-04-22 09:42:40下载
- 积分:1