搜索资源列表
自定义虚线
- 该例实现了任意绘制虚线,可以自定义虚线的长度与间隔大小。 -achieve the cases of arbitrary drawing dotted, dashed line can define the length of the size and spacing.
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
VerificationCode
- 一个图形信息校验码识别程序,类似很多网站上的验证码功能,可以指定验证码信息类型,如大小写英文,数字,随机混杂等,可以指定验证码长度,指定背景图片,最强的是可以像GG的弯曲不规则文字显示,总之是一个不错的演示程序,记得以前有网友问我要过,这不,找到后发了出来. -a graphical information-correcting code identification procedures, similar to many websites on the functional verific
draw_project(LJ)
- 1. 根据csv文件数据内容绘图。csv文件内容包括:图形类型(横线,竖线,横半圆弧,竖半圆弧),长度(线长度,半圆半径)。根据csv文件中提供的数据,在dialog中绘制出相应的图形。如果要绘制的图形超出dialog的 x轴边界,则从x=0,y不变的坐标开始绘制该图形;如果超出了y轴边界,则从x不变,y=0坐标开始绘制。-1. According csv document mapping data elements. Csv file contents include : graphic ty
GDI.draws
- 内容: 1. 绘制正叶线的程序,参数包括叶片长度、数目颜色和中心位置。 2. 绘制阴阳八卦的程序,可以由参数指定其内外半径、外线段的颜色和中心位置。 3. 讲稿中的各种实例。 程序将所有内容在一个项目中实现了,所以用了滚动条并将窗口设置的较大,以容下 所用图像,有些图像没有显示,但在OnDraw函数中已经包含了其代码,只需将注释符‘/* */’ 去掉即可在视图中显示其对应内容。-: 1. Rendering is the process leaves lines, inc
xujin3000_booklabel_v1.0
- 书标元件 主要属性: AnySize:转角的角度大小 BackColor:背景色 DownStr:下行文字 DrawLine:是否显示横线 Font:文字字体属性 FrameColor:包围的边框色 FrameWidth:包围的边框宽度 LineColor:中间横线色 LineHeight:横线高度 LineWidth:横线长度 TopStr:上行文字 -standard components on the main attributes :
距离计算
- GIS系统中对于道路或河流,可以测量其长度的工具,完全借助于鼠标的点击和路径移动-GIS system for roads or rivers, can be measured length of the tool and using mouse clicks and mobile path
Maze
- 迷宫自动生成程序,并且可以将生成的迷宫以BMP文件格式保存下来。需要输入的参数为迷宫的长度、宽度和长宽格数。-Automatic generation of the maze procedure, and the maze can be generated in BMP file format saved. Parameters need to enter the maze of the length, width and length and width of the cells.
CreateImage
- java生成带条纹的图片,可以设置长度与宽度-java generated images with stripes, you can set the length and width
digitalsource
- 信源长度为32位,发出信号前8位为群同步码,后24位为数字信源;信源速率为256bit/s。采用模块化设计方法进行系统设计-Source length of 32, a signal for the group before the 8-bit synchronous code, after the 24-bit digital source source rate of 256bit/s. Modular design approach to system design
painter
- 类似于WINDOWS画图板的一个程序,具有多种图形效果,具有编辑文字以及计算线段长度等功能-WINDOWS drawing board similar to a program with a variety of graphics with text editors, as well as features such as calculating the length of line segment
datain27
- 可以读取txt格式的数据信号(单列的),显示波形和fft频谱,有需要的可以下载,数据长度(默认20000以下),如果要用20000以上的可以自己修改,不会改的把所有带20000的都改高点。wav格式的还没写,就不要试了-Txt format can be read data signal (separate), the displayed waveform and fft spectrum, there is a need that can be downloaded, the data len
chexiangdiaodu
- 假设停在铁路调度站入口处的车厢序列的编号次序为1,2,3,…,n。设计一个程序,求出所有可能输出的长度为n的车厢序列。-Suppose stopped at the railway station at the entrance of the train scheduling sequence numbers in order of 1,2,3, ..., n. Design a program, find all possible output sequence of length n of
PicSize
- VC++图像操作实例,获取BMP图像的尺寸大小,注意这里不是获取的占用字节,是像素,你随便载入一个BMP位图,点击“获取大斜按钮,BMP的长度和宽度会显示出来,这是个很简单的图像基础操作,新手朋友应该掌握的哦。-VC++ examples of image manipulation, image size for BMP, note this is not for the occupation of bytes, is pixels, you talk to load a BMP bitmap,
ngat-0.12.tar
- 这个程序可以用来读取大光斑激光雷达数据,读取该数据的波形长度,高程,激光点位置-This program can be used to read large spot laser radar data, read the data waveform length, elevation, laser point position
HaiGuiLOGO
- 编写类LOGO语言。 LOGO语言又称作海龟语言,由操作者通过一行命令来控制一个三角形的海龟移动,海龟的移动轨迹可以形成各种图案。 一行的命令可以包括多个子命令,按照从左到右的顺序执行,相关的命令有: 命令格式 命令范例 范例含义 前进 <长度> 前进 100 海龟前进100个点 后退 <长度> 后退 100 海龟后退100个点 左转 <角度> 左转 90 左转90度 右转 <角度> 右转 90 右转90度 抬起 抬
PfzDrawingSample
- 本文介绍了类,代表了全托管代码的位图。 一个位图,基本上是一维数组,使用了一些计算被视为一个二维数组看到。在这种数组中的值可以是颜色索引(当使用调色板)或RGB值直接使用某种类型的编码。托管位图具有PixelArray,这是一个字节数组,GrayscaleBitmap的诠释(System.Int32的),为ArgbBitmap为ColorBitmap颜色和简单的类。他们也知道有一个宽度,计算出的X / Y坐标。高度值,然后计算作为其宽度PixelArray长度划分。他们当然有一些其他方法。它
ZHONGDIA
- 中点画椭圆的算法实现椭圆的绘制,可以任意输入圆心坐标和长短半轴的长度。-The algorithm in the oval stipple
PicSize
- VC++图像操作实例,获取BMP图像的尺寸大小,注意这里不是获取的占用字节,是像素,你随便载入一个BMP位图,点击“获取大斜按钮,BMP的长度和宽度会显示出来,-Instance of VC++ image manipulation, image size for BMP, note this is not for the occupation of bytes, is pixels, you just load a BMP bitmap, click the " Get big ram
MousePen
- mfc程序,鼠标画带有方块笔刷的线条,方块根据线条的长度旋转角度和变换颜色-mfc program, the mouse draw the line with a brush box, box according to the length of the line rotation and change color