-
WEBSERVER实现嵌入式原程序
WEBSERVER实现嵌入式原程序-WEBSERVER realization inserts the type original procedure
- 2023-01-17 20:55:04下载
- 积分:1
-
适合linux初学者,介绍了linux相关特性和常用操作。
适合linux初学者,介绍了linux相关特性和常用操作。-Linux for beginners, introduction of the linux-related features and used to operate.
- 2022-01-31 16:45:30下载
- 积分:1
-
这段代码用嵌入式汇编写成,md5最为核心的部分用汇编写成,具有很高的运算速度,比C代码快将近两倍
这段代码用嵌入式汇编写成,md5最为核心的部分用汇编写成,具有很高的运算速度,比C代码快将近两倍-embedded with the code compiled languages, md5 most part with the core compilation languages, have a very high computational speed, faster than the C code almost twice
- 2022-02-13 07:49:35下载
- 积分:1
-
《ARM嵌入式Linux设备驱动实例开发》,第一章代码
《ARM嵌入式Linux设备驱动实例开发》,第一章代码-" ARM embedded Linux device driver examples of development" , the first chapter code
- 2022-04-25 07:43:30下载
- 积分:1
-
智能家居语音控制的代码实现
智能家居语音控制的源代码,C代码,肯定好用的代码,本人已经试验过的代码
- 2022-10-10 14:50:03下载
- 积分:1
-
TCPIP嵌入式TCPIP实现研究与分析
TcpIP嵌入式TCPIP实现的研究和分析-TcpIP embedded TCPIP realization of research and analysis
- 2023-04-17 23:30:03下载
- 积分:1
-
BIOS source code for the samsung arm7 chipset
S3C44B0的BIOS源代码。BIOS的功能就不需要我来说了吧,这个源代码不复杂,是个入门的好教材。-BIOS source code for the samsung arm7 chipset-S3C44B0.It is simple and can be a good textbook for the beginner.
- 2022-03-28 20:59:14下载
- 积分:1
-
使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查...
使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查文件中英文单词的拼写错误;3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符;4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上;5.词典文件第1行为词典的名称,以后每一行存放一个单词;6.输出结果以文本文件形式存储,其格式为:第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x行7.设计一个合理的GUI,注意GUI界面类与功能类的关系应比较松散。-use of object-oriented method to complete the "quick spell-check procedure" in the analysis, design and implementation process. Rapid screening procedures spelling basic requirements as follows : 1. Spell-checking documents to text files stored in the form of Disk; 2. Just check the documents in both Chinese and English word spelling errors; 3. Word is letters (a z or A ... ... Z) definition, as a non-alphabetic character as the separator; 4. Judge spelling error is the basis of dictionaries, dictionaries in the form of text files stored in external memory; 5. Dictionary document acts of a dictionary of names, each line deposited a word; 6. Output form of a text document storage, its format : Line
- 2022-04-07 23:12:43下载
- 积分:1
-
Users hook the relevant Vice
用户副函数钩子的相关定义,主要的用户函数应用代码
-Users hook the relevant Vice-function definition, the main function of the user application code
- 2023-01-21 04:25:03下载
- 积分:1
-
SD卡和AIC23数字音频输出实验, FreeDev Audio Dsp Board采用了TI公司的TVL320AIC23
1、控制接口使用I2C,Qua...
SD卡和AIC23数字音频输出实验, FreeDev Audio Dsp Board采用了TI公司的TVL320AIC23
1、控制接口使用I2C,Quartus中将CS置低(器件地址0011010)。 2、数字音频接口使用了组件FreeDev_aic23,有三种测试和应用
模式,中断结合DMA方式能在NIOS II中采集和发送数据。中断信号 产生于模块中FIFO缓冲区的半满信号,读取数据端口自动清除中断
请求信号。 3、I2C IP 和FreeDev_aic23 IP分别在Quartus 工程目录中 4、SD卡读写通过SD_DAT0、SD_CLK、SD_CMD三个PIO信号线用软件 控制时序。 5、该范例读SD卡数据,通过DMA将Buffer数据送到FreeDev_aic23的
FIFO中实现数据播放。 6、SD卡中的数据必须是以48K*16bit保存的采样数据。数据可以通过SD读卡器写入。
- 2022-06-22 04:00:47下载
- 积分:1