-
ExocortexDSP_v1.2
A C# open source library that provides fully featured (1) single and double precision complex number data types, (2) complex number math library, (3) 1D, 2D and 3D complex and real symmetric fast Fourier transforms, and (4) highly accurate statistical routines.
- 2008-02-20 12:32:03下载
- 积分:1
-
c# Network Programming electronic books, the book describes c# programming netwo...
c#的网络编程电子图书,本书描述c#网络编程方面的知识。包括网络基础、网络层编程、应用层编程例子。-c# Network Programming electronic books, the book describes c# programming network of knowledge. Including network infrastructure, network programming layer and the application layer programming examples.
- 2022-11-14 16:30:09下载
- 积分:1
-
runABC
LEACH (Low-Energy Adaptive Clustering Hierarchy)
- 2013-10-30 14:53:09下载
- 积分:1
-
c#高精度计时器(精确到1毫秒)
该例子实现了高精度定时器功能,最高定时精度为1ms
- 2019-07-13下载
- 积分:1
-
KK
说明: 基于msp430的按键程序,按下按键后,实现led的反转。使用下降沿中断。 (Msp430-based key program, press the button, the realization led reversal. With falling edge interrupt.)
- 2011-07-24 19:51:07下载
- 积分:1
-
circle
a simple graphics application
- 2014-02-06 14:23:28下载
- 积分:1
-
spy_fileio_src
说明: spy++的一个小例子,涉及Vxd操作和DDK编译(spy++ a small example, involving the operation and DDK compiler Vxd)
- 2008-10-25 10:08:51下载
- 积分:1
-
网络聊天程序的C #,它简单,但对初学者很有用。
一个用C#编写的网络聊天程序,简单但对初学者有用。
- 2022-03-30 18:26:46下载
- 积分:1
-
MD5算法VC6.0
md5:以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。
在md5算法中,首先需要对信息进行填充,使其字节长度对512求余的结果等于448.因此,信息的字节长度(bits length)将被扩展至n*512+448,即n*64+56个字节(bytes),n为一个正整数。填充的方法如下,在信息的后面填充一个1和无数个0,直到满足上面的条件时才停止用0对信息的填充。然后,在这个结果后面附加一个以64位二进制表示的填充前信息长度。经过这两步的处理,现在的信息字节长度=n*512+448+64=(n+1)*512,即长度恰好是512的整数倍。这样做的原因是为满足后面处理中对信息长度的要求。
md5
- 2022-08-07 05:12:52下载
- 积分:1
-
UART模块通信例子
说明: 基于STC51单片机使用UART串口模块通讯例子(STC51 using UART serial port module communication example)
- 2020-06-17 13:40:02下载
- 积分:1