搜索资源列表
ASM
- 从概念的角度分析了活动图并非结构的不足,系统地研究了时序模糊状态下的语音描述,以工作流的循环模式鉴别器作为实例,提出了活动图与形式化规范相结合的解决方法。最后结合抽象状态自动机ASM作为语义补充构造了鉴别器的活动图模型,从分支、合并、事件捕获等方面定义了详尽的规则,提高了模型的正确性、可验证性和一致性。-The insufficient of concurrent structure of activity diagram is analyzed in concept level,and the
svn
- svn学习资料,包括svn的常用操作,svn的分支与合并,并作出了总结。-svn learning materials, include svn common operation, svn branching and merging, and make a summary.
wenbenleiju
- 基于文本相似度计算的文本聚类算法研究与实现,这是中文信息处理的重要分支。-The text clustering algorithm based on text similarity computing research and implementation, this is an important branch of Chinese information processing.
Git-branching-model
- git 分支模型,不用自己想那么多,直接拿来照用实施即可-git branch model, do not have to think so much, can be directly used according to embodiments use
altium 分支等长实现
- 私藏的altium 等长资料,分支等长应该做ad 的很实用了,大家赶快下载吧
深入理解C11/C++11内存模型
- 现代计算机体系结构上,CPU执行指令的速度远远大于CPU访问内存的速度,于是引入Cache机制来加速内存访问速度。除了Cache以外,分支预测和指令预取也在很大程度上提升了CPU的执行速度。