-
provided some very good C# source code from C# to raise entry. Database developm...
提供了一些很好的C#源代码,从C#的入门到提高。包括数据库开发,和网络编程。 C#语言很适合网络编程。是一门安全性很好的语言-provided some very good C# source code from C# to raise entry. Database development, and network programming. C# language is very suitable for network programming. It is a good security language
- 2022-02-12 17:11:16下载
- 积分:1
-
4*4的光立方源程序
采用STC公司的STC12C5A60S2芯片作为主控的4*4的光立方源程序
- 2023-07-12 12:15:02下载
- 积分:1
-
zemax-Matlab
ppt文件,讲述如何使用matlab调用zemax中数据的文档(ppt file explains how to use the data in matlab call zemax document)
- 2013-08-07 13:09:18下载
- 积分:1
-
GNSS_Sun
利用GPS广播星历和观测文件,实现了GPS及北斗卫星的单点定位程序,考虑电离层及钟差改正。。(The single point positioning program of GPS and Beidou satellite is realized.)
- 2018-12-10 16:20:53下载
- 积分:1
-
SX1278 demo例程,SX1276规格书,driver程序
资源包括SX1278的demo例程、SX1276中文手册以及sx12xxdrivers。
- 2022-03-03 07:06:16下载
- 积分:1
-
C#演示用Brush填充Rectangle图形
C#画矩形,然后使用Brush填充Rectangle图形,单击按钮后会生成一个填充过的图形,需要创建Graphics对象,创建一个Brush对象,再使用Rectangle绘制一个矩形,然后使用Brush填充,实现这一过程,核心代码如下:
private void button1_Click(object sender, EventArgs e)
{
Graphics ghs = this.CreateGraphics();//创建Graphics对象
Brush mybs = new SolidBrush(Color.Red);//使用SolidBrush类创建一个Brush对象
Rectangle rt = new Rectangle(10, 10, 100, 100);//绘制一个矩形
ghs.FillRectangle(mybs, rt);//用Brush填充Rectangle
}
- 2022-07-06 17:10:54下载
- 积分:1
-
过滤指定目录下的子目录
说明: vc.net 过滤指定目录下的子目录,可以指定过滤条件,指定子目录的过滤条件,指定子目录下所有过滤文件的列表,支持过滤表达式(vc.net filters the sub-directories in the specified directory, you can specify the filter conditions, specify the filter conditions of the sub-directory, specify the list of all filtered files in the sub-directory, support filter expressions)
- 2020-04-01 08:06:44下载
- 积分:1
-
motaifenxi
模态分析,获得采样数据的固有频率、各阶振型,阻尼比等,(Modal analysis, the natural frequency of the sampling data, each vibration mode damping ratio)
- 2021-05-15 21:30:03下载
- 积分:1
-
stm32掉电检测
stm32掉电检测,当电压低于设置值时,在断电前会进入中断,可用于数据保存,中断时间大约2ms
- 2022-02-12 10:51:18下载
- 积分:1
-
ISO 15765-4STDCAN总线模式(第八步终结版)
ISO 15765-4STDCAN总线模式(第八步终结版),汽车OBD诊断
- 2022-06-01 23:53:54下载
- 积分:1