搜索结果

找到约 3,182 项符合 usbCAN-I 的查询结果

压缩解压 this code is a implementation of the Discrete cosinuss transformation. In this code I have used the

this code is a implementation of the Discrete cosinuss transformation. In this code I have used the direct méthode of calcul by used the equation without used the maatrix multiplication.
https://www.eeworm.com/dl/617/450974.html
下载: 72
查看: 1064

其他 This ar the basic programs that i did in highschool. From very simple to medium programs. From array

This ar the basic programs that i did in highschool. From very simple to medium programs. From arrays to backtracking and graphs. Ther are more then 100 programs.
https://www.eeworm.com/dl/534/450999.html
下载: 39
查看: 1038

通讯/手机编程 I have uploaded a Matlab program for simulation of CDMA. You can use it but must acknowledge the aut

I have uploaded a Matlab program for simulation of CDMA. You can use it but must acknowledge the author
https://www.eeworm.com/dl/527/451172.html
下载: 73
查看: 1090

数学计算 1-9数字填入三个分式的a-i中

1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立
https://www.eeworm.com/dl/641/451246.html
下载: 172
查看: 1032

驱动编程 操作I/O端口的驱动示例程序

操作I/O端口的驱动示例程序,将端口输入输出的汇编指令运行在内核模式中。
https://www.eeworm.com/dl/618/451269.html
下载: 61
查看: 1031

matlab例程 matlab 数据文件I/O的实现方法

matlab 数据文件I/O的实现方法,详细介绍matlab怎样从数据中读取数据以及保存数据至文件中。
https://www.eeworm.com/dl/665/451370.html
下载: 47
查看: 1032

嵌入式/单片机编程 详细介绍了i.MX31ADS的硬件安装手册

详细介绍了i.MX31ADS的硬件安装手册
https://www.eeworm.com/dl/647/451389.html
下载: 59
查看: 1024

嵌入式/单片机编程 练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容

练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容,并形成嵌入式实时应用软件的良好编程习惯。 内容: 1. 创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私 有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送 消息完成。 2. Task1 ...
https://www.eeworm.com/dl/647/451532.html
下载: 101
查看: 1055

Delphi/CppBuilder 重点介绍了C + + B u i l d e r集成开发环境

重点介绍了C + + B u i l d e r集成开发环境,以便读者在创建应用程序时能充分利用其强大的功能,从而达到事半功倍的效果。
https://www.eeworm.com/dl/664/451702.html
下载: 70
查看: 1022

Linux/Unix编程 //初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++)

//初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d ...
https://www.eeworm.com/dl/619/451814.html
下载: 99
查看: 1108