-
vcPPquanweipaoxi
辛长安编写的《vc++权威剖析》配盘源代码。本书从实践应用的角度,结合经典的实例阐述C++类的特性,深入剖析VC++,特别是MFC编程的体系结构,使有初级基础的读者能够快速掌握VC++的MFC程序设计思想和C++的语言精华。(Xinchang An " vc++ written authoritative analysis of the distribution disk source. Book from the point of view of practical application, combined with the classic examples described C++ class features in-depth analysis of VC++, in particular, the MFC programming architecture, the primary basis that readers can quickly grasp the design ideas of VC++ the MFC program and C++ the language the essence of .)
- 2012-05-28 20:43:19下载
- 积分:1
-
nRF905无线双向通信
nrf905模块的无线通信例子,希望有用(Nrf905 module wireless communication example, hope useful)
- 2020-06-19 16:00:02下载
- 积分:1
-
os-filesystem
用TC编写的文件管理系统,对学习操作系统中文件管理系统很有帮助,希望对大家有帮助(TC prepared with document management systems, learning operating system document management system very helpful, I hope all of you help)
- 2007-12-11 19:56:25下载
- 积分:1
-
C# printPreviewDialog
- 2022-10-06 20:30:03下载
- 积分:1
-
adsample
本人自己编的usb数据采集固件,对四路信号进行采集(Source code of USB data acquiring firmware, 4 channel signals.)
- 2005-07-18 20:24:08下载
- 积分:1
-
fwsa
这是KEYBOARD的C语言程序,详细介绍了KEYBOARD的编码和程序的实现方法,对读者有很大帮助!(This is the KEYBOARD C-language program, detailing procedures KEYBOARD coding and implementation method of great help to readers!)
- 2010-05-28 13:40:28下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
fuctionevaluateimagedefinition3
通过分析比较3种聚焦效果较好的清晰度评价函数,提出了一种基于聚焦窗口模式的平方梯度函数作为聚焦评价函数,建立了评价函数的数学模型,并给出了实验分析和结果。与以往常用的评价函数相比,具有更高的可靠性和聚焦灵敏度(Compared by analyzing the three kinds of focus better clarity evaluation function, a model based on the focus window as a function of the square gradient focusing evaluation function, the establishment of the evaluation function of the mathematical model, and gives the experimental analysis and results. Commonly used in previous evaluation function, compared with higher reliability and sensitivity Highlights)
- 2008-02-28 13:18:39下载
- 积分:1
-
ARM 加解密功能算法
文件包为ARM加解密库,都是C代码。
内部包含对称算法如AES、SHA、XXTA等。非对称算法包含RSA、ECC等。(The file package is the ARM encryption and decryption library, all of which are C code.
The internal contains symmetric algorithms such as AES, SHA, XXTA, etc.. Asymmetric algorithms include RSA, ECC, and so on.)
- 2020-10-21 15:27:24下载
- 积分:1
-
单片机做的温控风扇
单片机做的温控风扇,6档的,可以使用。文件包括4个论文,每个都有源程序和编程思路,方便参考以及学习。
- 2022-03-09 23:44:17下载
- 积分:1