-
minigui控件编程,用来改变窗口标题的例子!
minigui控件编程,用来改变窗口标题的例子!-minigui control programming, used to change the window title of the example!
- 2023-06-10 03:35:03下载
- 积分:1
-
YAFFS the source, I have ported to X86 platform, using VC can be compiled th...
YAFFS的源码,我已经移植到X86平台,用VC++即可编译通过,可以在PC模拟运行调试-YAFFS the source, I have ported to X86 platform, using VC can be compiled through, you can run in PC simulation debugging
- 2023-02-04 11:00:04下载
- 积分:1
-
MP3代收音(TEA5767)等头文件
功能支持有SD,USB的MP3文件
收音功能...
MP3代收音(TEA5767)等头文件
功能支持有SD,USB的MP3文件
收音功能-MP3 sound collection (TEA5767) features such as header files support SD, USB for MP3 files Tuner
- 2022-12-10 18:50:03下载
- 积分:1
-
Xilinx IIC IP
由 Xilinx 提供的 IIC 接口,使用 AXI interface。
Features
‧ AXI interface is based on the AXI4-Lite interface
‧ Master or slave operation
‧ Multi-master operation
‧ Software selectable acknowledge bit
‧ Arbitration lost interrupt with automatic mode switching from master to slave
‧ Calling address identification interrupt with automatic mode switching from master to slave
‧ START and STOP signal generation and detection
‧ Repeated START signal generation
‧ Acknowledge bit generation and detection
‧ Bus busy detec
‧ Fast mode 400 KHz operation or standard mode 100 KHz
‧ 7-bit or 10-bit addressing
‧ General call enable or disable
‧ Transmit and receive FIFOs - 16 bytes deep
‧ Throttling
‧ General purpose output, 1 bit to 8 bits wide
‧ Dynamic Start and Stop generation
‧ Filtering on the SCL and SDA signals to eliminate spurious pulses
- 2023-09-07 01:15:03下载
- 积分:1
-
基于嵌入式操作系统linux发送电子邮件的源代码,对于开发嵌入式通信软件的人很有借鉴价值...
基于嵌入式操作系统linux发送电子邮件的源代码,对于开发嵌入式通信软件的人很有借鉴价值-based on embedded Linux operating system to send e-mail to the source code, for the development of embedded communication software of a very valuable reference
- 2022-11-20 09:25:03下载
- 积分:1
-
网络多子棋
本系统为C/S架构,客户端包含功能按钮,棋盘等,在上面可以做具体游戏操作,服务器端负责处理各个客户端之间的通信联系,实现总的调度功能。具体来讲,整个系统分为以下7个模块:界面模块、聊天模块、游戏开始模块、棋盘落子模块、游戏结束模块、游戏重置模块,具体请参考实际代码。
- 2022-05-10 22:22:44下载
- 积分:1
-
Use protel99se developed microcontroller circuit boards, circuit board you wish...
使用protel99se开发的单片机电路板,希望有助于各位电路板开发设计的学习-Use protel99se developed microcontroller circuit boards, circuit board you wish to contribute to development and design of learning
- 2022-04-22 15:41:33下载
- 积分:1
-
这个程序是自由软件,你可以重新分配它和/或修改它在…
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.--This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- 2022-03-23 08:29:11下载
- 积分:1
-
stm32 内存分配管理
应用背景内存管理,是指软件运行时对计算机内存资源的分配和使用的技术。其最主要的目的是如
何高效,快速的分配,并且在适当的时候释放和回收内存资源。内存管理的实现方法有很多种,
他们其实最终都是要实现2 个函数:malloc 和free;malloc 函数用于内存申请,free 函数用于
内存释放。
关键技术当指针p 调用malloc 申请内存的时候,先判断p 要分配的内存块数(m),然后从第n 项开
始,向下查找,直到找到m 块连续的空内存块(即对应内存管理表项为0),然后将这m 个内
存管理表项的值都设置为m(标记被占用),最后,把最后的这个空内存块的地址返回指针p,
完成一次分配。注意,如果当内存不够的时候(找到最后也没找到连续的m 块空闲内存),则
返回NULL 给p,表示分配失败。
- 2022-02-10 14:18:07下载
- 积分:1
-
有关掌上电脑(Palm OS)上的编程技巧和方法。
有关掌上电脑(Palm OS)上的编程技巧和方法。-the handheld computer (Palm OS) programming techniques and methodologies.
- 2022-01-20 23:38:56下载
- 积分:1