-
C_API_Manul
主要是讲解windows下编程的使用和方法,以及在实际中的高级应用。(Under the program mainly to explain the use of windows and methods, as well as advanced applications in practice.)
- 2010-05-17 23:13:44下载
- 积分:1
-
WiMAX_Protocol_Code
This documentation is based on the following versions:- pre-release of the wimax model developed by NIST (file patch-wimax-prerelease-092206)- ns-2.29
此程序是NS2下用C、C++编写的,主要对Wimax 802.16d和802.16e的MAC层协议的仿真,压缩文件内部有详细的说明。
由于NS2运行在Linux下而且是对网络的模拟,因此把它归在Linux/网络类中(This documentation is based on the followi Vi versions :- pre-release of the model developed by wimax NI ST (file patch-wimax- prerelease- 092206)- ns This procedure is-2.29 NS2 using C, C, prepared mainly right WiMAX 802.16d and 802.16e MAC layer protocol simulation, compressed files within the detail. As NS2 running under Linux is the network simulation, therefore it to the Linux/networking category)
- 2021-04-21 11:28:49下载
- 积分:1
-
Avateering-XNA
自然人机交互的示例源代码,虚拟一个3D人,受显示中人的控制(Natural machine interaction sample source code, a 3D virtual person, by the display control of the human)
- 2013-11-02 16:25:46下载
- 积分:1
-
DMS
wpf 使用visual studio 2012 ado.net连接sqlserver 宿舍管理系统(wpf using visual studio 2012 ado.net connection sqlserver hostel management system)
- 2014-12-26 16:30:55下载
- 积分:1
-
C# 实现凹凸按钮(立体按钮效果)
Visual C# 实现凹凸按钮(立体按钮效果),鼠标放在按钮上,按下鼠标左键,即可看到凹凸效果:
private void Window_Loaded(object sender, RoutedEventArgs e)
{//(上凸效果)
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
MyBevelEffect.EdgeProfile = EdgeProfile.CurvedIn;
MyBevelEffect.LightAngle = 320;
MyBevelEffect.Relief = 0.4;
MyBevelEffect.Smoothness = 0.4;
this.button1.BitmapEffect = MyBevelEffect;
bShift = true;
}
private void button1_Click(object sender, RoutedEventArgs e)
{//凹凸显示按钮(下凸效果)
if (bShift)
{
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
this.button1.BitmapEffect = MyBevelEffect;
bShift = false;
}
else
{
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
MyBevelEffect.EdgeProfile = EdgeProfile.CurvedIn;
MyBevelEffect.Ligh
- 2022-04-20 03:11:38下载
- 积分:1
-
man
snow man is dere u can move it different direction in opengl
- 2009-09-01 20:29:55下载
- 积分:1
-
CPP-Gotchas-Avoiding-Common-Problems-in-Coding-an
gotchars for C++ programming
- 2014-09-11 20:20:35下载
- 积分:1
-
unit-9
谭浩强C程序设计第四版第9章习题答案,自己做出来的( C Programming Fourth Edition Chapter 9 Exercise answers, do it yourself)
- 2013-07-31 22:17:03下载
- 积分:1
-
TFT240320
TFT240320彩色液晶显示屏显示程序,库文件中定义了其常用的操作函数,可直接在主函数中调用(TFT240320 color LCD display program, the library file defines its common operating functions that can be invoked directly in the main function)
- 2013-07-21 11:16:42下载
- 积分:1
-
ICP算法(基于C++)
ICP算法(基于C++)ICP算法的基本思想是:根据某种几何特性对数据进行匹配,并设这些匹配点为假想的对应点,然后根据这种对应关系求解运动参数。再利用这些运动参数对数据进行变换。并利用同一几何特征,确定新的对应关系,重复上述过程。
- 2022-05-25 23:23:19下载
- 积分:1