-
STL的基本运用 ~~该例子是查字典的运用
STL的基本运用 ~~该例子是查字典的运用-STL basic use of ~ ~ the example is the use of dictionary
- 2022-03-26 13:00:08下载
- 积分:1
-
图书馆管理
这是图书馆管理的 c 语言代码,此代码是做工非常精细,这是法典,任何人下载并使用它。
- 2022-05-19 10:28:42下载
- 积分:1
-
This resource shows you how to define and get more out of software requirements...
This resource shows you how to define and get more out of software requirements with dozens of "best practices" and tips on getting better design input from your customers and then using these requirements to generate a variety of design documents.
- 2022-01-26 04:25:54下载
- 积分:1
-
can端口的收数据的测试,可以将该程序考到wince下,用来测试can口的接收数据功能
can端口的收数据的测试,可以将该程序考到wince下,用来测试can口的接收数据功能-can close the data port of the test, you can test this program to wince under the mouth can be used to test the receive data function
- 2023-03-29 10:00:03下载
- 积分:1
-
基于肤色的人脸检测,在VC++6.0的环境下运行
基于肤色的人脸检测,在VC++6.0的环境下运行-Based on the color of human face detection, in VC++ 6.0 environment running under
- 2022-03-24 00:41:28下载
- 积分:1
-
我写的一个控件,可以通过串口发送数据到LED显示屏,支持中午,支持bmp图形,广大排队叫号软件显示屏程序开发者可以借鉴!...
我写的一个控件,可以通过串口发送数据到LED显示屏,支持中午,支持bmp图形,广大排队叫号软件显示屏程序开发者可以借鉴!-I wrote a control that can send data via serial port to the LED display, support at noon, support bmp graphics, the majority of the software line called number display application developers can learn from!
- 2022-08-02 21:03:31下载
- 积分:1
-
一个软件看门软件狗的编写
一个软件看门软件狗的编写-a software gatekeeper software to prepare the dog
- 2023-06-15 21:20:03下载
- 积分:1
-
C语言生成的代码在执行效率上比其它高级语言都高.现在让我们来看看C语言生成的代码具体是什么样子的.当你看完本文对于C语言的了解一定会更深一步了....
C语言生成的代码在执行效率上比其它高级语言都高.现在让我们来看看C语言生成的代码具体是什么样子的.当你看完本文对于C语言的了解一定会更深一步了.-the runtime efficiency of c codes are higher than any other high level languages. Now let s see how the codes produced by c language are like. After finishing reading this article your understanding of c language will be deeper
- 2022-03-20 22:52:55下载
- 积分:1
-
画心的动画汇编程序
画心的动画汇编程序-painting animation compilation heart procedures
- 2022-11-07 15:15:03下载
- 积分:1
-
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