-
28379 PWM
芯片为TMS320F28379D,程序包括上计数模式,上下计数模式,死区,错误(The chip is TMS320F28379D. The program includes upper counting mode, upper and lower counting mode, dead zone and error.)
- 2019-05-22 11:07:04下载
- 积分:1
-
温度检测系统课程设计资料
说明: 51最小系统板pcb图,初学者简单学习,并且附有系统板说明,希望对大家能有帮助(51 Minimum System Board PCB chart, beginners simple learning, and with system board instructions, I hope you can help.)
- 2019-05-13 21:36:09下载
- 积分:1
-
这个代码写在巴斯科姆编译器控制和制动装置
this code write under bascom compiler for control and trig a device
- 2022-08-08 04:22:46下载
- 积分:1
-
n皇后问题的C++实现
n皇后问题的C++实现-n Queen"s realization of C
- 2022-07-15 11:06:40下载
- 积分:1
-
单链表
说明: sjtu教材单链表的修正,基本可以通过编译,vs写的(sjtu linklist visual studio)
- 2020-06-20 13:00:01下载
- 积分:1
-
vc的一些原码,对于帮助学习和提高很有帮助
vc的一些原码,对于帮助学习和提高很有帮助-vc some of the original code, for help to learn and improve very helpful
- 2022-02-02 16:30:50下载
- 积分:1
-
47551392signalProcess_labview
labview数据采集和处理,包括FTT和频谱分析,DAQ的处理。(LABVIEW DAQ)
- 2011-11-08 22:03:13下载
- 积分:1
-
幽灵按钮(源代码)
这是一段开发者代码,适合所有新手来学习视频,请大家好好学习;(this is a very nice file,please work hard with it,all of you;)
- 2018-04-27 22:13:55下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
Steel_Fiber_Matlab
说明: 可以在混凝土构件内生成随机纤维,可设定纤维数量、构件形状(Random fibers can be generated in the concrete member, and the number of fibers and the shape of the member can be set)
- 2021-02-01 17:31:51下载
- 积分:1