登录
首页 » C » zstack

zstack

于 2022-08-26 发布 文件大小:13.27 kB
0 88
下载积分: 2 下载次数: 1

代码说明:

关于使用CC2530开发ZIGBEE无线通信的源码,我修改后的DS18B20温度采集代码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 5408A
    The SPFD5408A, a 262144-color System-on-Chip (SoC) driver LSI designed for small and medium sizes of TFT LCD display, is capable of supporting up to 240xRGBx320 in resolution which can be achieved by the designated RAM for graphic data. The 720-channel source driver has true 6-bit resolution, which (The SPFD5408A, a 262144-color System-on-Chip (SoC) driver LSI designed for small and medium sizes of TFT LCD display, is capable of supporting up to 240xRGBx320 in resolution which can be achieved by the designated RAM for graphic data. The )
    2012-07-16 17:09:15下载
    积分:1
  • TCP同步聊天软件()源码)
    此聊天室服务器,可随意设置ip,客户端ip固定,仅作为学习使用。 server端包括了日志保存,多客户端并发处理功能 客户端模拟了QQ窗口的弹窗和声音提示功能;另外还可以防止意外断开现象的发生。 server和client端共同拥有一个公共类库,这个类库里有一个窗口自适应类,已方便让窗体自由变化大小。
    2022-02-02 23:36:51下载
    积分:1
  • STP和RSTP的Realtec芯片。
    生成树协议(STP)防止环路的形成当开关或
    2022-09-07 08:15:03下载
    积分:1
  • DALI
    DALI总线的相关文档集合,也有相关的程序。主要是说明什么是DALI协议,还有DALI协议怎么用软件实现(DALI bus is a collection of related documents, also related procedures. Is to specify what is the DALI protocol, as well as how to use the software DALI protocol)
    2013-08-15 20:40:38下载
    积分:1
  • jsoncpp-1.7.6
    JSON是一种轻量级的数据交换格式。它可以表示数字、字符串、值的有序序列,以及名称/值对的集合。 jsoncpp是一个C++库,允许操作JSON值,包括序列化和反序列化和字符串。它也可以在unserialization /序列化步骤保留现有的评论,这是一个方便的格式来存储用户输入的文件。(JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs. JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.)
    2020-12-03 13:19:25下载
    积分:1
  • [2]-LCD-7
    it is aproject to connecting lpc1788 to lcd tft 7 inch
    2016-10-27 16:53:05下载
    积分:1
  • C#实现图片中文识别成文本文字,已应用项目中
    C#将图片里中文识别成文本文字,中文识别,.net 实现中文识别 支持*.bmp; *.jpg; *.gif; *.jpeg;*.png等图片格式上的中文,文字 识别 【核心代码】    public Form1()        {            InitializeComponent();            //ocr = new TesseractEngine("./tessdata", "eng", EngineMode.TesseractAndCube);//设置语言   英文           ocr = new TesseractEngine("./tessdata", "chi_sim");//设置语言   中文                                                              //  ocr = new TesseractEngine("./tessdata", "jpn");//设置语言   日语        }        private void button1_Click(object sender, EventArgs e)        {            OpenFileDialog filename = new OpenFileDialog();            filename.Filter = "All files(*.*)|*.*|image files(*.bmp)|*.bmp; *.jpg; *.gif; *.jpeg;*.png";            filename.FilterIndex = 2;            if (filename.ShowDialog() == DialogResult.OK)            {                Bitmap bit = new Bitmap(Image.FromFile(filename.FileName.ToString()));                               Page page = ocr.Process(bit);                string str = page.GetText();//识别后的内容                page.Dispose();                pictureBox1.Image = bit;                richTextBox1.AppendText(str);            }        }        ///         /// 图片颜色区分,剩下白色和黑色        ///         ///         ///
    2020-04-24下载
    积分:1
  • C-program-of-PID-algorithm
    本文件详细说明了PID算法Matlab仿真程序和C程序(Matlab simulation program and C program of PID algorithm)
    2013-10-15 16:23:52下载
    积分:1
  • DSP-I2S-DMA
    TI DSP TMS320VC5509A的SDRAM、I2S、DMA等的接口程序。(TI DSP TMS320VC5509A of SDRAM, I2S, DMA interface procedures.)
    2021-04-15 21:48:54下载
    积分:1
  • Library-management-system
    这是一个用C编写的《图书管理系统》有对图书的管理和读者管理两大功能(It s a library manage system. Function: manage books & manage readers )
    2014-02-27 16:53:12下载
    积分:1
  • 696518资源总数
  • 105918会员总数
  • 20今日下载