资源列表
Mobile
- Today’s World is Computer World. Now a day every manual system is gets replaced by Computerized one .so that is there is need of Computer development of manual system. The efficient information processing and handling is an important part of an
sdk
- VLC 功能强大的开源多媒体播放器,开发库SDK,包括include 和lib-VLC very perfect open source media player, with its develop SDK, include and lib-multimedia develop
rtlcve
- Chrome source rtlcve.zip
InjectExe4
- Inject shell-code into any windows process.
Cpp3
- 设计一个程序,它接受一个正整数,降序输出其所有最小素数因子。例如,如果整数 是 120,则输出5、3、2、2、2。使用 StackOfIntegers 类保存因子(如 2、2、2、3、5), 并利用它逆序获取和输出因子。-Design a program that takes a positive integer, the output of all its minimum descending prime factor. For example, if the integer is 120,
Cpp4
- 创建一个名为3DPoint 的类,来建模三维空间中的一个点。将3DPoint 设计 为MyPoint 的一个派生类,包含如下额外属性: (1)一个名为z 的数据域,表示z 轴坐标。 (2)一个无参构造函数,创建一个坐标为(0,0,0)的点。 (3)一个带参数的构造函数,按指定坐标创建一个点。 (4)z 的获取器函数。 (5)覆盖distance 函数,返回三维空间中两点之间的距离。 (6)一个名为getPerimeter()的函数,返回矩形的周长。 编写一
Cpp5
- (1)编写一个程序,创建5 个Loan 对象,将它们写入一个名为Exercise12_6.dat 的文 件中。 (2)假定已经创建了一个名为Exercise12_6.dat 的文件。 编写一个程序,从文件中读取 Loan 对象,并计算总贷款额。假定你不知道文件中保存了多少个 Loan 对象。使用eof() 来检测文件末尾。-(1) Write a program to create five Loan objects, they are written in a file named
Cpp6
- 在程序清单给出的 Circle 类中实现关系运算符(<、<=、==、!=、>、>=),实现按半 径对Circle 对象排序。-Realization of the relational operators (<, <=, ==,! =,>,> =), To achieve the objects are sorted by Circle radius given in Listing Circle class.
Cpp7
- 前面定义了一个整数栈类,请自定义一个名为EmptyStackException 的异常类,并修改 pop 函数,使其在栈空时抛出一个 EmptyStackException 异常。编写一个测试程序,使用一 个try-catch 块处理此种异常。-Defines an integer stack in front of the class, make a custom exception class named EmptyStackException and modify the pop func
Cpp8
- (1)向Stack 类添加一个实例函数printStack,以打印栈中所有元素。 (2)为Stack 类添加一个实例函数contains(T element),检查给定元素是否在栈中。-(1) an instance of the class is added to the Stack function printStack, to print all the elements of the stack. (2) to add an instance of the Stack cla
rubygems-master-(1)
- RubyGems is a package management framework for Ruby. This gem is an update for the RubyGems software. You must have an installation of RubyGems before this update can be applied. See Gem for information on RubyGems (or `ri Gem`) To upg
fpm-master
- Effing Package Management Preface Package maintainers work hard and take a lot of shit. You can t please everyone. So, if you re a maintainer: Thanks for maintaining packages! What is fpm? It helps you build packages quickly and easi
