-
input programming paradigm is the recommended value
输入法编程示例,很值的推荐-input programming paradigm is the recommended value
- 2022-01-25 20:15:58下载
- 积分:1
-
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
-
vc+flash(使MFC变漂亮一:MFC与Flash交互示例)
现在用户越来越注重软件的美观,而应用程序给开发者提供的只是很强的控制力,在美观方面相对较弱。多媒体的发展正是满足了人们的感观视觉,所以自然想到应用程序与多媒体的结合。
Flash给应用程序提供了一个外部连接点事件FSCommondShockwave,应用程序可以通过它来实现事件,实现应用与多媒体交互。
在需要处理FSCommondShockwave窗口头文件声明事件连接点映射:
- 2023-03-10 09:35:03下载
- 积分:1
-
子窗口编程的例子
子窗口编程的例子-Programming examples of sub-window
- 2023-06-12 04:40:03下载
- 积分:1
-
精彩的源
精彩FLASH源文件.供大家学习参考.我们一起努力吧.-wonderful source
- 2022-03-15 19:08:14下载
- 积分:1
-
This is the VB6 code for DAQ Industrial system, must see.
This the VB6 code for DAQ Industrial system, must see.-This is the VB6 code for DAQ Industrial system, must see.
- 2022-04-25 13:22:34下载
- 积分:1
-
WINCE under a generic category of serial communication, the realization of the c...
一个通用的WINCE下的串口通信类,实现了常用的串口操作-WINCE under a generic category of serial communication, the realization of the common serial port operation
- 2022-05-05 13:14:46下载
- 积分:1
-
vc.net programming assistant, oh, good things
vc.net 编程助手,好东西哦-vc.net programming assistant, oh, good things
- 2022-08-11 10:14:13下载
- 积分:1
-
Dynamic Library has prepared on the use of other non
动态库编写,编写其他非VC使用的动态库,一个简单的测试例子-Dynamic Library has prepared on the use of other non-VC dynamic library, a simple test case
- 2022-07-01 01:16:52下载
- 积分:1
-
固定增量法的c++源程序,是经典的最优化算法程序
固定增量法的c++源程序,是经典的最优化算法程序-Fixed increment method of c++ source code, is a classical optimization algorithm procedure
- 2022-02-25 09:08:32下载
- 积分:1