-
一个可移植的C语言Windows图形初始化源程序!
一个可移植的C语言Windows图形初始化源程序!-a portable C-language Windows graphics initialization source!
- 2022-03-16 00:02:00下载
- 积分:1
-
graphfx_demo条形图,一种条形图的生成算法
graphfx_demo条形图,一种条形图的生成算法-graphfx_demo Strip Profiles, a STRIPS-generating algorithm
- 2022-07-21 02:17:39下载
- 积分:1
-
A simple Tetris game, using double buffering to eliminate flicker, suitable for...
一个简单的俄罗斯方块游戏,用双缓冲消除了闪烁,适合初学者参考-A simple Tetris game, using double buffering to eliminate flicker, suitable for beginners reference
- 2022-03-02 21:37:29下载
- 积分:1
-
一个简单的画图程序,可以画点、线段、举行圆形椭圆等。
一个简单的画图程序,可以画点、线段、举行圆形椭圆等。-A simple drawing program, you can draw points, line segments, such as holding a circular ellipse.
- 2023-01-23 03:50:03下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图
的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。
2.使用方法
程序中定义了几个特殊键:
"V”:画笔提起
"W”:开始画图
"R”:开始擦图
"S”:当前图形存入文件
"E”:调出已有文件
"C”:画圆
程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下”W“键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图;当按下”R“键时,画笔符号变为 ,此时可移动方向键来擦图;在画图过程中,按下“C”键,可画出一个半径为20个象素点的圆;当结束画图时,按下“S”键,将画好的图形存盘;按下“E”键可调出已有的图形进行编辑。-c
- 2022-05-21 20:17:39下载
- 积分:1
-
本目录主要包括:文档和两个源代码。
其中一个源代码是识别程序的,另一个是一个矩阵类库的,书里面也使用过,所以一并附上。
因为已经保存了训练好...
本目录主要包括:文档和两个源代码。
其中一个源代码是识别程序的,另一个是一个矩阵类库的,书里面也使用过,所以一并附上。
因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。
当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。-Catalog include: documentation and two source code.
One of the source code is the identification procedures, and the other is a matrix class library, the book which is also used, so be accompanied.
As it has saved the trained network weights, so the first time the use of identification procedures, he can run Release directory of the executable file, and then the picture directory to read the test pictures to identify.
Of course, the reader can also be its own training network with training samples, but pay special attention to the training samples, otherwise it may result in the recognition rate is very low. Training sample selection principle is that as much as possible representative, in the long training time Buzhi Yu circumstan
- 2022-07-16 02:38:53下载
- 积分:1
-
delphi source of bitmap operations such as rotation, such as the use of function...
delphi 源码,对位图的操作,如旋转等
使用函数实现,建议直接看源码,界面很难看-delphi source of bitmap operations such as rotation, such as the use of function, it is recommended to see a direct source, the interface is difficult to see
- 2023-07-28 03:35:06下载
- 积分:1
-
在桌面上绘制连续折线的程序,
可实现存储与打开
在桌面上绘制连续折线的程序,
可实现存储与打开-Drawing on the desktop continuous line of these procedures is to realize storage and open
- 2022-12-23 19:05:06下载
- 积分:1
-
利用得到道路上的图像对车道进行虚拟线圈的设置,方便利用这些虚拟线圈进行跟踪车辆的运行状况...
利用得到道路上的图像对车道进行虚拟线圈的设置,方便利用这些虚拟线圈进行跟踪车辆的运行状况-used to be on the road to image right lane virtual coil configuration to facilitate the use of these virtual coil tracking vehicles running
- 2022-05-23 00:54:40下载
- 积分:1
-
动画图像组件
Animate Image Component -TAnimateImage is a windowed control similar to TImage for displaying images of an image list on a form. You only need to assign a TImageList component (or its descendant) to its Images property, and set the FrameIndex property to the index of your desired image on the image list.
Of course, TAnimateImage can animate images of an image list too. If you have frames of an animation as Bitmap or Icon, this component offers the easiest way to animate them. For this purpose, TAnimateImage provides some properties to specify interval, segment, and direction of images for the animation.
- 2022-05-25 23:21:35下载
- 积分:1