登录
首页 » 图形图像 » A good mahjong procedures, uploaded to the site, for your information, communica...

A good mahjong procedures, uploaded to the site, for your information, communica...

于 2022-04-18 发布 文件大小:6.53 kB
0 63
下载积分: 2 下载次数: 1

代码说明:

一款优秀的麻将程序,上传到该网站,供大家参考,交流和学习-A good mahjong procedures, uploaded to the site, for your information, communication and learning

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DXF文件读写接口
    供用户直接调用的12个子程序调用: 1、 opendxf(xl,yl,drname,lend) 功能:新建DXF文件, 参数:xl,yl,drname,lend 分别为图幅长、宽、图名、图名长度  注意: 接口库中使用了文件通道号990、991、992、993、998、999, 请在程序中不要重复使用  2、 layer(ca1,nc) 功能:在表段和头段中写层信息, 参数:ca1,nc分别为层名、颜色值 注意:必须先赋层名值:ca1="hjk328" 再调用 call layer(ca1,ic)       不能直接call layer("hjk328",ic) 3、 circle(cx,cy,cz,cr) 功能:画圆 参数:cx,cy,cz,cr 分别为圆心的三维坐标和半径 4、 trace(x1,y1,z1,x2,y2,z2,wh) 功能:画轨迹线 参数:x1,y1,z1,x2,y2,z2,wh 分别为轨迹线中线端点三维坐标及线宽 5、 line(x1,y1,z1,x2,y2,z2) 功能: 画单线 参数:x1,y1,z1,x2,y2,z2  分别为线端点三维坐标 6、 poly(PLX,PLY,PLZ,NV,WH) 功能:画复线  参数:PLX,PLY,PLZ,NV,WH分别为复线各拐点三维坐标、拐点数及线宽 7、 point(x1,y1,z1) 功能:画点 参数:x1,y1,z1分别为点的三维坐标 8、 hz(xxt,yyt,zzt,zzh,rrang,ssca,qxj,cca1,len) 功能:中点对正写单行汉字 参数:xxt,yyt,zzt,zzh,rrang,ssca,qx
    2022-03-24 02:59:46下载
    积分:1
  • 在程序实际开发中,闪屏是我们经常用到的。如果程序初始化要一些时间,设计闪屏更加有必要,不但使你的程序也漂亮,还能在上面写上你的版本信息。好处是多多的。此源代码提...
    在程序实际开发中,闪屏是我们经常用到的。如果程序初始化要一些时间,设计闪屏更加有必要,不但使你的程序也漂亮,还能在上面写上你的版本信息。好处是多多的。此源代码提供了一个很简单的类,示范了如何实现闪屏。这个类只有二个函数,结构很清晰。一看就明白,还有详细的注释。-procedures in the actual development, blinking screen is used frequently. If the program to initialize some time, blinking screen design more necessary, not only to make your procedures beautiful, but also write on your version information. A lot of the benefits. This source provides a very simple type, model of how to achieve blinking screen. The only two types of function, structure is very clear. One can understand it, there are detailed notes.
    2022-12-09 19:00:02下载
    积分:1
  • 自编的,MFC,Bresenham算法生成直线
    自编的,MFC,Bresenham算法生成直线-The self, MFC, Bresenham algorithm to generate a straight line
    2022-06-29 13:00:12下载
    积分:1
  • several image processing functions commonly used small
    图像处理的几个常用小函数-several image processing functions commonly used small
    2023-08-27 09:50:04下载
    积分:1
  • 3D演示程序,实现基本算法,通过鼠标键盘事件编程,控制立方体。...
    3D演示程序,实现基本图形算法,通过鼠标键盘事件编程,控制立方体。-3D demo program, the realization of basic graphics algorithms, programming keyboard events through the mouse to control the cube.
    2022-05-06 16:58:25下载
    积分:1
  • Fast Fourier Transform fft
    快速傅立叶变换fft-Fast Fourier Transform fft
    2022-11-05 06:20:03下载
    积分:1
  • 编码的源代码,包括:PCX、GIF、LZW数据压缩和GIF…
    图像编码的源代码,包括:PCX,GIF,LZW和GIF数据压缩算法,JPEG,TGA,TIFF等。
    2022-02-03 11:33:11下载
    积分:1
  • 该程序为本人对吴进TC256系统image.h的扩展,如bmp,sprlib内部及两者之间数据剪切拷贝....
    该程序为本人对吴进TC256系统image.h的扩展,如bmp,sprlib内部及两者之间数据剪切拷贝.-the procedure for himself right into the TC256 Miss image.h system expansion, such as bmp, sprlib within and between data shear copy.
    2022-06-17 22:39:45下载
    积分:1
  • 多窗口编程的C函数库和演示程序
    多窗口编程的C函数库和演示程序-more windows on the C function libraries and Demonstration Program
    2022-03-24 16:26:16下载
    积分:1
  • 这是一个老外写的利用曲率来识别硬币的MATLAB程序。作者所在国家的硬币偏黄色,拍摄的时候反光比较少,容易识别,国内的硬币则不然,特别是1块和1毛的硬币,很容易...
    这是一个老外写的利用曲率来识别硬币的MATLAB程序。作者所在国家的硬币偏黄色,拍摄的时候反光比较少,容易识别,国内的硬币则不然,特别是1块和1毛的硬币,很容易产生反光,因此识别时要消除反光。但是这种识别方法简单,实时性好,不失一种良好的参考。国内用图像识别硬币作的还很少,一般都是通过考查硬币的材质来判断硬币,成本较高,而软件来识别成本较低,但是有一定的难度。-This is a foreigner to write the use of curvature to identify the coins of the MATLAB program. The author coins the country where the yellow side, when shooting less reflective, easy identification, the coins are not domestic, especially in a coin and one of Mao, it is easy to produce reflective, so to eliminate reflective recognition. However, this identification method is simple, real-time, and losing a good reference. Domestic use image recognition for the few coins, coins are generally through the test material to determine the coin, the higher the cost, and software to identify lower-cost, but have a certain degree of difficulty.
    2022-05-22 06:38:24下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载