-
UNIX模拟系统模拟得很完善!
UNIX模拟系统模拟得很完善!-写的很好 !
- 2022-01-25 15:09:14下载
- 积分:1
-
anti
反编译工具,可以反编译源文件,解释得足够详细!如果不详细说明具体的软件功能,开发人员就一文不值
- 2022-03-24 04:58:53下载
- 积分:1
-
F2812 FLASH烧写软件,大家都来看看哦
F2812 FLASH烧写软件,大家都来看看哦-F2812 FLASH programmer software, we all look at看哦
- 2022-05-01 02:24:21下载
- 积分:1
-
UCOS一种只支持优先级抢占型调度的操作系统。它不支持同一个优先级有2个及以上的任务同时运作。
本文修改的UCOS支持不同优先级调度的同时,支持同一个优先级...
UCOS一种只支持优先级抢占型调度的操作系统。它不支持同一个优先级有2个及以上的任务同时运作。
本文修改的UCOS支持不同优先级调度的同时,支持同一个优先级有2个以上的任务以时间片轮转方式进行调度。
这个就是UCOS和修改的UCOS的区别。-UCOS only support a priority-based scheduling of the operating system to seize. It does not support the same priority level 2 and above have the task of operating at the same time. This article uCOS modified to support different priority scheduling at the same time, support the same priority level has two more tasks to the time slice approach to scheduling rotation. This is uCOS uCOS and modified difference.
- 2022-07-01 06:29:14下载
- 积分:1
-
Java j2me游戏:摩迦历险记源码
Java j2me游戏:摩迦历险记源码,以前J2me盛行时候的Java手机游戏源码,本游戏界面做的挺不错,看效果请在JAva虚拟机环境下进行。
- 2022-05-25 01:12:13下载
- 积分:1
-
Single Phase Power Regulator circuit, a better understanding of beginners the ba...
单相调功电路,对初学者更好的理解其基本原理有帮助-Single Phase Power Regulator circuit, a better understanding of beginners the basic principles of their help
- 2023-06-24 20:55:02下载
- 积分:1
-
ulink2++,是ARM仿真器,很流行最牛的ARM开发者必备的工具,这里是制作它的SCH原理图...
ulink2++,是ARM仿真器,很流行最牛的ARM开发者必备的工具,这里是制作它的SCH原理图-ulink2++, is the ARM emulator, it is the most popular cattle ARM developers the necessary tools, here is the production of its schematic diagram SCH
- 2022-03-17 01:08:57下载
- 积分:1
-
C# 利用HAVING子句过滤分组数据
C# 利用HAVING子句过滤分组数据,用于查询平均年龄大于22岁的学院学生的数量,在平时的应用中,这是很实用的一个数据库查询技巧。
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-04-10 01:41:39下载
- 积分:1
-
VC++写的关于键盘的程序
VC++写的关于键盘的程序-keyboard
- 2022-01-26 19:33:53下载
- 积分:1
-
stc12c2052单片机有关ad转换的一些代码
stc12c2052单片机有关ad转换的一些代码-wu
- 2022-10-13 12:00:03下载
- 积分:1