登录
首页 » C++ Builder » qiqiaobansrc

qiqiaobansrc

于 2012-09-26 发布 文件大小:45KB
0 189
下载积分: 1 下载次数: 9

代码说明:

  C#七巧板-C#创建菱形图案,其间使用了进程,示例适用于 Windows 窗体,它需要 PaintEventArgse,一个 OnPaint 事件对象。代码执行下列操作:   创建两个路径:一个为头朝上的三角形,另一个为头朝下的三角形。将第二个路径添加到第一个路径上。将最终的路径绘制到屏幕。   设置控件样式为双缓冲,可以有效减少图片闪烁的问题(Create a diamond pattern C# tangram-C#, during which use of the process, the example applies to Windows Forms, and it requires PaintEventArgs e, an OnPaint event object. The code performs the following actions: create two paths: a head-on the triangle, another triangle upside down. Add a second path to the first path. Draw the final path to the screen. Set the control style for double buffering, the picture flashes can be effective in reducing the problem)

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

发表评论

0 个回复

  • Quan-l-trung-t-m-ti-ng-anh-master
    Quan-l-trung-t-m-ti-ng-anh-master
    2019-05-02 01:01:22下载
    积分:1
  • 103Server
    辅助通讯规约测试的程序,支持串口103规约,可以模拟四方、南瑞等厂家的保护装置,通过修改配置文件,可以对应保护的点号及实际值。(Auxiliary communication protocol testing procedures, supporting serial 103 of the Statute, can simulate the Quartet, NARI and other manufacturers of protective devices, by modifying the configuration file, you can protect the dot and the corresponding actual values.)
    2021-05-09 23:58:34下载
    积分:1
  • grain boundary particles percent
    说明:  根据二维材料组织图数据,计算晶界不同位置处(晶内、晶界或晶角)第二相粒子的数目和比例。(The number and proportion of the second phase particles at different locations of grain boundary (intragranular, grain boundary or grain angle) are calculated according to the data of two-dimensional material histogram.)
    2020-06-21 03:00:01下载
    积分:1
  • Winform
    winfrom入门基础,适合刚入门的朋友学习。(the base instruction of winfrom)
    2018-11-07 21:52:09下载
    积分:1
  • wuziqi
    SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
    2012-08-30 17:27:01下载
    积分:1
  • SCADA_C#
    运用C#语言进行常用图形处理,工控编程源代码(Using C# Language for Common Graphics Processing and Visual Algorithms Programming)
    2019-01-27 16:15:27下载
    积分:1
  • 推理机
    说明:  实现简单推理机功能,主要包括子条件、不确定性、与或及结论的录入,论据的添加,进行正向推理及逆向推理(The function of simple inference engine is realized, which mainly includes the input of sub-conditions, uncertainties, and/or conclusions, the addition of arguments, forward inference and reverse inference.)
    2019-04-01 16:04:09下载
    积分:1
  • FreeSCADA2
    完整的C#开发的组态软件.OPC,SQLITE,WPF(Open source scada in c#)
    2010-10-31 14:47:39下载
    积分:1
  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • openCV.NetTest
    人脸检测示例程序,需要opencv.net(Face Detection Sample Application)
    2010-02-12 08:48:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载