搜索资源列表
斜45度地图
- 所属游戏:《由高度图自动生成斜45度地图》 游戏系统版本:17.0 Win32平台测试版 程序起始目录:E:\\NetAnts\\由于高度图自动生成斜45度地图\\Sample022_HM2MAP-own game : "Automatic Generation highly inclined 45 degrees map" game system versions : 17.0 Win32 platform beta program starting directo
Draw
- 橡皮筋技术实现的画直线,多线,以及任意的多边形区域的代码,很遗憾自动生成多线的平行线的功能还没有完成。
Tin
- 自动生成Tin格式的三角网代码,编译通过。
star
- 实现系统自动画出星星,实现可五角星,用于自动生成图案
Type
- 自动生成字符,在客户区显示应该按下的键,能检验真确或是错误,记录正确率-automatically generated characters, the client should press the district shows the keys, or can be true test error rate records correctly
RawGenerate
- 自己开发的一个自动生成大容量图像文件的小软件,生成的图像文件可用于软件测试。-its own development of a large-capacity automatic generation of small image files software, the resulting image file can be used for software testing.
SecurityCam.rar
- 这个源代码是一套比较专业的基于运动物体检测技术的摄像监控安保系统。系统不是很大,但运用的技术很强,比如摄像采集部分使用了微软自带的AviCap32.dll 动态链接库进行摄像数据采集,保存的图像资料使用完全源代码的JPEG、Bitmap类进行图像的快速存储以及剪裁拼接,甚至文字插入等GDI编程。 以上只是这个源代码的技术说明,功能上系统支持对摄像头的一些参数设置,如感光度调节、自动对焦时延、帧速率以及监测到水平运动物体之前马上激活摄像头,这个是这个软件的一大特色可以识别运动的物体,
Seal
- 一个自动生成印章的程序,输入2-18个汉字按排入自动生成印章图案-Automatic generation of a seal program, enter 2-18 characters into the automatically generated by the seal design
DTableV7·0
- 正确使用DTable的必须操作: 1、删除页面的<form runat=server>的标签。因为dtable自动生成的新增、更新界面将生成自己的form标签 2、确保dtable_js和images在当前页面路径下(也可以通过属性指定)。 3、确保dtable_js内文件的编码和你将要使用的站点的编码一直。当前的编码为utf-8,如果你的站点是其他编码,如:gb2312,则需要通过vs.net或者EditPlus来另存为该编码类型。-4、需要复制到你的项目下的文件夹有:
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.
CurveDrawing
- 利用VC++编程实现样条曲线的绘制实例,源代码编译于VC++6.0,通过测试发现本示例程序距真正的“手绘”曲线还有一段距离,甚至说它是全自动的,也就是选择生成选项后,程序是自动生成的曲线,可以对生成的曲线进行位置移动,倍数放大等,但不能用鼠标手动去改变它们的形态,源代码收集于国外,仅供学习参考。-Using VC++ Programming-spline curve drawing examples, source code in VC++6.0, to pass the test proced
Adddataarrays
- 曲线显示源码,自动生成数据数组,绘制曲线图,可左右移动-Curves show source code, automatically generating the data array, draw graphs, can move around
Circle
- 在windows界面输入圆心坐标(x,y)及半径r任意画圆,并自动生成一个椭圆-The center coordinates of the windows interface of the input (x, y) and radius r arbitrary circle, and automatically generates an ellipse
clipScreen
- 截图小程序,程序代码不多,截图右键点击完成自动生成bmp图片-Screenshot applet, the code small, right-click to complete automatically capture bmp image
BSpline
- 根据鼠标单击的点序列,自动生成B样条曲线,并绘制出来。vc6代码,可编译通过,可运行。-According to the mouse click point sequence, automatic generation of B-spline curve, and draw out. vc6 code can be compiled, can be run.
Point-to-Point
- 根据输入的分辨率自动生成BMP格式的图片,图片类型包括格子、九窗口、极限八灰阶等,可用于视频开发、监视器开发等行业的测试信号。-According to the input resolution is automatically generated BMP format picture, image type, including the grid, nine window, limit eight grayscale test signal can be used for video deve
automatic-code-generation
- 基于矢量图形的G代码自动生成软件路径优化算法的研究-Optimization algorithm based on vector graphics G automatic code generation software path
parametric-design-of-gear
- 齿轮参数化,可以在UG平台上参数驱动自动生成齿轮-parametric design of gear
ScanBarcode_For_QR
- 二维码自动生成、识别、打印等功能,可支持QR-CODE、PDF147-Two-dimensional code generation
Delaunay三角网生成
- C++语言编写的Delaunay三角网生成,使用了图形界面,在界面中鼠标点击点后,可以自动生成。