登录
首页 » C# » c#学习的基本知识,c#知识库,有志于学习c#的人下

c#学习的基本知识,c#知识库,有志于学习c#的人下

于 2022-01-31 发布 文件大小:158.05 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

c#学习的基本知识,c#知识库,有志于学习c#的人下-c# learning basic knowledge, c# knowledge base, interested in learning c# person under the

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

发表评论

0 个回复

  • 密码锁v4
    简易嵌入式密码锁,利用ucos3操作系统,进行密码比对,能设置密码,并将密码保存flash,能掉电保护。(Simple embedded password lock, using ucos3 operating system, for password comparison, can set passwords, and password save flash, can power-down protection.)
    2020-06-23 01:40:01下载
    积分:1
  • ITD(固有时间尺度算法)的MATLAB代码
    ITD(固有时间尺度算法)的MATLAB代码,固有时间尺度分解算法,实现对时间序列信号的多尺度分解,提取多分量信号中的单分量成分。 (Intrinsic time scale decomposition algorithm to achieve multi-scale decomposition of the time series signal to extract a single multi-component signal component ingredients.)
    2022-05-15 05:02:30下载
    积分:1
  • 调制解调技术大师
    课文必须用英语。作者的
    2023-08-05 08:00:03下载
    积分:1
  • Chinese-Convert-Pro-3.5.1-Final
    Nothing to do, we need to learn how to trick something on the webs
    2014-01-09 01:53:33下载
    积分:1
  • KMP匹配算法(C++实现)
    在简单的匹配算法中,时间复杂度为O(m*n),其思想为每次适配后就重新从头开始匹配,所以比较慢;而KMP算法则利用了前面匹配的结果,在一次失配后不从头开始匹配,而是将子串进行一定的滑动,使得时间复杂度变为O(m+n),这样大幅度的缩减了匹配时间。
    2022-01-25 19:45:46下载
    积分:1
  • C# 只允许运行一个程序实例的方法及代码
    Visual C# 设置程序只能运行一个实例,当用户再次打开同一窗口时,会弹出提示,告诉你本程序已经在运行了,具体的实现代码参考如下:   设置程序只能运行一个实例:   var MyModuleName = System.Diagnostics.Process.GetCurrentProcess().MainModule.ModuleName;   var MyProcessName =System.IO.Path.GetFileNameWithoutExtension(MyModuleName);   System.Diagnostics.Process[] MyProcesses = System.Diagnostics.Process.GetProcessesByName(MyProcessName);   if (MyProcesses.Length > 1)   {    MessageBox.Show("程序已经运行!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Error);    this.Close();   }
    2023-03-23 03:40:03下载
    积分:1
  • lightspeed
    matlab stuff very fast
    2009-11-01 09:12:22下载
    积分:1
  • STC15项目开发
    说明:  STC15项目 ,包括软件源码和硬件原理图,软件设计中面向对象的结构设计思想可供学习,很不错(STC15 project, including software source code and hardware schematic diagram, software design object-oriented structure design ideas for learning, very good)
    2020-07-26 22:07:24下载
    积分:1
  • MSP430F5-10-PMY
    msp430f5系列PMA中文资料(根据ti官网翻译)(Msp430f5 series PMA Chinese data (according to the Ti website translation))
    2013-11-15 19:34:38下载
    积分:1
  • DigitalLicense_v3.6
    说明:  Win10 数字签名激活工具 数字签名激活工具(Win10 Active Tool Window 10 System Digital License Active tool)
    2020-06-23 03:40:02下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载