-
RTD2120-.GFF-FILES
RTD2120.rar programing GFF files
- 2013-07-30 20:58:35下载
- 积分:1
-
手把手教你学DSP++基于TMS320X281X
tms320f28xx优秀教材,教你轻松学会DSP原理及开发应用(TMS320F28xx excellent teaching materials, teaching you to easily learn the principles of DSP and development applications)
- 2017-07-25 09:44:44下载
- 积分:1
-
仿QQ的Menu菜单效果示例源码下载
仿QQ的Menu菜单效果示例源码下载
- 2013-10-02下载
- 积分:1
-
IOaUART
利用单片机IO口模拟UART程序,系统用了一个定时器和一个外部中断,外部中断主要是用来检测串口起始位的到来。(IO mouth simulation UART program, microcontroller system with a timer and an external interrupt, external interrupt is mainly used to detect the arrival of the start bit serial port.)
- 2016-12-30 08:38:34下载
- 积分:1
-
AD5933
说明: AD5933模块负阻抗测试程序,C语言Keil编译(AD5933 Impedance Test Program)
- 2021-01-28 00:48:35下载
- 积分:1
-
MFC下实现图形学之立方体平移、比例、旋转、投影变换算法 代码
/绘制坐标系以及初始立方体
//*********************************
void CTransGraphicsView::OnDraw(CDC* pDC)
{
CTransGraphicsDoc* pDoc = GetDocument();
ASSERT_VALID(pDoc);
HBRUSH hbrush;
CPen pen;
HPEN hPen;
// TODO: add draw code for native data here
pen.CreatePen(PS_SOLID,3,RGB(255,0,0));
hPen=(HPEN)pDC->SelectObject(pen);
pDC->SetViewportOrg(cxClient/2,cyClient/2);
pDC->MoveTo(-cxClient/2,0);
pDC->LineTo(cxClient/2,0);
pDC->MoveTo(0,-cyClient/2);
pDC->LineTo(0,cyClient/2);
pen.DeleteObject();
pDC->SelectObject(hPen);
this->ShadowTrans(-45);
for(int i=0;i
- 2022-01-26 02:03:54下载
- 积分:1
-
I recently found on the network, well, and therefore uploaded onto share with yo...
本人最近在网络上找到的,很好用,
所以上传上来跟大家分享。-I recently found on the network, well, and therefore uploaded onto share with you.
- 2022-08-22 06:35:18下载
- 积分:1
-
一个小小的c 语言程序源码!演示二叉树的可视化程序编码!
一个小小的c 语言程序源码!演示二叉树的可视化程序编码!-a small c language program source code! Binary Tree demonstration of visual programming coding!
- 2023-03-31 07:15:04下载
- 积分:1
-
BASIC
这虽然是一个非常简单易行的时钟程C序,适合初学者(Although this is a very simple clock Cheng C sequence, suitable for beginners)
- 2012-03-13 10:56:00下载
- 积分:1
-
sm2
说明: 配置 miracl 库,熟练调用 miracl 函数库,特别是其中的椭圆曲线运算相关函数对大数进行运算。学习并掌握 SM2 椭圆曲线公钥密码算法,开发 C 语言程序实现对消息的 SM2 加密和解密。(Configure the miracl library, skillfully call the miracl function library, especially the elliptic curve operation related functions to operate on large numbers. Learn and master SM2 elliptic curve public key cryptography algorithm, develop C language program to realize SM2 encryption and decryption of messages.)
- 2020-07-20 17:08:45下载
- 积分:1