虫虫首页|资源下载|资源专辑|精品软件
登录|注册

boX

  • This article is a very simple introduction writing a Windows Form application for the Microsoft.NET

    This article is a very simple introduction writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The application displays a form showing attributes of a file. This form is similar to the properties dialog boX of a file (Right click on a file and Click on Properties menu item). Since attributes of a file will be shown, the sample will show how to use File IO operations in .NET framework.

    标签: introduction application Microsoft article

    上传时间: 2015-04-09

    上传用户:www240697738

  • abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample

    abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check boX is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check boX is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.

    标签: MapObjects Requires Redlands redlands

    上传时间: 2013-12-17

    上传用户:sunjet

  • 一般会使用WINDOW API的情况

    一般会使用WINDOW API的情况,实在是因为VB本身不提供某些功能,但是,程式所 需又不得不然,例如:读取Registry内的资料,VB只提供SaveSetting、Getsetting 等 系列的指令,但是它只能读取特定地区的值,要读、删、更动其他区域的值时,就无法 使用。再如:仔细看一看Combo boX的Events,其中没有MouseMove,但这是我们经常用 上的一个Event,那该如何呢?是的,那只有透过Winodow API。而VB呼叫Window API一 般不都使用API检视员,直接将相对应的API COPY到我们的程式中就好,那还用什麽技 巧吗?其实不然,因为VB资料格式的问题,又加上VB本身没有指标,在许多地方需要一 些小技巧才能解决,而且我们经常因应不同的需求,将API 检视员的宣告COPY过来後再 做一些修改,最重要的,如果有一个.DLL档,它不在API 检视员中定义,那时,就只有 自己想办法啦。

    标签: WINDOW API

    上传时间: 2014-01-18

    上传用户:sclyutian

  • 解决时钟问题

    解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its boX. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to find the minimum number of d-coins needed to turn the minute hand back to 0.

    标签: 时钟

    上传时间: 2015-05-21

    上传用户:rishian

  • Symbian手机编程

    Symbian手机编程,Setting List boX, 源代码。

    标签: Symbian 手机编程

    上传时间: 2013-12-26

    上传用户:weiwolkt

  • XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分

    XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含boX Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。

    标签: XMathLib XGeomLib 运算

    上传时间: 2013-12-14

    上传用户:hfmm633

  • 用win32汇编编写的类木马的东西

    用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令: open filename - open the file or program msg message - place message plainly over screen boX message - show within a messageboX cdopen - to open CDROM drive door cdclose - to close CDROM drive door bye - terminate connection, handles one user at a time kill - terminate sparczerver

    标签: win 32 汇编 木马

    上传时间: 2013-12-11

    上传用户:wcl168881111111

  • 一.“ZHG_C”(ZHG自定义C函数包)中为ZHG本人创作的自定义C函数集

    一.“ZHG_C”(ZHG自定义C函数包)中为ZHG本人创作的自定义C函数集,现共包含8个C文件,分别是: BMP16.C——DOS图形模式下显示16色位图的函数。 BMP24.C——DOS图形模式下显示24位位图的函数。 BMP256.C——DOS图形模式下显示256色位图的函数。 boX.C——DOS字符模式下画矩形框(单、双)。 HZK.C——DOS图形模式下显示汉字或英文(16×16、24×24、12×12、ASC8×16)。INFORMATION.C——DOS字符模式下以统一格式显示作者信息。 MOUSE.C——DOS图形模式下使用鼠标所需的一系列函数。 PLAY.C——C语言中用键盘播放音乐的函数。 二.它们所包含的函数的作用及用法分别在相应的文件中有说明,在C/C++程序中直接调用这些函数,可以极大地提高编程效率,事半功倍。 三.该函数包将会随着本人学习的发展而继续改进、补充以及增加新的实用的文件。 ----Author: zhg 2006.12 E-mail: wudazhg@163.com All Rights Reserved

    标签: ZHG ZHG_C 自定义 函数

    上传时间: 2015-08-14

    上传用户:talenthn

  • 追加最小化按钮: 利用JNI

    追加最小化按钮: 利用JNI,给Java Dialog追加最小化按钮。 Add Minimize boX to java dialog。

    标签: JNI 按钮

    上传时间: 2013-12-05

    上传用户:dragonhaixm

  • 均匀分布的随机数

    均匀分布的随机数,并依此产生高斯分布随机数,12和法和boX-Muller法产生高斯分布

    标签: 分布 随机数

    上传时间: 2015-09-14

    上传用户:gououo