-
UCOSII
ucosii 的内核分析,精简内核,初学者的理想入门材料(ucosii is a very useful OS ,as a learner, you can get konwledge from it)
- 2010-01-02 19:32:30下载
- 积分:1
-
成绩系统.cpp
本程序可用时输入学生序号学号成绩并进行查找(import the number, student ID numbers and scores, available to search.)
- 2020-06-23 11:20:01下载
- 积分:1
-
egao
一个关机恶搞程序,仅供娱乐,其实很简单就用了system函数(A spoof shutdown procedures, for entertainment purposes only, is actually very simple to use system functions)
- 2013-11-13 07:11:43下载
- 积分:1
-
51单片机和三菱变频器MODBUS RTU通信实例
51单片机和三菱变频器MODBUS RTU通信实例,里面有具体的通讯范例,方便初学者学习(51 single-chip microcomputer and mitsubishi inverter MODBUS RTU communication as an example, there is a specific communication paradigm, easy for beginners to learn)
- 2020-06-28 10:40:02下载
- 积分:1
-
OBDIIprotocols091214
各大车系的OBDII总线协议。
比如:VW,Ford,GM等等。(OBDII bus protocol。)
- 2011-08-16 14:19:51下载
- 积分:1
-
llk
自己写的一个连连看小游戏,可能有点小错误。有3种不同的等级,可以选择背景和连连看的图片,有音效,排行榜,外挂,提示和重排。(To write a Lianliankan game, probably a little wrong. There are three different levels, you can select the background and lianliankan pictures, have a sound, charts, plug-in, tips and rearrangement.)
- 2014-01-04 14:08:58下载
- 积分:1
-
计算机是怎样跑起来的
说明: 本书可以学习计算机的原理以及其他,与《程序是怎样跑起来的》、《网络是怎样连接的》是一套(This book can learn the principles of computers and other things. It is a set of books with How Programs Run and How Networks Connect.)
- 2019-01-10 16:14:17下载
- 积分:1
-
YY协议V1.8.6版(验证码识别)
说明: yy协议软件 验证码识别版本 功能强大稳定(YY protocol software verification code identification version has powerful and stable functions)
- 2020-06-19 11:00:02下载
- 积分:1
-
jlx12864串口LCD12864测试源码
jlx12864串口LCD12864测试源码,C51测试通过。希望帮到有用的人。
- 2023-05-20 22:05:04下载
- 积分:1
-
C# 序列中所有元素是否都满足指定条件
C# 序列中所有元素是否都满足指定条件,使用List序列对象创建List人员列表,判断是否所有人员的年龄都大于30岁,dgpwC#中序列的用法:
bool result = People.All(p => p.Old > 30);显示查询结果:
label1.Text = "数据源:{1,"王*军",28},{2,"赵*东",31},{3,"王*科",33}";//数据源
label2.Text = "查询表达式:All(p => p.Old > 30)";//查询表达式/操作
label3.Text = "查询结果:" + result.ToString();//查询结果
更详细代码请下载源码。
- 2023-08-15 15:50:03下载
- 积分:1