摘要: using System;using System.Threading;using System.Windows.Forms;using System.Workflow.Runtime;using System.Workflow.Activities;namespace Microsoft.Samples.Workflow.Communication.HostCommunication{ // Class defines the message passed between the local service and the workflow [Serializable] internal c 阅读全文
posted @ 2010-06-11 21:55 qiang.xu 阅读(299) 评论(0) 推荐(0) 编辑
摘要: http://blog.ednchina.com/Crazyweek/183280/message.aspxkeil C语言与汇编语言混合编程1. C语言中嵌入汇编1、在 C 文件中要嵌入汇编代码片以如下方式加入汇编代码:#pragma ASM; Assembler Code Here#pragma ENDASM2、在 Project 窗口中包含汇编代码的 C 文件上右键,选择“Options for ...”,点击右边的“Generate Assembler SRC File”和“Assemb 阅读全文
posted @ 2010-06-11 15:31 qiang.xu 阅读(5155) 评论(0) 推荐(0) 编辑