搜索资源列表
十六进制察看和编辑程序(HEX-VIEW)
- HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal pr
VC++中Tab View的多种实现方法
- 在VC++中TAB VIEW的多种实现方法,介绍了三种。-in VC++ TAB VIEW the multiple methods, introduced the three.
在view中创建控件
- 在文档类视图中创建各种控件,如按钮控件,listbox控件,editbox控件-View category in the document creating the various controls, such as button controls, listbox controls, controls editbox
uCOS-View-Common-V110.ZIP
- ucos-view 找了很久,只有1.10的,大家参考一下吧-OUT-view for a long time, and only 1.10, you make reference to it
hwnd-view
- 查看任意窗口(控件)的句柄.十分有用.比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.
uCOS-View
- uCOS-View,与UCOS II配套使用,V3.1版的,需要UCOS2.6版及以上。很难找的东西,给大家分享。内有详细源码层次结构及使用说明,和windows下的例程,狂赞!-uCOS-View, with UCOS II supporting the use of, V3.1 version of the need to UCOS2.6 Edition and above. Hard to find things to share
usbview-view.attached.usb
- view attached usb device and Product ID/ Vendor ID
View-Face-Detection
- 中科院的多视角人脸识别 Real-Time Multi-View Face Detection-Chinese Academy of Sciences of the Multi-View Face Recognition Real-Time Multi-View Face Detection
SVG+VIEW
- SVG+VIEW,图形化流程图控件,完善图形化的流程,操作更加简单实用-SVG+ VIEW, graphical control flow chart, perfect graphical process, the operation more simple and practical
SDI_Mulit-View
- MFC的单文档多视图切换的关键代码。 程序结构比较简单,便于初学者学习。-MFC single document multi-view the key code switch. The procedure is relatively simple structure, easy for beginners to learn.
View
- vc实现单文档分割,派生分割类,还有树形控件,还有多视图切换功能-vc single document segmentation, segmentation derived category, as well as tree controls, as well as multi-view switching function
Micrium-Atmel-uCOS-II-View-TCPIP-AT91SAM7X256
- Micriμm Empowering Embedded Systems μC/OS-II μC/TCP-IP μC/OS-View and the Atmel AT91SAM7X256
view
- android系统实用源码之--VIEW系列(用于重写和研究android)-Android system is practical source of- VIEW series (used to rewrite and research android)
Construction-of-the-tree-view-control-using-MFC.ra
- 基于微软VC++平台用MFC构建树视图控,很好的例子-Based on Microsoft platform using VC++ MFC build tree view control, a good example
uCOS-View
- ucosII view ucosII view-ucosII viewucosII viewucosII view
View-Switcher
- 这是我做的一个view视图的一个例子,还是菜鸟哈-This is the view I made an example of a view, or the rookie Kazakhstan
Comtrade-view-of-software
- VC++写的故障录波查看分析软件 用VC++2003开发的,能分析公司所有的录波格式,能打开标准comtrade文本格式录波文件,能把打开的录波文件保存为comtrade格式-VC++ to write software fault recording view of development with VC++2003, the company can analyze all the recorded Pogue style, text
create-view
- 数据库中视图的创建过程,简单明了,便于理解。-View the database creation process is simple, easy to understand.
Android-VieW-Canvas-bitmap
- BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图
Android 自定义 View 绘图基础
- 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 o