-
MyServer
Visual+C++黑客编程揭秘与防范_服务器源代码。(Visual+ C++ programming Secret hackers and prevent the _ server source code.)
- 2011-09-01 13:20:20下载
- 积分:1
-
windmotor
本设计介绍的是直流无刷电机的正弦波控制方式,以及基于英飞凌 XC866单片机的三相带霍尔传感器直流无刷风机 180 度控制方案。三相带霍尔传感器直流无刷风机 180 度控制系统主要由以下几大部分构成:整流电路、逆变电路、控制电路、驱动电路、开关电源、直流无刷风机及扇叶负载。(Is the design of the brushless DC brush motor sine wave control mode, and based on three-phase Infineon xc866 microcontroller with a Hall sensor for DC brush fan 180 degree control scheme. Three phase with a Hall sensor for DC brush fan 180 degree control system mainly consists of the following parts: rectifier circuit, inverter circuit, a control circuit, a drive circuit, switching power supply, DC brushless fan and fan blade load.)
- 2016-07-30 09:20:10下载
- 积分:1
-
打飞机
说明: 打飞机非常好玩的游戏建议选择冷酷的敌人(Hit a planeHit is very can make you happy)
- 2019-12-23 17:31:48下载
- 积分:1
-
很好用的开源的三方控件,实现了MDI窗口,窗口可以浮动,拖拽,效果很不错...
很好用的开源的三方控件,实现了MDI窗口,窗口可以浮动,拖拽,效果很不错-A very good three-way with open source control, achieved a MDI window, the window can be floating, drag and drop, the effect is very good
- 2022-04-12 11:00:23下载
- 积分:1
-
捷联惯导系统仿真算法的研究及其实现
捷联惯导系统仿真算法的研究及其实现.nh.大连理工大学硕士论文,详细阐述了如何用matlab-simulink进行惯导仿真(Strapdown inertial navigation system simulation algorithm and its realization. Nh. Dalian University of Technology master s thesis in detail how to use matlab-simulink simulation for INS)
- 2008-01-14 21:07:47下载
- 积分:1
-
MyFloat
说明: 自定义浮点数的软件实现,支持和普通浮点数的互换。(Self-defined float compatible with IEEE 754)
- 2019-06-20 10:01:26下载
- 积分:1
-
JpegLs源码 jpeg ls v2.2
说明: JpegLs源码,由UBC和HP在2000年联合开发(JpegLS project,developed by UBC and HP.)
- 2020-05-12 23:06:59下载
- 积分:1
-
c
说明: 停车场位管理系统程序,管理场位,便于汽车的停放(Parking spaces management system procedures, management, market position, easy to park the car)
- 2009-10-04 23:51:18下载
- 积分:1
-
TheNURBSBook
工程界几何模型参数化用到的NURBS曲线生成的理论和相关源代码。可用以翼型参数化、船舶外形参数化等(the theory of NURBS curve generation and the related source code for Engineering of geometric model parameterization . Airfoil parameterization and ship shape parameterization can be used )
- 2009-12-28 16:23:33下载
- 积分:1
-
C# wpf方法的最大化和最小化窗口
Viaual C# 使用wpf方法实现最大化和最小化窗口,和默认的方式似乎有些不同.有兴趣的可参考以下代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//最大化显示窗口
this.WindowState = System.Windows.WindowState.Maximized;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//最小化显示窗口
this.WindowState = System.Windows.WindowState.Minimized;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//还原窗口
this.WindowState = System.Windows.WindowState.Normal;
}
private void button4_Click(object sender, RoutedEventArgs e)
{//关闭窗口
this.Close();
}
- 2022-01-25 15:01:45下载
- 积分:1