-
C# -快速复制内存方法- x86 汇编
翻译 maninwest@Codeforge 作者 okarpov@CodeProject
我在此介绍如何快速复制数据并在 C# 和 .NET下使用汇编。
背景
如果你了解汇编语言、内存对齐和 C#、 Windows 和 .NET 高级技术就最好了。
代码使用处理器( 从 Pentium III+ (KNI/MMX2), AMD Athlon (AMD EMMX 后)支持的 SSE 指令 。
我在自己的奔腾双核 E5800 3.2GHz (4GB RAM )的双核模式下测试过。
如要使用 C# 在 Windows 下分配对齐内存, 有三种方法:
a)位图对象 ( windows 自己在内) 分配 16 位对齐地址,可以使用位图轻松对齐内存分配;
- 2022-06-12 10:00:00下载
- 积分:1
-
mfc窗口中播放视频
mfc窗口中利用windows media play控件播放视频。mfc窗口中利用windows media play控件播放视频。mfc窗口中利用windows media play控件播放视频。mfc窗口中利用windows media play控件播放视频。mfc窗口中利用windows media play控件播放视频
- 2022-02-06 23:17:07下载
- 积分:1
-
这个程序是基于Windows CE下的按键驱动程序源代码
这个程序是基于Windows CE下的按键驱动程序源代码-This procedure is based on the button under the Windows CE driver source code
- 2022-09-25 18:25:02下载
- 积分:1
-
程序源代码
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广...
程序源代码
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic algorithm source code is based on Darwin" s theory of evolution of an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2022-07-04 18:15:39下载
- 积分:1
-
used to write c compiler operating in linear grammar Few realize, teachers layou...
用c写的编译原理作业之右线性文法的实现,老师布置的一个小作业-used to write c compiler operating in linear grammar Few realize, teachers layout of a small operation
- 2022-03-29 14:45:35下载
- 积分:1
-
移动电话号码所在的省、市、服务提供商…
手机号所在省市及服务供应商查询的VB源码,关键是内带的查询数据库很有价值的(2007年4月的新数据)。-Mobile phone number where the provinces and municipalities and service providers VB source query, the key is inside the belt of great value to query the database (in April 2007 the new data).
- 2023-01-01 19:40:45下载
- 积分:1
-
模拟多个有速度的小球在容器内撞击反弹的物理模型。
模拟多个有速度的小球在容器内撞击反弹的物理模型。-Simulation has the speed of a number of small balls in the container of the physical model of the impact rebound.
- 2023-01-18 17:55:04下载
- 积分:1
-
本程序用于列出当前所有进程的全路径名,然后输出
本程序用于列出当前所有进程的全路径名,然后输出-The procedures for all processes listed in the current full-path name, and then output
- 2022-12-28 06:35:03下载
- 积分:1
-
基于VC++,单选按钮在有数字键盘的计算器中的应用
基于VC++,单选按钮在有数字键盘的计算器中的应用-Based on VC++, the radio button in the numeric keypad of the calculator application
- 2022-01-26 08:12:34下载
- 积分:1
-
比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值。这个程序要求读者具备编译原理的一些知识
比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值。这个程序要求读者具备编译原理的一些知识-than Windows, bringing their senior point calculators, the entire expression input, and then evaluated. This procedure requires the reader has compiled some of the principles of knowledge
- 2022-02-04 00:01:02下载
- 积分:1