-
ti_dcs
2802 步进电机控制器,可以作为步进电机驱动设计的重要参考(2802 stepper motor controller, stepper motor driver can be used as an important reference design)
- 2008-08-01 10:02:13下载
- 积分:1
-
6.6 音视频编解码库FFmpeg
说明: 编解码器(codec)指的是一个能够对一个信号或者一个数据流进行变换的设备或者程序。这里指的变换既包括将 信号或者数据流进行编码(通常是为了传输、存储或者加密)或者提取得到一个编码流的操作,也包括为了观察或者处理从这个编码流中恢复适合观察或操作的形式的操作。编解码器经常用在视频会议和流媒体等应用中(Codc refers to a device or program that can transform a signal or a data stream. The transformation referred to here includes not only the operation of encoding a signal or data stream (usually for transmission, storage or encryption) or extracting an encoding stream, but also the operation of restoring a suitable form of observation or operation from the encoding stream for observation or processing. Codec is often used in video conferencing and streaming media applications.)
- 2019-02-23 15:22:39下载
- 积分:1
-
本源码转载与其它网站
本人看了感觉不错
本源码转载与其它网站
本人看了感觉不错
-This source is reproduced with the other sites I read a good feeling
- 2022-03-05 02:31:57下载
- 积分:1
-
C#处理DICOM数据源代码
C#处理DICOM数据源代码,代码可以运行通过,加载工程后需要生成编译,代码是基于老外写的代码改进的,非常不错,值得学习,有些地方比较深奥,水平高的人才能理解。
- 2023-07-03 03:55:09下载
- 积分:1
-
用C#实现启动欢迎画面
用C#制作软件启动时的欢迎界面,开始画面,在软件被打开时最先显示的一个窗口效果,在本例中是直接调用一张图片来显示,但是具体的实现,比如图片显示的位置 、显示的时间长短等,用到的定时器,需要控制好,本实例代码就是向大家展示如何进行这些控制,部分代码为:
private void Form1_Load(object sender, EventArgs e)
{//启动窗体
Form2 MySplashForm = new Form2();
MySplashForm.ShowDialog();
}
private void Form2_Load(object sender, EventArgs e)
{//设置启动窗体
this.FormBorderStyle = FormBorderStyle.None;
this.BackgroundImage = Image.FromFile("test.jpg");
this.timer1.Start();
this.timer1.Interval = 10000;
}
private void timer1_Tick(object sender, EventArgs e)
{//关闭启动窗体
this.Close();
}
定时器控制:
private void Form2_FormClosed(object sender, FormClosedEventArgs e)
{//关闭定时器
this.timer1.Stop();
}
- 2022-01-22 15:57:51下载
- 积分:1
-
treap
说明: treap的c++实现。有良好的可读性。并且多次验证了可行性(treap of c++ achieve. Good readability. And repeatedly verified the feasibility of)
- 2008-11-17 11:09:56下载
- 积分:1
-
CAT Reimplementation
在普通C中重新实现concat工具。
- 2022-12-01 14:10:03下载
- 积分:1
-
WordMakeRelease1.0.1.0
开源字模软件程序,WordMakeRelease1.0.1.0(不含源代码)
- 2022-05-15 15:54:38下载
- 积分:1
-
mrsiddecode_win
ͼ
- 2010-04-21 13:23:44下载
- 积分:1
-
Droplet
一个简单的 LBM D2Q9模拟源程序, 模拟液滴在壁面滑落。(D2Q9 LBM model for droplet slide)
- 2020-10-21 12:07:24下载
- 积分:1