-
Code
说明: ARP协议获得局域网内活动主机物理地址程序,编程环境为vc(ARP protocol to obtain the physical address of the host LAN events, programming environment for vc)
- 2011-03-29 17:20:16下载
- 积分:1
-
Usibgebipolen
单极性PWM控制方式Simulink仿真,很简单,便于电力电子初初学入门者学习,里面还加了一个模拟滤波器,也很简单,但想法非常重要
(Unipolar PWM control mode Simulink simulation is very simple, easy beginner beginners to learn the beginning of the power electronics, which also added an analog filter is also very simple, but the idea is very important)
- 2012-07-17 21:25:36下载
- 积分:1
-
AVR 驱动显示32*128点阵
本程序是实现用AVR的atmega128实现驱动一个由MBI5026作为驱动芯片的显示模组。是一种静态的扫描方式。本程序是实现用AVR的atmega128实现驱动一个由MBI5026作为驱动芯片的显示模组。是一种静态的扫描方式。本程序是实现用AVR的atmega128实现驱动一个由MBI5026作为驱动芯片的显示模组。是一种静态的扫描方式。本程序是实现用AVR的atmega128实现驱动一个由MBI5026作为驱动芯片的显示模组。是一种静态的扫描方式。
- 2022-05-29 14:19:53下载
- 积分:1
-
PetShop4steup
非常好的一个项目。很值得你学习,值得研究,菜鸟吗都可以看看(Very good item. You are worth learning, worth studying, you can take a look at rookie)
- 2009-06-09 11:36:16下载
- 积分:1
-
erfenfaheNewtonXiashan
说明: 包括二分法,Newton下山法和improved Newton迭代法(Including the dichotomy, Newton downhill method and improved Newton iteration method)
- 2008-10-25 18:56:34下载
- 积分:1
-
realtimesuperpixel-master
运用基于密度的聚类算法实现了超像素的分割(The segmentation of super pixels is realized by using the clustering algorithm based on density)
- 2018-01-11 11:54:41下载
- 积分:1
-
MeshAPI
说明: 切割网格,可用来直接输入切割平面三点,模型可直接由平面切割(Cutting mesh can be used to input directly three points of the cutting plane, and the model can be cut directly from the plane.)
- 2020-06-25 10:00:01下载
- 积分: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
-
pid控制直流电机
通过pid控制实现直流电机转速控制,此系统是一个闭环系统
- 2022-11-09 06:20:03下载
- 积分:1
-
如何编写UDFs的教程资料
CFD计算中,关于fluent软件,如何编写UDFs的教程资料(In CFD calculation, how to compile UDFs teaching materials about FLUENT software)
- 2019-05-13 01:49:53下载
- 积分:1