-
eVB call from a DLL written in eVC file reached to control the use of the progra...
eVB调用从一个DLL中写入eVC文件,达到控制程序录音要求的使用
- 2022-02-15 19:17:27下载
- 积分:1
-
可将多种格式图片转化为C源文件,用与图形GUI等底层
可将多种格式图片转化为C源文件,用与图形GUI等底层-Picture can be a variety of formats into C source file, use GUI and graphics, such as the bottom
- 2022-02-24 21:53:14下载
- 积分:1
-
Chinese ADS1.2 Guide EASYARM development board for code development
ADS1.2中文教程
适合EASYARM开发板的代码开发-Chinese ADS1.2 Guide EASYARM development board for code development
- 2022-10-16 15:30:03下载
- 积分:1
-
rootfs挂载 【mini_rootfs】
应用背景
本地挂载:
# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
nfs方式挂载rootfs
本地PC端:
1 准备好/mini_rootfs
2 安装软件包
#apt-get install nfs-common nfs-kernel-server portmap
3 配置nfs服务
#vim /etc/exports
加上以下内容:
/mini_rootfs *(rw,sync,no_root_squash)
重启nfs服务器
#/etc/init.d/nfs-kernel-server restart
开发端:
1 配置内核以支持NFS启动
make menuconfig
[*] Networking support --->
Networking options --->
[*] IP: kernel level autoconfiguration
File systems --->
[*] Network File Systems ---&
- 2022-10-20 07:15:04下载
- 积分:1
-
Davinci 6446 audio and video codec display program
Davinci 6446音视频编码解码显示程序-Davinci 6446 audio and video codec display program
- 2022-02-27 07:34:00下载
- 积分:1
-
Microchip PICKIT2编程软件
Microchip PICKit2 Programming Software
- 2023-07-04 20:30:04下载
- 积分:1
-
基于STM32的USART串口调试程序
该程序基于STM32利用ST库3.5实现了一个串口通信程序,程序支持printf和用户实现的print_usart来模拟C语言中的printf功能,以辅助代码的调试和变量的回显,方便调试。
- 2023-07-16 12:10:04下载
- 积分:1
-
MPC02板卡VB控制程序:这是一个非常简单的演示示例:
使用方法如下:
1、 用安装光盘安装驱动程序及函数库。
1、 在硬盘上建立一个文件夹...
MPC02板卡VB控制程序:这是一个非常简单的演示示例:
使用方法如下:
1、 用安装光盘安装驱动程序及函数库。
1、 在硬盘上建立一个文件夹。
2、 将文件夹下所有文件拷贝到硬盘上所建文件夹中,并去掉所有文件的只读属性。
3、 启动VB6.0集成环境,并打开工程。
4、 确保板卡已经正确插入到计算机中。
6、 编译该工程生成EXE文件。
7、 运行生成的EXE文件。-MPC02 Card VB control procedures : This is a very simple demonstration Example : Use the following method : 1, with the installation CD-ROM driver installation procedures and libraries. 1, in the establishment of a hard disk folder. 2, the file folder to copy all the documents on your hard disk built folder and remove the read-only document all attributes. 3, the start VB6.0 integrated environment, and open the project. 4 ensure that the device has been correctly inserted into the computer. 6, compile the project generated EXE file. 7, operation generated EXE file.
- 2023-05-17 23:20:03下载
- 积分:1
-
ucosII在arm920T内核s3c2410移植的代码.
ucosII在arm920T内核s3c2410移植的代码.-ucosII in arm920T s3c2410 transplant kernel code.
- 2022-03-05 06:10:37下载
- 积分:1
-
这个程序可以很方便的学习tcpip源码
LwIP和uC/IP是同量级别的两个开源协议栈,两者代码容量和实现功能相似,LwIP没有操作系统针对性,它将协议栈与平台相关的代码抽象出来,用户如果要移植到自己的系统,需要完成该部分代码的封装,并为网络应用支持提供了API接口的可选性。uC/IP协议最初是针对uC/OS设计,为方便用户移植实现,同样也抽象了协议栈与平台相关代码,但是协议栈所需调用的系统函数大多参照uC/OS内核函数原型设计,并提供了协议栈的测试函数,方便用户参考,其不足在于该协议栈对网络应用支持不足。
- 2022-08-21 17:39:46下载
- 积分:1