CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - rewrite

搜索资源列表

  1. DesignPatternsc++

    0下载:
  2. 设计模型23种C++代码讲解 建议结合大牛的书用 上载那么多文件名限制就算了 上载失败回来还要重写说明重选类别太不爽了-Design Model 23 C code on the idea of combining the largest cattle use the book contains so many restrictions even if the documents were available on the failure to return to rewrite n
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1216763
    • 提供者:李宏伟
  1. c

    0下载:
  2. *** *** *** * 程序功能简介 个人财政支出管理程序,完成收入,支出,盈余的记录和管理。 课程设计要求 (1) 增加函数,完成财政账目的管理功能。 (2) 将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (3) 可自行增加程序的功能。 (4) 设计测试主程序,在主程序中完成测试。 课程设计说明 (1) SetGoal()函数账目中有问题,改正。 (2) 可将整修记录装入一个字符串,在两条记录间用特殊符号隔开。 (3) 查找相应
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:2846
    • 提供者:gao
  1. Exception

    0下载:
  2. 1. 编写一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法显示错误消息。 提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中编写测试逻辑。 - Write a program, according to user input for the command line para
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:2723
    • 提供者:侯智敏
  1. The-Cathedral-and-the-Bazaar

    0下载:
  2. 教堂与市集,讲开放人员在开发过程中应该注意的事项好程序员知道该写什么,伟大的程序员知道该重写(和重用)什么。 -The church and the Bazaar, speaking to open in the development process should pay attention to good programmers know what to write, great programmers know the rewrite (and reuse).
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:858254
    • 提供者:li
  1. access

    0下载:
  2. 通过ADO插件方式,连接本地数据库,并可以对数据库进行简单改写-By ADO plug, connected to the local database, and simple database rewrite
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:531314
    • 提供者:刘忠洋
  1. Design-Patterns

    0下载:
  2. 设计模式精解-GOF23种设计模式解析: VS2012重写所有实现,所有类都分头文件和源文件。包含VS2012完整解决方案,Linux和子工程MakeFile和所有工程的Makefile。所有重写代码都按实际项目要求重写。本资源包含原作者PDF文档,我重写的代码和笔记。-Jing Xie-GOF23 design pattern design patterns Resolution: VS2012 rewrite all realize that all classes are split
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3245959
    • 提供者:chenyujie
  1. VHDL_keyboard-scan

    1下载:
  2. 实验内容:设计一个BCD码到LED的七段译码器 DICEDIS,非BCD值时仅G段亮(输出为一。然后下载验证键盘显示实验。接着改写程序,将1-6的数据固定地显示在1-6位数码管上。进而将F键功能改为换向键,即可以控制数字滚动显示的方向。 -Experiment: Design a BCD code to the LED seven segment decoder DICEDIS, non-BCD value G segment only bright (output is a. Then d
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:445071
    • 提供者:陈芳
  1. The-beauty-of-mathematics

    0下载:
  2. 几年前,“数学之美”系列文章原刊载于谷歌黑板报,获得上百万次点击,并被热情的读者广为传播,得到高度评价。读者说,读了“数学之美”,才发现大学时学的数学知识,比如马尔科夫链、矩阵计算,甚至余弦函数原来都如此亲切,并且栩栩如生,才发现自然语言和信息处理这么有趣,才真正明白“数学是科学的皇后”这句名言。 今年,作者吴军博士几乎把所有的文章都重写了一遍,为的是能把高深的原理讲得更加通俗易懂,让非专业读者也能领略数学的魅力。经过改写和重构后,《数学之美》在整体和细节的度上控制得更好。希望读者通过具体的
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:4049304
    • 提供者:yw
  1. Rewritting

    0下载:
  2. * 方法的重写:功能的修改 * 1.在子类中修改父类的行为 * 2.语法:子类中定义与父类相同的方法(方法名,参数一致) * 3.调用的时候调用对象的方法 * 调用重写的方法的时候,是根据具体对象调用方法-* Rewrite methods:* 1. Modify to modify the function in a subclass of the parent class behavior* 2. Grammar: the same method to define
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:1046
    • 提供者:Kevin
  1. V

    0下载:
  2. 电机库资料说明,在改写驱动代码时很好的资料,必不可少-Hangar data shows that good information when rewrite driver code, is indispensable
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5901433
    • 提供者:张涛
  1. android-find

    0下载:
  2. android shell 没有查找文件的命令。用递归重写find命令,用于android shell 下查找文件,mmm 编译后,push 进去后加可执行权限,就可以正常使用-android shell did not find the command file. Recursive rewrite find commands to find the file under the android shell, after compiling mmm, plus post push into e
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1106
    • 提供者:欧阳华宇
  1. rewrite

    0下载:
  2. 实现批量图片的重命名及文件大小的更改,实现全自动更改,省时省力。-To achieve the bulk picture rename and file size changes, to achieve automatic changes, saving time and effort.
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1550812
    • 提供者:sd
搜珍网 www.dssz.com