-
lcd1602显示遥控键值的计算器
应用背景基于LCD1602显示遥控键值的计算器,单片机C语言范畴,完整源程序及单片机开发板接线图。keil软件打开。关键技术
通过单片机开发板键盘输入,在LCD1602上显示的计算器(加法)。实验说明: 1.由于按键的个数有限只开通了加法运算 2.a键为“+”运算,b键为“=”
3.只开通了2位数的运算 *
4.按键规则先按下加数再按“+”再被加数再“=”
接线方法: Jp8连JP4
- 2022-11-29 01:00:03下载
- 积分:1
-
bellman 方程的matlab实现,十分不错的源代码
bellman 方程的matlab实现,十分不错的源代码-bellman function matlab
- 2022-02-27 09:08:09下载
- 积分:1
-
学vc编游戏的配套光盘 要编译[学vc编游戏]源程序一定要运行“学vc编游戏.exe”将程序解包到硬盘上。不要直接用拷贝光盘的办法(直接拷贝的文件是只读属性的)...
学vc编游戏的配套光盘 要编译[学vc编游戏]源程序一定要运行“学vc编游戏.exe”将程序解包到硬盘上。不要直接用拷贝光盘的办法(直接拷贝的文件是只读属性的)。-the cd of if you want to compile the source file in the cd-rom,you must run "学VC编游戏.exe" to extract program onto hd.don t copy from cd directly(the attr of the directly copying file is read only)
- 2022-08-09 14:37:54下载
- 积分:1
-
remote retail billing system
remote retail billing system
- 2023-04-24 23:05:04下载
- 积分:1
-
启动
启动 上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让-restar
- 2022-05-27 02:08:37下载
- 积分:1
-
简单的vb聊天软件
简单的vb聊天软件-simple vb chat software
- 2022-02-12 10:45:11下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
CoStream 无缓存 Pipe Stream
翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在 XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream();
static string outpath;
static void Main(string[] args)
{
// ...
XmlDocument doc = new XmlDocument();
doc.Load(args[0]);
outpath = args[1];
var reading_thread = new Thread(ReaderBody);
reading_thread.Start();
using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true }))
doc.Save(pipe);
reading_thre
- 2022-03-17 17:34:17下载
- 积分:1
-
一个非常流行的游戏,用C++开发的,适用于初学者学习与研究。...
一个非常流行的游戏,用C++开发的,适用于初学者学习与研究。-a very popular game, with C development and applicable to beginners learning and research.
- 2023-05-25 17:15:03下载
- 积分:1
-
Gateway CMPP3.0/CMPP2.0 support, which can be configured in the configuration fi...
CMPP3.0/CMPP2.0网关都支持,可以在配置文件里面配置。-Gateway CMPP3.0/CMPP2.0 support, which can be configured in the configuration file.
- 2022-04-29 19:29:42下载
- 积分:1