Welcome![Sign In][Sign Up]
Location:
Search - PolyMorphic

Search list

[Windows Developlinkedlist

Description: 一个异质链表的c++实现。是学习c++多态虚基类的很好的例子。-A heterogeneous list of c++ Achieve. Learning c++ Polymorphic virtual base class of very good example.
Platform: | Size: 117760 | Author: alpha | Hits:

[JSP/JavaEmployee

Description: 关于多态方面练习的编程,内容是基于Employee类设计出的一些staff类、manager类等的设计,使不同的员工具有不同的功能,方便管理。-Polymorphic aspects of practice on the programming, content is based on the Employee type design some staff categories, manager of design, etc., so that different employees have different functions, easy to manage.
Platform: | Size: 12288 | Author: 张薇 | Hits:

[Anti-virussuperantivirusangela

Description: 特别好的杀毒软件源代码 建议大家多多下载 写入自己的杀毒软件-Particularly good antivirus software source code suggest that you download a lot of write their own antivirus software
Platform: | Size: 23552 | Author: 农家按 | Hits:

[GDI-BitmapMyDrawL

Description: 简单绘图软件,可以绘制直线、矩形、椭圆;可设置图形边线宽度和颜色;主要运用面向对象设计,类的多态、子窗体、子类化-Easy mapping software, you can draw a straight line, rectangle, ellipse can set line width and color graphics the main use of object-oriented design, class of polymorphic, sub form, sub-category of
Platform: | Size: 63488 | Author: fred | Hits:

[OS programDeform

Description: 多态变形生成器书籍很好很有用,无密码,你们可以看看,对你很有帮助的-Polymorphic generators deformation useful good books, no password, you can look at your helpful
Platform: | Size: 101376 | Author: BBS | Hits:

[OS programHacking.The.Art.Of.Exploitation

Description: 一本关于黑客攻击及漏洞挖掘艺术的好书.有缓冲区溢出的利用等.-Exploit programs using buffer overflows and format strings Write your own printable ASCII polymorphic shellcode Defeat non-executable stacks by returning into libc Redirect network traffic, conceal open ports, and hijack TCP connections Crack encrypted 802.11b wireless traffic using the FMS attack
Platform: | Size: 1454080 | Author: xy | Hits:

[Software EngineeringData_types_and_their_polymorphic_VI_Summary

Description: 是关于数据类型和多态VI的两篇文档,自己用时总结的-On data type and polymorphic VI of the two documents, when they used the summary
Platform: | Size: 122880 | Author: Erin | Hits:

[JSP/JavaInterFace1

Description: 这是一个有多个独立的能运行的小程序组成的。包含interface super this abstract extends private public protected 多态 重写 重载-This is a more independent can run a small program consisting of. Contains interface super this abstract extends private public protected override overloaded polymorphic
Platform: | Size: 1024 | Author: 周倩 | Hits:

[AlgorithmODE

Description: 这个例子演示了如何使用这两个公式的字符串模式的多态性常微分方程求解器。-This example demonstrates how to use the polymorphic ODE solver in both Formula String mode and VI mode.
Platform: | Size: 83968 | Author: guan | Hits:

[Linux-Unixkyotocabinet-perl-1.11.tar

Description: 这是 kyoko cabinet C语言库代码 Perl 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This perl library wraps the polymorphic database of the C++ API. So, you can select the internal data structure by specifying the database name in runtime. This library is thread-safe. Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided. These access methods are similar to ones of the original DBM (and its followers: NDBM and GDBM) library defined in the UNIX standard. Kyoto Cabinet is an alternativ
Platform: | Size: 39936 | Author: Jim Abuma | Hits:

[Linux-Unixkyotocabinet-python-1.14.tar

Description: 这是 kyoko cabinet C语言库代码 Python 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This Python library wraps the polymorphic database of the C++ API. So, you can select the internal data structure by specifying the database name in runtime. This library is thread-safe. Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided. These access methods are similar to ones of the original DBM (and its followers: NDBM and GDBM) library defined in the UNIX standard. Kyoto Cabinet is an alternat
Platform: | Size: 66560 | Author: Jim Abuma | Hits:

[VC/MFCno.2

Description: 用类的多态性计算矩形,三角形,梯形的面积。-Calculated using polymorphic class rectangle, triangle, trapezoid, area.
Platform: | Size: 4096 | Author: 乐哥 | Hits:

[JSP/Javapage

Description: 该组件为jsp页面数据分页通用组件,可用于所有struts或jsp+javabean的页面分页功能。该组件使用非常简单,只需设定好各项属性,传入数据Vctor或者Sql语句,直接调用多态的 getContentHtml方法即可得到分好页的表格的html代码(string),在页面中< =string >即可 ,之后的各种翻页操作业已封装在该html代码中,用户不必再操心。-The components for the common components jsp page data paging can be used for all struts or jsp+ javabean page paging. The component is very simple to use, just set up the property, or the Sql statement Vctor incoming data directly getContentHtml polymorphic method call you can get a good page sub-code table html (string), in the page < = string > can, after all the flip operation has been encapsulated in the html code, users do not have to worry about.
Platform: | Size: 40960 | Author: libingnan | Hits:

[JSP/JavaJava2

Description: [北京圣思园Java培训教学视频]Java.SE.第二十一讲.多态详解.续2.rar-[Beijing Sonus Park Java training and teaching video] Java.SE. the twenty-first talk. Polymorphic Detailed. Continued 2.rar
Platform: | Size: 43469824 | Author: 杜亮 | Hits:

[assembly languageWin32-change-technology

Description: 这是讲解Windows系统的多态型变技术。主要说了计算机病毒的特性,以及教你如何利用汇编语言来进行调试。-This is the Windows system to explain polymorphic type variable technology. The main characteristics that a computer virus, and teach you how to use assembly language for debugging.
Platform: | Size: 24576 | Author: 汤文 | Hits:

[JSP/JavaJAVALAB

Description: 八皇后java源代码,多态java源代码,异常处理java源代码,URL格式判断 -Eight Queens java source code, polymorphic java source code, java source code, exception handling, URL format to judge and so on. . . . . . . .
Platform: | Size: 2118656 | Author: 高学才 | Hits:

[WEB Codecinema

Description: 电影院售票系统 使用XML和TreeView显示影院放映列表 使用泛型集合维护有继承关系的电影票对象 座位数可以在系统中指定 点击座位可购买不同类型的电影票 使用简单工厂模式创建不同类型的电影票 使用多态实现不同类型电影票的价格计算 使用接口实现电影票的打印 使用序列化和反序列化实现销售情况的保存和读取 -Cinema ticketing system using XML and TreeView display theaters to maintain a list using generic collections of movie ticket object inheritance seats can be specified in the system, click on the different types of seating may purchase tickets using a simple factory pattern to create different types of movie tickets to use implement different types of polymorphic movie ticket price movie ticket using the print interface to use serialization and deserialization to achieve the preservation and read sales
Platform: | Size: 2854912 | Author: sure | Hits:

[Otherfft

Description: "FFT功率谱”用于计算时间信号的平均功率谱。连接至“时间信号”输入端的数据类型决定使用此函数的某个多态实例。-" FFT power spectrum" is used to calculate the average power spectrum of time signal. Connected to the " timing signal" type of input data to a decision to use this function polymorphic instance.
Platform: | Size: 22528 | Author: geaping | Hits:

[JSP/Javavirtual-function-in-the-VB

Description: 介绍一种在VB中使用虚拟函数的方法实例,通过虚拟函数的使用,使得VB也具有多态的特征-Introduction of a virtual function in the VB method using examples, the use of virtual functions, making the VB also has the characteristics of polymorphic
Platform: | Size: 2048 | Author: worldy | Hits:

[CA authcpp-polymorphic-crypter

Description: permutative win32 executable crypter.
Platform: | Size: 38912 | Author: | Hits:
« 1 2 34 5 6 »

CodeBus www.codebus.net