登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:C#
  2. 代码类别:GDI
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. AttitudeInstrument

  使用C# GDI+开发的基本飞行数据仪表,包括高度、速度和飞行姿态。(Use in C# GDI+ development of basic flight data instruments, including altitude, speed and flight attitude.)

129
下载
126
浏览
2020-09-27发布

2. simple-Bezier-curve

  bezier曲线画矢量字.仅仅有演示效果没有进行交互设计,多多指教多多包含(bezier curve ,c++)

2
下载
131
浏览
2020-09-20发布

3. BasicViewer

  数控加工代码查看器,解释G代码并以图形方式显示(CNC machining code viewer explain the G-code and displayed graphically)

46
下载
181
浏览
2020-09-14发布

4. facecount1

  实现USB采集的图像序列或者视频中人脸检测与计数,应用OPENCV实现(Image sequence to achieve USB or video capture human face detection and counting, the application to achieve OPENCV)

64
下载
86
浏览
2020-07-21发布

5. VCProgram

  正方体投影,计算机图形学的综合实验内容,很全很专业的资源(eject)

11
下载
90
浏览
2020-06-30发布

6. Comparisonofimagesimilarity

  图像相似度比较论文,介绍了图像相似度比较的基本原理,并实现图像比较,分析结果(Comparing image similarity thesis describes the basic principles of image similarity comparison and achieve the image comparison, analysis)

194
下载
108
浏览
2020-06-26发布

7. 漂亮的时钟(含源码)

  一个时钟源码。带图像,十分漂亮,GDI+(A clock source. With images, very beautiful, GDI+)

0
下载
65
浏览
2020-06-25发布

8. 漂亮的时钟(含源码)

说明:  一个时钟源码。带图像,十分漂亮,GDI+(A clock source. With images, very beautiful, GDI+)

2
下载
49
浏览
2020-06-25发布

9. GDI+鼠标绘制常规图形平衡缩放DEMO

说明:  GDI+鼠标绘制常规图形平衡缩放DEMO,使用C#语言,附有全部源码。可以进行点、线、多边形、圆、椭圆、弧线还有文本等等的绘制,以及撤销、刷新、删除等功能,是个比较好的示例。(GDI + mouse drawing general graphics balance zoom demo, using C# language, with all the source code. It is a good example to draw points, lines, polygons, circles, ellipses, arcs and text, as well as to undo, refresh, delete and other functions.)

9
下载
48
浏览
2020-03-26发布

10. FillPolygon

说明:  图形的自动填充算法 采用有效边表构建填充模型(Automatic filling of drawings)

0
下载
42
浏览
2019-12-21发布

11. 03-Mapwingis矢量图层上按照路径动态显示移动目标

  MFC实现,单文档,最大化,Mapwingis添加图层,实现label,在矢量图层上动态显示移动目标(MFC implementation, single document, windows maximization, Mapwingis add layer, realize label, Tracking dynamically display moving target on vector path layer)

2
下载
56
浏览
2019-06-12发布

12. 03-Mapwingis矢量图层上按照路径动态显示移动目标

说明:  MFC实现,单文档,最大化,Mapwingis添加图层,实现label,在矢量图层上动态显示移动目标(MFC implementation, single document, windows maximization, Mapwingis add layer, realize label, Tracking dynamically display moving target on vector path layer)

10
下载
48
浏览
2019-06-12发布

13. drawcli

  drawcli ole图形图像,VC++学习很好的例子程序(drawcli ole graph drawing example , ole container and drawing line, circle etc.)

5
下载
86
浏览
2017-10-30发布

14. 9996274

  JBIG是二值图像压缩的国际标准,本代码给出了编码器的源码,(JBIG binary image compression is of international standard, this gives the encoder source code,)

1
下载
56
浏览
2017-05-06发布

15. DirectShowLibSource

  DirectShowLib-2005源码(DirectShowLib-2005 source)

1
下载
37
浏览
2016-09-20发布

16. GDIwin32

  GDI win32实例,里面包含了一个GDI实现透明窗口的实例

3
下载
75
浏览
2016-07-11发布

17. paixu105

  有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数(There are n integers to the order of the preceding few months m backward shift position, the final number m into the top of the number of m)

1
下载
89
浏览
2016-02-27发布

18. 4dyytexiao

  4D影院特效生成脚本,方便制作4D影院的特效(4D theater effects to generate scripts to facilitate the production of special effects cinema 4D)

1
下载
97
浏览
2016-02-14发布

19. DialogDemo

  C++做的绘画板,可以实现RGB的混色,产生出不同的颜色来。(a paint tool by C++)

1
下载
79
浏览
2015-12-10发布

20. GifCodec

  参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。 编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。 24位dib转换成8位dib时使用的八叉树算法 图片拉伸时参考的网上的双线性插值算法。 字典满了位数加一,位数是12时不加(Online reference materials written gif codec. Encoded using gdi resolve common image formats, and then assembled into a gif Each frame decode it into a gif dib There are many online gif file format introduced gif lzw with variable length compression algorithm: Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)

7
下载
86
浏览
2015-01-17发布