-
Illumination
光照模型的完整源码,内含Gouraud和phong两种明暗处理。(Complete source of illumination model, to containing Gouraud and phong two-shading.)
- 2020-11-09 20:29:47下载
- 积分:1
-
TreeEditor
VC TreeView树控件的应用(拖放、删除、添加、重命名),精选学习源码,很好的参考资料。(Application of VC TreeView tree controls (drag and drop, add, delete, rename), select learning source code, a good reference.)
- 2013-12-25 10:29:49下载
- 积分:1
-
client
c#即时聊天,cs模式,通过wawa开发的软件反汇编出来,可以学习下(c# real-time chat, cs model of software development through wawa disassemble it, you can learn under)
- 2009-07-06 12:50:40下载
- 积分:1
-
01 实例源程序
主要是用C#写的与三菱PLC串口通信源代码(Mainly written in C# and MITSUBISHI PLC serial communication source code)
- 2017-06-30 09:47:47下载
- 积分:1
-
WPF 自定义标题的winform窗体实现源码
两个属性一个事件 WindowStyle="None" 去标题 AllowsTransparency="True" 去边框 MouseMove="TitleBar_MouseMove" 鼠标拖动标题栏 // 支持标题栏拖动 protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // 获取鼠标相对标题栏位置 Point position = e.GetPosition(TitleBar); // 如果鼠标位置在标题栏内,允许拖动 if (e.LeftButton == MouseButtonState.Pressed) { if (position.X >= 0 && position.X < TitleBar.ActualWidth && position.Y >= 0 && position.Y < TitleBar.ActualHeight) { this.DragMove(); } } }
- 2013-10-06下载
- 积分:1
-
mfc调用excel
该文件主要是用于mfc调用excel,将view中的数据导入到excel表格中,以便进行操作,这些文件从网上有很多,试验了很多次才验证成功,希望对大家有一些的帮助,但是这个功能的实现貌似挺简单,通过自己的动手,锻炼了自己的动手能力,感觉很好!
- 2022-03-14 21:21:03下载
- 积分:1
-
AM2320
在Keil5平台上,用单总线实现AM2320的温度湿度采集的STM32F411程序。(In the Keil5 platform, using single bus to achieve AM2320 temperature and humidity collection of STM32F411 program.)
- 2020-06-30 17:20:02下载
- 积分:1
-
gdiplusbutton_with_demos
GDI+ Button Control for MFC apps. This button control uses GDI+ to draw. Sample on how to ownerdraw using GDI+
- 2010-04-30 22:32:39下载
- 积分:1
-
doublemeter
圆形图表的处理,包括大圆套小圆,双指针,针对设计仪表的初学者很有帮助(Treatment of circular charts, including the great circle sets of small round, double pointer, very helpful for beginners instrument design)
- 2010-12-26 13:56:03下载
- 积分:1
-
GetPass
利用鼠标键盘钩子来截获*号密码程序,劲!(use of a mouse and keyboard to hook intercepted* Password procedures, Jin!)
- 2004-12-03 09:09:04下载
- 积分:1