-
教你怎样使用ADO.NET读取与写入XLM 是一个课件
教你怎样使用ADO.NET读取与写入XLM 是一个课件-Teach you how to use ADO.NET to read and write XLM is a courseware
- 2022-05-22 15:14:21下载
- 积分:1
-
ADO第一次亲密接触这是一本用VC++开发ADO数据库程序的电子书,全书35页,例子通俗易动,没有长篇大论,直奔主题。...
ADO第一次亲密接触这是一本用VC++开发ADO数据库程序的电子书,全书35页,例子通俗易动,没有长篇大论,直奔主题。-This is a VC++ development with ADO database of e-books, book 35, for example, popular easy to move, there is no long-winded, went straight to the theme.
- 2023-05-12 13:05:03下载
- 积分:1
-
jsp Programming Guide is mainly introduces some of the JSP senior theme
jsp编程指南 主要是介绍了一些有关JSP的高级的主题-jsp Programming Guide is mainly introduces some of the JSP senior theme
- 2022-03-24 05:14:33下载
- 积分:1
-
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫...
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。
为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic idea for solving the problem: If the current position can be adopted, in pressure, otherwise the next location to explore, if a dead end, then back to New Moon, the size of the maze: M* N. maze set up a custom. A simple maze to solve the problem is: starting from the entrance, along a certain direction to explore, can walk, then continue to move forward otherwise return along the same route, a direction for further exploration, until all possible pathways are exploring to date. In order to avoid going back to have access points (including the current path and current path in the point), all the points should be entered mark.
- 2022-03-21 17:16:01下载
- 积分:1
-
mentor wg 2004中文简明教程,本来用mentor 的资料就不容易找,改文档介绍了从做库,到原理图,PCB板的制作过来,想学MENTOR WG的人有很...
mentor wg 2004中文简明教程,本来用mentor 的资料就不容易找,改文档介绍了从做库,到原理图,PCB板的制作过来,想学MENTOR WG的人有很大的帮助,看到本论坛这方面资料也很少,上传上来和大家分享-mentor wg 2004 Chinese Concise Guide, originally with the mentor is not easy to find information, to introduce the document from the Treasury to do, to the schematic diagram, PCB board production over MENTOR WG would like to study people who have a lot of help, see the Forum information is also very little in this regard, upload up to share
- 2022-04-13 06:50:30下载
- 积分:1
-
本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。
模板已经被证明是C++最强大的功...
本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。
模板已经被证明是C++最强大的功能之一,但却常常被人们所忽视、误解和误用。本书对模板的两个方面――结构和用法――都进行了深刻的阐述,提示了有关模板的缺陷和陷阱,引导程序员清晰地理解为什么、何时及如何使用模板,来构建并维护简洁、快速、灵活、高效的软件,充分发挥C++模板的强大功能。
-This book is C++ template programming Complete Guide to the adoption of the basic concepts, skills and application of commonly used examples of 3 useful information for readers to C++ templates to lay a solid foundation of knowledge. Template has been proved to be C++, one of the most powerful features, but is often overlooked, misunderstood and misused. Book two aspects of the template- the structure and use- are carried out on a deep, suggesting that the defects and the trap template to guide the programmer a clear understanding of why, when and how to use the templates to build and maintain simple, fast, flexible and efficient software, give full play to the C++ template power.
- 2022-05-22 17:05:46下载
- 积分:1
-
C51读写SD卡,SD卡使用SPI模式进行读写
C51读写SD卡,SD卡使用SPI模式进行读写-C51 to read and write SD cards, SD cards using SPI mode to read and write
- 2022-07-15 00:03:48下载
- 积分:1
-
在开发有关的卢定位的软件时,我们可以用鼠标拖拽的方法实现动态地理定位。本实例就是一个用鼠标拖拽的方法实现的动态改变公交线路的例子。...
在开发有关的卢定位的软件时,我们可以用鼠标拖拽的方法实现动态地理定位。本实例就是一个用鼠标拖拽的方法实现的动态改变公交线路的例子。-Lu in the development of location-related software, we can use the mouse to drag and drop method to achieve dynamic geo-positioning. This example is a way to use the mouse to drag realize the dynamic change in the example of bus lines.
- 2023-01-22 10:40:04下载
- 积分:1
-
Sams Teanch Yourself Database Programming with Visual C++ 6 in 21 days.
Sams Teanch Yourself Database Programming with Visual C++ 6 in 21 days.
- 2023-07-28 13:00:04下载
- 积分:1
-
vc++技术内幕第五版,写的不错 值得一看,不知道是不是已经有了,虽然是英文版的...
vc++技术内幕第五版,写的不错 值得一看,不知道是不是已经有了,虽然是英文版的-vc technology insider fifth edition, was a good eye-catcher, I do not know if there has been, although the English
- 2022-03-21 19:33:32下载
- 积分:1