资源列表
fft00data1
- 在STM32 F429 平台移植 了开源的CPU性能测试BENCHMARK (EEMBC/telecom)程序,包括FFT00.(The open source CPU performance test BENCHMARK (EEMBC/telecom) program, including FFT00., was transplanted on the STM32 F429 platform)
自主移动机器人导论 第2版6.pdf.tar
- 本书提出了移动机器人相关技术和工艺,以及软件硬件等方面的基础知识(his book presents the basic knowledge of mobile robot related technologies and processes, as well as software and hardware.)
fodeo-ckupling
- 用易编写的小例子,效果:模Windows 浏览文件夹易语言存在误报请谨慎下载()
PC_Socket_Demo
- SOCKET通讯 测试 实现硬件通讯 实现上下交互 传数据到网络(upper computer test program upper computer test program upper computer test program)
viterb00data1
- 在STM32 F429 平台移植 了开源的CPU性能测试BENCHMARK (EEMBC/telecom)程序,包括viterb00.(The open source CPU performance test BENCHMARK (EEMBC/telecom) program, including viterb00., was transplanted on the STM32 F429 platform)
demo_driver
- 1 编译内核 2 烧写内核: 3. 将demo程序编译成模块(1 compiling kernel 2 firing write kernel: 3. compiling the demo program into a module)
six_sort_algorithm
- 基于DEVC++平台实现六种排序算法,包括常见的直接插入,shell排序,冒泡排序等。(Six sorting algorithms based on DEVC++ platform)
openwrt开发手册
- openwrt is a file of descreption for how to develop openwrt,this is a good file for learn from zero,
host
- (1)编写hello.c程序,使用编译器GCC编译,执行程序; (2)使用ARM-LINUX-GCC进行编译,并下载到目标机上进行执行。((1) write the hello.c program, compile and execute the program with compiler GCC. (2) compile with ARM-LINUX-GCC and download it to the target machine for execution.)
ZCZCS
- 基于PSIM搭建的软开关电路,可以观测到每个开关过程的软开关状态,适合于研究生以上的研究使用(The soft switching circuit based on PSIM can observe the soft switching state of each switching process, which is suitable for the research and use of graduate students.)
参考答案
- (1) 将串口设置文件serial.c单独封装成动态库。 (2) 使用动态库编译生成host_serial应用程序,验证动态库的正确性 (3) 将串口设置文件单独封装成静态库。 (4) 使用静态库编译生成host_serial应用程序,验证动态库的正确性((1) the serial port setting file serial.c is encapsulated into a dynamic library. (2) the use of dynamic library compi
02_pthread
- 编写程序实现目标机和宿主机的通信。该程序分为客户端(Clien.c )和服务器端(Server.c ),用宿主机做服务器,目标机做客户机,服务端开一个端口(2000),等待客户的连接请求。一旦有客户连接,服务器端打印出客户端的IP地址和端口,并且向客户端发送欢迎信息和时间。(Write the program to realize the communication between the target machine and the host. The program is divided i