-
WpfMenuItem
wpf中菜单样式,动态生成menuitem,读取文件中的数据生成(the menuitem style of wpf,make the menuitem from the xml file data)
- 2011-12-04 13:17:27下载
- 积分:1
-
TMS320F2812bootloader
TMS320F2812的bootloader源程序,通过外部接口来下载任务调度程序。(TMS320F2812 the bootloader source, through an external interface to download the Task Scheduler.)
- 2020-12-21 08:19:08下载
- 积分:1
-
Contiki学习笔记
Contiki学习笔记,分享给需要的人 ,本文讲述了Contiki源码下载、开发环境搭建,还给了一些学习资料
- 2022-03-12 23:36:18下载
- 积分:1
-
26304_ANSI-C_source_code_v6_5_0
AMR-WB+编解码源代码,内含工程文件,可直接运行(AMR-WB+ codec source code, containing the project files can be directly run)
- 2010-08-06 15:55:24下载
- 积分:1
-
32单片机开发指南,新手必备
32单片机资料,新手必备!基础,实用
- 2022-04-17 09:11:50下载
- 积分:1
-
C# 创建线程实例JoinThread源码
C#创建一个基本简单的线程实例,演示了如何创建线程,面向C#新手的一个例子:
Thread myThread;//声明线程
//用线程起始点的ThreadStart委托创建该线程的实例
myThread = new Thread(new ThreadStart(createThread));
myThread.Start();//启动线程
myThread.Join();//阻止调用该线程,直到该线程终止
Console.ReadLine();
- 2022-11-16 06:35:03下载
- 积分:1
-
例程10 TFT LCD显示实验
本实验利用STM32F407开发板连接TFTLCD模块,实现TFTLCD模块的显示,下载成功后,通过把LCD模块插入TFTLCD模块接口,按下复位之后,就可以看到LCD模块不停的显示一些信息并不断切换底色。同时该实验会显示LCD驱动器的ID,并且会在串口打印(按复位一次,打印一次)。(This experiment uses STM32F407 development board to connect TFTLCD module to realize the display of TFTLCD module. After downloading successfully, by inserting the LCD module into the interface of TFTLCD module, after pressing reset, we can see that the LCD module keeps displaying some information and changing the background color. At the same time, the experiment will display the ID of the LCD driver and print it on the serial port (press reset once, print once).)
- 2018-11-12 16:51:04下载
- 积分:1
-
蒸发凝结UDF
蒸发凝结UDF代码,可用于FLUENT模拟水蒸气蒸发和凝结。经过计算可获取凝结速率、凝结相变云图随时间的变化、温度和压力波动等相变过程中的现象。
- 2022-02-04 11:01:29下载
- 积分:1
-
工资条查询
可以详细了解工资条查询,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
- 2022-02-21 16:39:51下载
- 积分:1
-
c++模拟文件系统
列出目录下所有文件:ls显示目录:pwd删除目录和目录下所有文件:rmdir dirName
- 2022-06-13 04:27:06下载
- 积分:1