搜索结果
找到约 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.
其他 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.
通讯/手机编程 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
数学计算 1-9数字填入三个分式的a-i中
1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立
驱动编程 操作I/O端口的驱动示例程序
操作I/O端口的驱动示例程序,将端口输入输出的汇编指令运行在内核模式中。
matlab例程 matlab 数据文件I/O的实现方法
matlab 数据文件I/O的实现方法,详细介绍matlab怎样从数据中读取数据以及保存数据至文件中。
嵌入式/单片机编程 详细介绍了i.MX31ADS的硬件安装手册
详细介绍了i.MX31ADS的硬件安装手册
嵌入式/单片机编程 练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容
练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用
等内容,并形成嵌入式实时应用软件的良好编程习惯。
内容:
1. 创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私
有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送
消息完成。
2. Task1 ...
Delphi/CppBuilder 重点介绍了C + + B u i l d e r集成开发环境
重点介绍了C + + B u i l d e r集成开发环境,以便读者在创建应用程序时能充分利用其强大的功能,从而达到事半功倍的效果。
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 ...