-
olmpic_new
用VB+MO做的北京奥运交通查询系统,用esri公司的MO控件作为开发工具,基于VB平台,可以实现数据的管理、浏览以及道路查询(VB MO do Beijing Olympic transport system. esri companies with MO controls as development tools, VB-based platforms, we can achieve data management, View and road inquiries)
- 2020-07-03 20:00:01下载
- 积分:1
-
MFC-read-bmp
MFC读取bmp图片,让你很清楚的理解bmp文件的结构和组成,欢迎使用(MFC read bmp images, so you clearly understand the structure and composition of bmp files, Welcome)
- 2014-02-12 22:36:05下载
- 积分:1
-
xueshengxuankexitong
桂林电子科技大学的数据库课程的最后大作业,里面是一个学生选课系统的源码。(Guilin University of Electronic Science and Technology Database last great work, which is a class selection system source code.)
- 2010-12-17 20:32:54下载
- 积分:1
-
1
说明: 朱红版C++程序设计教程课后答案和习题详解附相关程序(C++ answers and after-school programming tutorial exercises)
- 2013-10-14 10:34:24下载
- 积分:1
-
ghost3.75远控
说明: 此远控已经编译好,包免杀,要的自行下载,谢谢(This remote control has been compiled, and the package is free of killing.)
- 2020-01-18 13:23:26下载
- 积分:1
-
DrawCircle
实现画圆,用C++的mfc功能,这个是c语言交互式绘图的必备!(Achieve Circle)
- 2013-12-20 00:20:37下载
- 积分:1
-
CAMSHIFT
采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。
该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。已经调通了。(CAMSHIFT algorithm using rapid detection and tracking moving targets C/C++ source code, OPENCV BETA 4.0 version in its SAMPLE given this example. Document in the running VC6.0 environment compiler, is a stand-alone operating procedures, no OPENCV DLL library support. Before the operation, please connect the USB interface of the camera. You can then use the mouse selectedwiththemousewishestotrackthetarge. Has been transferred through.)
- 2013-07-14 22:25:08下载
- 积分:1
-
DXF_read_display_wxwidgets
编程环境为Visual studio2008,采用dxflib库编写,内部定义了一些图形类,可以实现dxf文件的读取,显示,及删除操作。页面侧边有动态标尺,按住鼠标中键可平移窗口,拨动滚轮可缩放视图,采用窗口裁剪以及显示缓存来提高性能及防止闪烁。本来是做为激光切割机控制系统来开发的,但是后来因为某些原因搁浅了,现在就拿出来供大家参数吧。界面上有一些激光加工参数的输入,但是实际是没有任何作用的。
程序界面使用wxwidgets库编写。这是一个跨平台的库,有很多有用的控件,在不同平台是会有相应平台的风格。此程序也可做为学习wxwidgets的例程。
编译此程序需要wxwidgets2.8.7 ;这是一个开源的界面库,请到官方主页去下载。
本人英文不好,以下英文描述为自动翻译。请见谅(Programming environment for Visual studio2008, using dxflib library prepared a number of graphics within the definition of class, can achieve dxf file to read, display, and delete operations. Pages are dynamically scale the side, hold down the mouse button to pan the window, toggle wheel to zoom the view, with window clipping and display cache to improve performance and prevent blinking. Originally as a laser cutting machine control system to develop, but was stranded for some reason, and now Take it out for your parameters. Interface, there are some laser processing parameters input, but actually have no effect.
Prepared using the wxwidgets library program interface. This is a cross-platform library, there are many useful controls, there will be appropriate in different platforms, platform style. This procedure can also be used as learning wxwidgets routines.
Compile this program requires wxwidgets2.8.7 this is an open source interface library, please go to the official home page)
- 2010-07-11 21:08:48下载
- 积分:1
-
44810407
Desktop drawing program, for beginners to understand the vc code is a good example, performance fun and easy to learn
- 2018-12-31 11:33:10下载
- 积分:1
-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1