-
对叠加的信号进行显示和频谱的仿真,其中主要是对SIN信号的叠加...
对叠加的信号进行显示和频谱的仿真,其中主要是对SIN信号的叠加-The signal of the superimposed display and spectrum simulation, the main signal is the superposition of SIN
- 2022-03-21 22:26:59下载
- 积分:1
-
the source code in C/C writes. Direct exe files can be run, realizing see CPP do...
几个小游戏的源码,用C/C++写的。
直接运行exe文件可看,实现见CPP文件。-the source code in C/C writes. Direct exe files can be run, realizing see CPP document.
- 2022-06-26 19:52:21下载
- 积分:1
-
ComplexNetworks-master
说明: 复杂网络工具箱,生成网络,计算节点度数,聚类系数(Complex network toolbox, generate network, calculate node degree, clustering coefficient)
- 2020-02-01 22:15:07下载
- 积分:1
-
Web site development related to the code, mainly to achieve a site' s home pa...
网站开发的相关代码,主要是实现了一个网站的首页,是关于健康咨询的一个网站-Web site development related to the code, mainly to achieve a site" s home page, is a web site on health consultation
- 2023-04-24 10:40:03下载
- 积分:1
-
Gear01
说明: MATLAB GUI 界面设计,MATLAB齿轮的齿数,模数,压力角等参数计算(Matlab GUI interface design, matlab gear tooth number, module, pressure angle and other parameters calculation)
- 2019-11-29 22:40:31下载
- 积分:1
-
紀錄keyin功能
应用背景紀錄keyin功能,紀錄鍵盤動作所輸入的相關字元,將其字元顯示於框架中辨認.此程式是利用VB6所撰寫出來,利用簡易的程式編碼來記錄電腦鍵盤輸出的相關字元.关键技术程式利用VB6所撰寫出來,利用簡易的程式編碼來記錄電腦鍵盤輸出的相關字元.紀錄keyin功能,紀錄鍵盤動作所輸入的相關字元,將其字元顯示於框架中辨認
- 2022-03-16 20:47:28下载
- 积分:1
-
将24位的图片转换成16位图片,可以保存为二进制代码,十六位代码...
将24位的图片转换成16位图片,可以保存为二进制代码,十六位代码-24 images will be converted into 16 images, you can save it as a binary code, 16 code
- 2022-08-10 22:57:11下载
- 积分:1
-
LABVIEW与倍福twincat ADS通讯
labview通过ADS实现与倍福PLC的ADS通讯(Labview communicate with BECKHOFF PLC over ADS)
- 2021-03-26 15:49:13下载
- 积分:1
-
VC++ 6.0绘制曲线正弦波
VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。
//建立画笔
CPen cpen,pen;
pen.CreatePen(PS_SOLID,4,RGB(0,0,0));
cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));
pDC->SelectObject(&cpen);
//指定原点
pDC->SetViewportOrg(100,245);
pDC->SetTextColor(RGB(255,0,0));
//绘制横坐标
CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};
for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);
pDC->LineTo(60*n,-5);
pDC->MoveTo(60*n,0);
pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);
}
double y,radian;
pDC->SelectObject(&pen);
for(int x=-60;xMoveTo((int)x,(int)y);
pDC->LineTo((int)x,(int)y);
}
- 2022-01-21 22:47:43下载
- 积分:1
-
matlab的一些最基本的应用
matlab的一些最基本的应用-Matlab some of the most basic
- 2022-04-06 11:15:39下载
- 积分:1