资源列表
c#Winfrom扁平化控件库
- c#的Winform控件库,扁平化,更漂亮,包含90多个控件源码,无第三方控件,全自定义控件。包含控件全部使用Demo(C# WinForm control library, flat, more beautiful, contains more than 90 control source code, no third-party control, full custom control. Include controls all using demo)
FightPlane2
- 这是fightplane程序的第二个环节,层层渐进。-This is the second fightplane procedure link, layer upon layer gradually.
EduBoard50.zip
- 电子白板 转载 适合初学者研究 有共同爱好的学习,Whiteboard reprint research for beginners have a common love of learning
CMMCompiler
- CMM 解释器 功能齐全 界面清晰 谢谢下载使用-CMM interpreter functional
VirtualDestop
- 这是一个用VC++写的一个虚拟桌面,内容有动态链接库,运行时可按后门退出-This is a VC++ write a virtual desktop, the contents of the dynamic link libraries, run-time according to the back door exit
barcode_printer
- 关于打印条码的一个小实例,对于条码打印不熟悉的人比较有用(About printing a small example of barcode, barcode printing for those who are not familiar with more useful)
Injector
- windows wsk驱动 dll 注入应用程序 开发说明 提供源码 学习研究(Windows WSK driven DLL injection application development instructions providing source learning research)
Raw2Rgb
- 相机采集的原始数据格式bayer转换成rgb格式,转换后的数据直接存储为bmp图片,方便浏览-Raw to RGB ,convert Raw file to bmp file
336t
- 前台及后台用户名密码都是:gz35gz35.com-prospects and the background of all users Password : gz35gz35.com
dom4j-1.6.1
- xml解析jar,很方便的吆。想学习xml解析的可以下下来参考下了-xml parsing jar, very convenient creation to shout. Want to learn xml parsing can be made a reference to the next down the
lfcms_php
- 一款采用PHP基于THINKPHP3.2.3框架开发,适合各类视频、影视网站的影视内容管理程序。具有良好的用户体验,适合美工人员快速建立站点,您也可以根据您的需要进行应用扩展来达到更加强大功能。 您可以在遵循 协议 的情况下完全免费的使用我们的程序。(A PHP framework based on THINKPHP3.2.3 development, suitable for all kinds of video, film and television website content man
餐饮管理系统
- 使用winform开发的餐饮管理系统,以下是一些核心功能实现的简介: 1、显示厅包及餐桌-》开发步骤1、添加TabControl。2、查询HallInfo,遍历创建TabPage。3、创建ListView,加入TabPage上。4、查询TableInfo,遍历创建ListViewItem。-》在主窗口中,使用标签显示厅包,在每个标签中使用listview显示餐桌。餐桌分为使用、空闲状态。-》双击餐桌,如果是空闲,则开单,如果是使用,则继续点菜。//开单:1、为OrderInfo表插入数据;修改