搜索结果

找到约 13,602 项符合 A-X 的查询结果

驱动编程 In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console

In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
https://www.eeworm.com/dl/618/139457.html
下载: 191
查看: 1045

单片机开发 也用到了温度PID控制,和我门的不同是采用D/A输出控制量的.主要由温度采样--->温度滤波子程序--->温度线性化----->温度设定值等模块组成.

也用到了温度PID控制,和我门的不同是采用D/A输出控制量的.主要由温度采样--->温度滤波子程序--->温度线性化----->温度设定值等模块组成.
https://www.eeworm.com/dl/648/139541.html
下载: 168
查看: 1077

单片机开发 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同

两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。
https://www.eeworm.com/dl/648/139544.html
下载: 84
查看: 1260

数值算法/人工智能 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系

通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系
https://www.eeworm.com/dl/518/139613.html
下载: 142
查看: 1078

通讯/手机编程 A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Int

A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Intel NetStructure products. Includes media and network classes (analog, digital, SIP, H323), multithreaded event handling, distributed app support.
https://www.eeworm.com/dl/527/139616.html
下载: 118
查看: 1116

其他书籍 《MiniGUI Data Sheet》V2.0.x,该文档对 MiniGUI V2.0.x 产品功能特性进行了详尽的介绍。

《MiniGUI Data Sheet》V2.0.x,该文档对 MiniGUI V2.0.x 产品功能特性进行了详尽的介绍。
https://www.eeworm.com/dl/542/139678.html
下载: 38
查看: 1052

数学计算 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[

能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4 ...
https://www.eeworm.com/dl/641/139679.html
下载: 118
查看: 1513

通讯编程文档 Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错

Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错,对学习c语言,了解编译器很有用。
https://www.eeworm.com/dl/646/139702.html
下载: 156
查看: 1084

DSP编程 PID calculations for the _pid structure *a. This function uses the positional form of the pid equati

PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control.
https://www.eeworm.com/dl/516/139716.html
下载: 39
查看: 1085

游戏 随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuff

随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer without having the same card appear two-or-more times. ...
https://www.eeworm.com/dl/625/139750.html
下载: 144
查看: 1066