-
C# 常用类库源码下载(DotNet.Utilities)
C# 常用类库源码下载(DotNet.Utilities)
- 2020-11-21 12:19:35下载
- 积分:1
-
wdf_filter0
说明: 国内文件驱动编程知名人物蔡大侠的教程源代码,第一部分,主要实现对文件读写操作的拦截(domestic paper-driven programming eminent figures Cai heroes tutorials source code, the first part of the main document and write interception)
- 2006-03-16 16:45:48下载
- 积分:1
-
Hotel
ios app 点餐系统的代码示例 The code sample ordering system
- 2011-09-06 01:19:09下载
- 积分:1
-
task2-2-QPSK
高斯信道下QPSK仿真程序,显示了QPSK在高斯信道下误码率和信噪比的关系。(Gaussian channel under QPSK simulation program shows the relationship between QPSK Gaussian channel BER and SNR.)
- 2015-01-19 18:26:11下载
- 积分:1
-
30.数据结构(C#语言版)
说明: 本书包含数据结构和算法的基本概念及数学和 C#的知 识,常用的数据结构以及在.NET 框架中相应的数据结构查找常用的各种方法及其应用以及在.NET 框架中相应的算法。(This book contains the basic concepts of data structure and algorithm, the knowledge of mathematics and C , the common data structure, the common methods and applications for finding the corresponding data structure in the Net framework, and the corresponding algorithm in the Net framework.)
- 2020-04-25 09:06:47下载
- 积分:1
-
Excel 2013 VSTO插件
Excel VSTO插件开发
- 2021-05-06下载
- 积分:1
-
PIC CCP例
#include
#define uchar unsigned char
#define uint unsigned int
__CONFIG(0x3B31);
uint CCPDE;
const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void delay(uint x)
{
uint j,i;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
uchar temp;
void init();
void display();
void xianshi(uchar num1,uchar num2,uchar num3,uchar num4);
void main()
{
uchar a1=0,a2=0,a3=0,a4=0;
init();
while(1)
{
a1=CCPDE/1000;
a2=CCPDE%1000/100;
a3=CCPDE%100/10;
a4=CCPDE%10;
xianshi(a4,a3,a2,a1);
}
}
void init()
{
TRISB=0X00;
PORTB=0x06;
TRISC=0x0f;
CCP1IE=1;
T1CON=0X01;
CCP
- 2022-12-15 00:15:03下载
- 积分:1
-
turbofangzhen
这是关于turbo码的编译码的仿真程序,并附有仿真图(This is a turbo code codec on the simulation program, together with the simulation of Figure)
- 2008-03-20 21:44:45下载
- 积分:1
-
iu6djgtjer5y
X射线头影图象的自适应卡尔曼滤波方法研究_徐常胜.zip(Cephalometric X-ray image of the adaptive Kalman filtering method _ Xu Changsheng. Zip)
- 2013-08-08 20:13:57下载
- 积分:1
-
MATLAB
matlab 图像处理方面的经典书籍,值得初学者仔细认真的学习(matlab image processing aspects of classic books, worthy of serious study carefully beginners)
- 2014-06-15 21:25:27下载
- 积分:1