搜索资源列表
streamoutlistcontrolshowimage
- 1.点击打开图片按钮向数据库中插入图片并显示,点击数据库读出可读出图片并显示 2.点击存入文件,将数据库中的图片存入指定文件夹 3.点击testVector测试向量数组,点击输出数组可以输出向量数组里的东西 4.点击流输出将图片文件以流的方式显示并将图片显示在分区图片-1. Click the picture button to open the database to insert and display the pict
TestVector
- 3D场景实现源程序,可实现3D图形学中的基本操作。-3D scenes to achieve source code, can achieve the basic operation of 3D graphics.
TestVector
- 介绍正确使用Vector的方法,也介绍了Relase和Debug之间的版本差异-The method describes the proper use of Vector Relase and Debug version differences
1
- 编写三个类:Goods,Car,每个类中都有一个方法display(),分别用于显示商品的名称(name),车的品牌(brand)。编写一个类TestVector,包含一个Vector成员变量objectVector,一个成员方法addObject( )用于加入对象到objectVector中,一个成员方法displayObject()用于显示对象obj(如果是商品就显示name,是汽车就显示车的品牌brand),要求在TestVect