登录
首页 » Windows开发 » HeadFirst设计模式源码 HeadFirstDesignPatterns_code

HeadFirst设计模式源码 HeadFirstDesignPatterns_code

于 2022-07-01 发布 文件大小:529.19 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

HeadFirst设计模式源码 HeadFirstDesignPatterns_code-HeadFirstDesignPatterns_code HeadFirstDesignPatterns_code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于oem的数据查询系统 对图结构的半结构化数据进行并,差,选择,投影,粘贴及切削的操作...
    基于oem的数据查询系统 对图结构的半结构化数据进行并,差,选择,投影,粘贴及切削的操作-professionals and consumers can Based on the data query system to map the structure of semi-structured data and, worse, selection, projection, cutting and pasting operation
    2022-11-10 12:20:04下载
    积分:1
  • OPM35平台下Siano 的CMMB驱动
    OPM35平台下Siano 的CMMB驱动-Siano driver of CMMB at OMP35 platform
    2022-02-24 08:52:39下载
    积分:1
  • 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致...
    给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?递归分治,刚才上传的ex1.rar有错,以这个为准.-Given a width W of the rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate of height h the smallest? Recursive sub-rule, has just uploaded ex1.rar wrong, this shall prevail.
    2022-09-10 18:50:03下载
    积分:1
  • 摘 要   本系统按要求制作了一个简易智能电动车,它能实现的功能是:从起跑线出,沿引导线到达 B 点。在此期间检测到铺设在白纸下的薄铁片,并同时出声光指示信...
    摘 要   本系统按要求制作了一个简易智能电动车,它能实现的功能是:从起跑线出发,沿引导线到达 B 点。在此期间检测到铺设在白纸下的薄铁片,并同时发出声光指示信息,实时存储、显示在“直道区”检测到的薄铁片数目。电动车到达 B 点以后进入“弯道区”,沿圆弧引导线到达 C 点,能够检测 C 点下正方形薄铁片,并在 C 点处停车 5 秒,停车期间发出断续的声光信息。之后继续行驶,在光源的引导下,利用超声传感器传来的信号通过障碍区进入停车区并到达车库。最后,电动车完成上述任务后能够立即停车,全程行驶时间小于 90 秒。-abstract:this systme is about making a simple intelligence electroomobile.the main function:star in the scratch line,along the guide line to point B.during this course,it detectes the thin iror sheet under the blank paper, at the same time it gives out voice and light indicaton message, saves the real-time message,and derects and shows the nombers of the thin iror sheet in the straight district. The electromobile goes into curve district when passing poiont B,and runs,along the camber line to point C. The electromobile can detect the square thin iror sheet under the point C, and stop for 5 seconds.During the pause ,it gives out voice and light message sequencly,then it continues to run .Using light inducting and signal of the ultra
    2022-02-02 19:35:23下载
    积分:1
  • vc control, can display multi
    vc控件、可以显示多排标签页片的标签控件。-vc control, can display multi-row tab control tablets tag.
    2023-07-29 03:40:03下载
    积分:1
  • CV zizag scanning algorithm, according to zizag output data
    简单zizag扫描算法,zizag遍历输出数据-CV zizag scanning algorithm, according to zizag output data
    2022-02-05 20:04:31下载
    积分:1
  • EVC高级编程及应用书上例程源代码,剩余部分内容待传。...
    EVC高级编程及应用开发书上例程源代码,剩余部分内容待传。-EVC high-level programming and application development books routines source code, to be part of the contents of the remaining mass.
    2022-01-24 14:10:45下载
    积分:1
  • for: Root of a Polynomial
    for: Root of a Polynomial --- --- --- --- -- Time Limit: 1 Second Memory Limit: 32768 KB -------------------------------------------------------------------------------- A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval. Format of function double Polynomial_Root(int n, double c[], double a, double b, double EPS) where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root. The function must return the root. Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomi
    2022-09-28 19:15:03下载
    积分:1
  • regular expression syntax processing software demonstrations illustrate the oper...
    表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sampl
    2022-03-19 01:12:37下载
    积分:1
  • VC++实现的摄像头点亮,拍照功能
    本文主要实现点亮摄像头,实现视频的捕获和拍照功能,已经在笔记本电脑上测试通过。希望对需要的人有帮助。主要功能实现的函数:virtual BOOL OnInitDialog(); afx_msg void OnButtonCatup(); afx_msg void OnButtonStop(); afx_msg void OnSave()。
    2022-03-23 16:51:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载