搜索:I+believe
找到约 3,813 项符合「I+believe」的查询结果
结果 3,813
按分类筛选
- 全部
- 单片机开发 (161)
- 技术资料 (105)
- 其他 (53)
- matlab例程 (44)
- Linux/Unix编程 (36)
- 微处理器开发 (35)
- 其他书籍 (34)
- 嵌入式/单片机编程 (29)
- Java编程 (28)
- 数学计算 (27)
- 数据结构 (27)
- VHDL/FPGA/Verilog (27)
- 汇编语言 (25)
- VC书籍 (24)
- DSP编程 (23)
- 软件设计/软件工程 (23)
- 电子书籍 (22)
- 单片机编程 (20)
- 通讯/手机编程 (19)
- 驱动编程 (19)
- 其他嵌入式/单片机内容 (18)
- 编译器/解释器 (17)
- 文章/文档 (16)
- 数值算法/人工智能 (15)
- 软件工程 (14)
- 通讯编程文档 (14)
- 系统设计方案 (14)
- 压缩解压 (13)
- 嵌入式Linux (13)
- 书籍源码 (12)
- 串口编程 (12)
- 加密解密 (11)
- 人工智能/神经网络 (11)
- Java书籍 (11)
- *行业应用 (10)
- Delphi控件源码 (10)
- Internet/网络编程 (8)
- 操作系统开发 (7)
- 网络 (7)
- 文件格式 (7)
- 技术书籍 (5)
- 编辑器/阅读器 (5)
- 其他数据库 (5)
- 可编程逻辑 (4)
- 技术管理 (4)
- USB编程 (4)
- FlashMX/Flex源码 (4)
- VxWorks (4)
- Windows CE (4)
- 能源行业(电力石油煤炭) (4)
- 教程资料 (3)
- uCOS (3)
- 其他行业 (3)
- 中间件编程 (3)
- SQL Server (3)
- C/C++语言编程 (2)
- 电源技术 (2)
- 行业应用文档 (2)
- 数据库系统 (2)
- 测试测量 (2)
- 教程资料 (2)
- 游戏 (2)
- Applet (2)
- 传真(Fax)编程 (2)
- 金融证券系统 (2)
- STL (2)
- 并口编程 (2)
- 并行计算 (2)
- Jsp/Servlet (2)
- RFID编程 (2)
- Ajax (2)
- 书籍 (2)
- LED驱动及控制 (1)
- 电子书籍 (1)
- 单片机 (1)
- PCB相关 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 学术论文 (1)
- 计算机相关 (1)
- 开发工具 (1)
- 实用工具 (1)
- 电子技术 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 源码/资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- SCSI/ASPI (1)
- 多国语言处理 (1)
- 手机WAP编程 (1)
- 酒店行业 (1)
- Delphi/CppBuilder (1)
- 家庭/个人应用 (1)
- 医药行业 (1)
- Oracle数据库 (1)
- JavaScript (1)
https://www.eeworm.com/dl/663/384256.html
VHDL/FPGA/Verilog
<I believe> song _verilog code for any device.
<I believe> song _verilog code for any device.
https://www.eeworm.com/dl/cadence/ebook/477271.html
电子书籍
Anthony s book is easily the most complete treatment of eCos system development. I believe it is des
Anthony s book is easily the most complete treatment of eCos system development. I believe it is destined to become part of every eCos developer s library."
—Michael Tiemann, CTO, Red Hat Software and Co-founder of Cygnus Solutions
https://www.eeworm.com/dl/542/255846.html
其他书籍
一个关于DOS使用的文档,很全面,对于新手很是有用.-DOS use common sense on a very comprehensive documentation, I believe all
一个关于DOS使用的文档,很全面,对于新手很是有用.-DOS use common sense on a very comprehensive documentation, I believe all of us are also used.
https://www.eeworm.com/dl/648/256942.html
单片机开发
this chapter intrduces the AVR C lib FUNCTIONS.I believe it must be useful for everybody
this chapter intrduces the AVR C lib FUNCTIONS.I believe it must be useful for everybody
https://www.eeworm.com/dl/843247.html
技术资料
RTL8211F (I) /RTL8211FD (I) datasheet
the realtek rtl8211f-cg/rtl8211fd0cg/rtl8211fi-cg/rtl8211fdi-cg is a highly integrated ethermet transceiver that complies with 10base-t,100base-x,and 1000base-t ieee 802.3 standards.
https://www.eeworm.com/dl/836300.html
技术资料
RTL8211F(I) / RTL8211FD(I) Datasheet
RTL 8211 规格书 用于了解产品特性和电气参数 硬件参考设计RTL8211F-CG RTL8211FD-CG
RTL8211FI-CG RTL8211FDI-CG
https://www.eeworm.com/dl/654/393662.html
数据结构
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >=
void Knight(int i , int j)
{
// printf("%d %dn",i,j)
if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size )
{
return
}
step++
board[i][j]=step
if (step == Size*Size)
{
showboard()
system("PAUSE")
return
}
//DFS
Knight(i-2,j-1) //left
Knight(i-2,j+1)
Kni ...
https://www.eeworm.com/dl/619/419356.html
Linux/Unix编程
for[i=0 i<XtNumber[items] i++]{ label = XmCreateLabel[rowcolumn, items[i], NULL, 0] Xt
for[i=0 i<XtNumber[items] i++]{
label = XmCreateLabel[rowcolumn, items[i], NULL, 0]
XtManageChild[label]
textf = XmCreateTextField[rowcolumn, "textf", NULL, 0]
XtManageChild[textf]
}
https://www.eeworm.com/dl/665/267187.html
matlab例程
给出Henon的模型x(i+1)=1+y(i)-a*x(i)^2 y(i+1)=b*x(i)
给出Henon的模型x(i+1)=1+y(i)-a*x(i)^2 y(i+1)=b*x(i)