-
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
-
实体类互相赋值
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace GPS.Common
{
///
/// BeanUtils提供用于拷贝对象中的具体字段的值的方法
///
public class BeanUtils
{
///
/// 把源对象里的各个字段的内容直接赋值给目标对象(只是字段复制,两个对象的字段名和类型都必须一致)
///
/// 目标对象
/// 源对象
public static void CopyObject( object src,ref object dest)
{
&
- 2022-10-20 05:35:03下载
- 积分:1
-
15f104e
STC15F104E+DS18B20温度计2位数码管显示(STC15F104E+DS18B20Thermometer 2 digital display
)
- 2012-03-13 17:44:46下载
- 积分:1
-
up_down_zip
vs2005 C#
文件上传与下载_在线压缩和解压文件(vs2005 C# _ file upload and download files online compression and decompression)
- 2008-12-11 01:09:18下载
- 积分:1
-
datastructure
c,c++ & data structures notes with examples
- 2009-10-08 19:36:59下载
- 积分:1
-
MATLAB1
当前MATLAB在数字图像处理和分析中的应用(MATLAB in digital image processing and analysis)
- 2013-03-02 20:53:15下载
- 积分:1
-
Advanced-C-language
C语言进阶资料,一共分为八讲,提高的好资料。(Advanced C language data, a total of eight, good data to improve the.)
- 2013-10-17 19:04:15下载
- 积分:1
-
licheng
dspic33fj128mc804开发板例程,包含了按键、液晶显示、定时器中断、DMA、CAN、串口UART调试以及PWM等功能,讲解详细,可移植,初学者的福利!(dspic33fj128mc804 routine development board that contains buttons, LCD display, timer interrupt, DMA, CAN, serial UART debugging and PWM functions, explained in detail, portable, welfare beginners!)
- 2016-05-22 13:59:35下载
- 积分:1
-
2PC与西门子S7-200 PLC组成的控制系统
用于PC与西门子S7-200 PLC组成的控制系统(A control system consisting of PC and SIEMENS S7-200 PLC)
- 2017-09-23 11:34:33下载
- 积分:1
-
DcmtkTest
本程序使用dcmtk库,可以显示大部分的DICOM图像。非压缩、压缩黑白图像以766灰阶显示,彩色图像正常显示。
对于初用dcmtk库的开发者来说,入门较难,本程序已使用VC6工程将主要库加入工程中,可以参考本工程的设置。另外,对于高于8位的黑白图像,本程序也提供一个处理方法的参考。(This procedure used dcmtk library, you can see that the majority of the DICOM image. Non-compressed, compressed to 766 gray-scale black-and-white images show that color image display. Dcmtk library used for the early developers, the entry more difficult, the procedure has been in use for the main library VC6 project will join the project, can refer to the project settings. In addition, higher than the 8-bit black-and-white images, the program also provides a reference method.)
- 2009-06-01 14:19:42下载
- 积分:1