搜索资源列表
含括弧的任意精度四则运算的详细解释
- 1.本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-1. This program is the main functio
funcPlotter-2_0-src
- FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (ie, FuncPlotter plots functions of the form y = f(x), where f(x) is composed from common mathematical operators).
spline-basedImageRegistration
- The problem of image registration subsumes a number of problems and techniques in multifr a me image analysis, including the computation of optic flow (general pixel-based motion), stereo correspondence, structure from motion, and feature trackin
vb6
- Option Explicit Private Sub Form_click() Dim T As Date T = -2.5 Picture1.Print T End Sub priva
用VB实现状态栏上的进度条
- Option Explicit Public Declare Function SendMessage Lib \"user32\" Alias \"SendMessageA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib \"user32\" (ByVal hWndChild As Long,
brew window manager
- Objective This topic describes how to create a windowed application that will share the display with other applications. Requirements Brew® MP windowed applications need to be written differently than traditional Brew MP applications.
07
- 0.1 提供对实例以及类变量的访问控制(Providing Access to Instance and Class Variables) 若没有足够理由,不要把实例或类变量声明为公有。通常,实例变量无需显式的设置(set)和获取(gotten),通常这作为方法调用的副作用的结果 (side effect:The change in the value of a variable within a routine resulting from assignments outside the
Option-Explicit
- 界面设计 界面设计 界面设计 界面设计 界面设计-Interface design interface design interface design interface design interface design interface design interface design interface design interface design
Dynamic_link_function
- 学习Windows动态链接库(DLL)的基本概念和知识 学习和掌握WIN32 DLL和MFC DLL的建立方式 学习和掌握隐式和显式加载DLL的使用方法 -Learning Windows dynamic link library (DLL) of the basic concepts and knowledge to learn and master the WIN32 DLL and MFC DLL is created by learning and mastering the
1149598465694
- 控件,主要是在窗口下用的控件,比较方便编程,简单明了,用于示例的。。。。。(control; widget major; mostly; principal; chief wicket; medium; intermediary relatively; compare with; comparatively convenient; handy; go to the lavatory; have money to spare or lend simple and clear; concise a
VB汇编类
- VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject END Attribute VB_Name = "clsASM" Att
