登录
首页 » C# » 这个是一个用C#开发一个小程序,对初学者很有用的!

这个是一个用C#开发一个小程序,对初学者很有用的!

于 2022-07-04 发布 文件大小:8.51 kB
0 106
下载积分: 2 下载次数: 1

代码说明:

这个是一个用C#开发一个小程序,对初学者很有用的!-This is a small program that is very usefull for beginner developed with C#.

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

发表评论

0 个回复

  • WinSCP_v5.15.2
    无人机在巡检的过程发现缺陷会出现立刻巡检(UAV go traking the condication,it find the difference .)
    2020-06-22 20:00:01下载
    积分:1
  • humantracking
    非常好的程序,能够对视频中移动目标进行跟踪(failed to translate)
    2013-05-04 15:32:37下载
    积分:1
  • REG-that
    说明:  PDA版的小型WEB服务器,可运行于windows mobile平台上(PDA version of a small WEB server that runs on a windows mobile platform)
    2019-04-01 11:28:21下载
    积分:1
  • 根据delphibasic网站 制作的最新帮助文件 绝对很好的delphi参考手册...
    根据delphibasic网站 制作的最新帮助文件 绝对很好的delphi参考手册-According to the latest production delphibasic Site Help file is absolutely a good reference manual delphi
    2023-06-10 21:05:04下载
    积分:1
  • 图的遍历
    基本要求:以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。(Basic requirements: the adjacency list is used as storage structure to realize the depth first and breadth first traversal of connected undirected graph. Starting from user specified nodes, we output each node access sequence and the corresponding edge set of corresponding spanning tree respectively.)
    2018-06-05 09:18:27下载
    积分:1
  • C# 中文简体繁体转换小程序源码
    Visual C# 简繁体转换,实现中文汉字的简体繁体转换功能,相信这个C#小程序源码会很实用吧,经常用到。编译运行后,请输入要转换的文字,单击对应的按钮,即可实现转换功能,绑定在对应按钮上的代码如下:   C#中文繁体转简体源码:   private void button1_Click(object sender, EventArgs e)   {    string src = txtSrcText.Text.Trim();    byte[] srcByte = Encoding.Default.GetBytes(src);    byte[] desByte = new byte[srcByte.Length];    LCMapString(2052, LCMAP_SIMPLIFIED_CHINESE, srcByte, -1, desByte, srcByte.Length);    string des = Encoding.Default.GetString(desByte);    txtDesText.Text = des;   }   C#中文简体转繁体源码:   private void button2_Click(object sender, EventArgs e)   {    string src = txtSrcText.Text.Trim();    byte[] srcByte = Encoding.Default.GetBytes(src);    byte[] desByte = new byte[srcByte.Length];    LCMapString(2052, LCMAP_TRADITIONAL_CHINESE, srcByte, -1, desByte, srcByte.Length);    string des = Encoding.Default.GetString(desByte);    txtDesText.Text = des;   }
    2022-03-12 07:23:03下载
    积分:1
  • program_drive
    本文件提供各种驱动程序和汇编代码,包括温度芯片驱动等等.(This document provides various Driver and compile code, including temperature chip-driven, and so on.)
    2007-03-31 15:37:57下载
    积分:1
  • 3.5 9488
    说明:  在正点原子得库中改的,原子的例子是stm32f407zet6,我把它改成在stm32f407vgt6上运行。可以驱动9488液晶屏,使用的是16位fsmc。(The atom example is stm32f407zet6, which I changed to run on stm32f407vgt6. It can drive 9488 LCD screen, using 16 bit FSMC.)
    2020-07-31 14:58:36下载
    积分:1
  • npIdrOcxCaller_bak2
    npapi下让NPAPI封装调用activex让以前的ocx可以重新在火狐浏览器上。源代码!!(the the NPAPI package npapi call activex ocx can re-Firefox before. Source code! !)
    2012-07-17 14:43:26下载
    积分:1
  • glove
    在Unigine游戏引擎里使用SpringVR的数字手套(The use of SpringVR digital gloves in the Unigine game engine.)
    2017-11-10 10:08:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载