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

Search list

[Multimedia programview capture

Description: 视频捕捉的例子,可以直接联usb摄像头 以实现在网上传输 对有些人来说可能简单了!-view capture example . can capture from cam, and transfer on web , may to simple fro somebody.
Platform: | Size: 35118 | Author: 袁耀辉 | Hits:

[EditBoxVC++中Tab View的多种实现方法

Description: 在VC++中TAB VIEW的多种实现方法,介绍了三种。-in VC + + TAB VIEW the multiple methods, introduced the three.
Platform: | Size: 132399 | Author: | Hits:

[GUI Develop在view中创建控件

Description: 在文档类视图中创建各种控件,如按钮控件,listbox控件,editbox控件-View category in the document creating the various controls, such as button controls, listbox controls, controls editbox
Platform: | Size: 36766 | Author: huuu | Hits:

[Other resourceuCOS-View-Common-V110.ZIP

Description: ucos-view 找了很久,只有1.10的,大家参考一下吧-OUT-view for a long time, and only 1.10, you make reference to it
Platform: | Size: 849407 | Author: Robin Hou | Hits:

[OS programDisk-View

Description: Disk-View.zip,view the disk-Disk-View.zip, view the disk
Platform: | Size: 68700 | Author: trampor | Hits:

[OS programhwnd-view

Description: 查看任意窗口(控件)的句柄.十分有用.比C++中的Spy功能更强,可以查看该窗口的至最顶级父窗体句柄.-View arbitrary window (control) the handle. Very useful. C than the Spy functional and can view the window to the top of the father Form handle.
Platform: | Size: 18840 | Author: 王嘉都 | Hits:

[Other resourceuCOS-View

Description: uCOS-View,与UCOS II配套使用,V3.1版的,需要UCOS2.6版及以上。很难找的东西,给大家分享。内有详细源码层次结构及使用说明,和windows下的例程,狂赞!
Platform: | Size: 4601625 | Author: 原子 | Hits:

[Other resourcec++view

Description: C++ View 的基本电子书,面向对象的思想
Platform: | Size: 2487023 | Author: wp | Hits:

[Web Serverusbview-view.attached.usb

Description: view attached usb device and Product ID/ Vendor ID
Platform: | Size: 35297 | Author: mj tooba | Hits:

[Graph RecognizeView-Face-Detection

Description: 中科院的多视角人脸识别 Real-Time Multi-View Face Detection
Platform: | Size: 525025 | Author: carl2380 | Hits:

[GUI DevelopDrag &Drop your splitter view

Description: VIEW SPLITTER 操作编程连载3,喜欢分割视的朋友可以参考-VIEW SPLITTER operate three series programming, like segmentation, as friends can refer to
Platform: | Size: 2581 | Author: babysun | Hits:

[GUI DevelopHighlight view with focus

Description: SPLITTER VIEW 的高亮显示焦点窗口,这个可是一个不错的小技巧.-SPLITTER VIEW highlighted the focus of the window, but a pretty good trick.
Platform: | Size: 1445 | Author: babysun | Hits:

[GUI Develop自动缩放的 View Class

Description: A useful class of MFC view
Platform: | Size: 395856 | Author: 不羁的风 | Hits:

[Other十六进制察看和编辑程序(HEX-VIEW)

Description: HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal probation / editor, while not perfect, but that is a running version, the preparation of this procedure is designed to explore the depth process. Program Interface documents show a 16 per band, ascii code, binary and decimal bytes. Hexadecimal displayed on the left side, 18 minutes, the corresponding code ascii value shown on the right. The binary and decimal value shows optional. The procedures used turbo c 3.1 development. In other dos compatible with the compiler can be compiled, but not tested.
Platform: | Size: 3945 | Author: li | Hits:

[SQL Servercreate-view

Description: 数据库中视图的创建过程,简单明了,便于理解。-View the database creation process is simple, easy to understand.
Platform: | Size: 2048 | Author: wanghui | Hits:

[androidAndroid-VieW-Canvas-bitmap

Description: BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图 使用BitmapDrawable (InputStream is)构造一个BitmapDrawable; 使用BitmapDrawable类的getBitmap()获取得到位图; // 读取InputStream并得到位图 InputStream is=res.openRawResource(R.drawable.pic180) BitmapDrawable bmpDraw=new BitmapDrawable(is) Bitmap bmp=bmpDraw.getBitmap() 或者采用下面的方式: -BitMap, View and Canvas is we use class often Ophone program. This day to feisky study notes appear, through the examples explain View&Canvas and so on. 1. Get a bitmap from resources Can use BitmapDrawable or BitmapFactory to obtain resources of the bitmap. Of course, we first need to obtain resources: Resources res = getResources () Use BitmapDrawable get a bitmap Use BitmapDrawable (InputStream is constructing a BitmapDrawable Use BitmapDrawable kind getBitmap () get get a bitmap //read InputStream and get a bitmap InputStream is = res. OpenRawResource (R.d rawable. Pic180) BitmapDrawable bmpDraw = new BitmapDrawable (is) Bitmap BMP = bmpDraw. GetBitmap () Or use the following ways:
Platform: | Size: 54272 | Author: netwalk | Hits:

[OtherAndroid 自定义 View 绘图基础

Description: Android 自定义 View 绘图基础 控件的测量可以说是固定写法,原生的View只支持EXACTLY的测量模式,我们自定义的控件可以重写onMeasure方法(The measure of a control can be said to be a fixed writing method, and the native View only supports the EXACTLY measurement mode, and our custom controls can rewrite the onMeasure method)
Platform: | Size: 108544 | Author: 一起去飞吧 | Hits:

[OtherAndroid自定义view详解

Description: 懂点面向对象语言知识的都知道:封装,继承和多态,这是面向对象的三个基本特征,所以在自定义View的时候,最简单的方法就是继承现有的View(Know everything about object oriented language knowledge: encapsulation, inheritance and polymorphism are three basic characteristics of object-oriented. Therefore, the simplest way to customize View is to inherit existing View.)
Platform: | Size: 1014784 | Author: 一起去飞吧 | Hits:

[matlabPartial Multi-View Clustering-matlab code

Description: Partial Multi-View Clustering的matlab源代码和对应论文(The matlab codes and the corresponding paper of Partial Multi-View Clustering.)
Platform: | Size: 148480 | Author: 地狱孤狼 | Hits:

[LabViewLabview-Data-Grid-View

Description: 1.基于Labview的DataGridView应用例程; 2.可用作优化界面风格; 3.对表格的操作更强大;(1.It is base on labview example of Data Grid View 2.It can be used to optimize the interface 3.It has the strong ability of operating the table.)
Platform: | Size: 134144 | Author: yong2017 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net