搜索资源列表
J2ME_API_DOC
- 是MIDP 的API 查詢文件, 大家可以看一下裡面的index.html, 再用Package 或 Class 名字來查.-is MIDP API inquiries, we can look at the inside index.html, reuse or Class Package names to check.
C++ Matrix Template Class Library Lite V1.12
- This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea
一个symbian下的手机网游源代码
- blackjack .........\blackjack.jad .........\blackjack.jpx .........\blackjack.jpx.local .........\blackjack.jpx.local~ .........\blackjack.oif .........\jad-temp .........\........\Main.jad .........\res .........\...\
box2D v2.1.0 Delphi Package 预览版.rar
- box2D 2.1.0版本正式发布,相对于前几日在盒子论坛上挂出的预览版又做了较大幅度的改进。具体改进如下: 1.加入控制器(在文件UPhysics2DControllers中),可实现浮力、风力、万有引力场、爆炸、阻尼等效果。其中的风力与爆炸效果是原C++版本中所没有的。大家还有什么新奇的想法可以联系我,为box2D Delphi加入更多的控制器,实现更多的物理效果。 2.添加了单元UPhysics2DPolygonTool,实现任意多边形的细分化(三角化)。可使box2D支持任意边数的多边形
Semaphore.rar
- 信号量的类封装,适合C++开发,通过此类,能够直接对信号量进行创建、关闭等操作开发。,Semaphore class package for C++ development, through such, can be carried out directly on the semaphore creation, closure, and so operate the development.
NewRecord
- 在6410的wince6.0操作系统下,编写的音频录制和播放的源码,由单个类封装,移植方便,本人亲自修改,绝对能用-In 6410 wince6.0 operating system, written in the source audio recording and playback from a single class package, easy to transplant, I personally change, can never
VC com Excel
- VC通过com操作Excel文档的类封装。可以实现对excel文件行列,单元格的操作。-VC operation by com Excel document class package. You can achieve the ranks of the excel file, the cell operation.
ringbuffer_src_2.0
- C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
PicTest
- 对CImage类进行封装,新的CImage 类能对多种格式的图片进行水平翻转,竖直翻转,顺时针,逆时针翻转,以及图片保存与转化-CImage class package for the new formats CImage class can flip the picture horizontally, flip vertically, clockwise, counterclockwise turn, and the preservation and conversion of images
SpringMVC
- SpringMVC的示例,有注释,有说明,有测试类,有包,有解释-SpringMVC example, notes, instructions, test class package, explained
SOCKET_CLASS
- 这是一个封装非常好VC的SOCKET通信类,大家在开发网络程序时,可以直接拿来使用的。-This is a very good package VC of the SOCKET communications, all in the development of network programs, can be used to use.
util
- android中的工具类,各种。如json等http,file等,各种。-this snippet for android is util class package,simple json and http ,file.
MFC_XML_class
- 一个基于MFC读写的XML文件的类封装,功能完善代码齐全,对想了解MFC XML读写的朋友会有很大帮助-Read and write an XML file based on MFC class package, fully functional code is complete, about how the MFC XML reading and writing will be of great help to a friend
Farseer-Physics-Engine-3.3.1-Class
- c# xna框架下的先知物理引擎 功能强大 封装性好-c# xna framework of the prophet powerful physics engine package is good
Draw2DGraph
- 运行在WindowCE5.0和Windows Mobile上,实现动态绘制二维曲线的功能,对核心函数进行了类封装,很高的参考和实用价值。-WindowCE5.0 and running Windows Mobile on the two-dimensional dynamic mapping function curve, the core function of the class package, the high reference and practical value.
class-study
- delphi中类的封装演示,从简单到复杂,包括简单类的使用,到方法重载,属性的使用,构造和析构函数等等。介绍类的封装,源码中还有详细说明,请仔细阅读。-delphi package in the class presentation, from simple to complex, including the use of a simple class to method overloading, the use of property, construction and destructor
cephes-math-28.tar
- Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
Win-API--button-class--
- 网上提供的控件自绘基本上是MFC或WTL封装好的类,对于不想用MFC的人来说是一无是处的,我可是WIN32API的坚决拥护者。因为MFC等也是用WIN32API封装起来的,学好了WIN32API,可以深入的了解WINDOWS内部的机制,编写出来的程序才能得到更好的优化。 -Available online from the controls in MFC or WTL painting is basically a good class package, for people who do no
Triangle-and-cylinder-class-package
- (1)创建一个三角形类Triangle,包含的属性有三条边的长sideA,sideB,sideC,包含的方法有构造方法(两个,一个没有参数,一个给定三条边的长度),求面积方法area(),求周长方法getLength(); 提示:设三角形的三边长为a,b,c,则它的面积为 ,其中S=(a+b+c)/2,开平方的方法为Math.sqrt()。 (2)创建一个圆柱体类YZT,包含的属性有底面半径radius和圆柱体的高heigth,包含的方法有构造方法(两个,一个没有参数,一个给定半径rad
Package
- 设计一个Package的继承层次: 1)基类Package a) 包含寄件人姓名,收件人姓名,地址,包裹重量weight和单位重量单价price; b) 提供构造函数; c)提供计费函数double calculateCost(),根据单位重量单价和包裹重量计算并返回包裹运费; d)提供prnt函数,输出包裹基本信息和包裹运费。 2)派生类TwoDayPackage a)继承Package,并包含两日快递服务平寄费baseCost; b)重写基类的calculateC