搜索:i-SMS_Mcu_Program
找到约 500 项符合「i-SMS_Mcu_Program」的查询结果
结果 500
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)
https://www.eeworm.com/dl/527/132197.html
通讯/手机编程
I=8
I=8,Fs=25KHz时的8个调幅(AM)信号的信道化发射机仿真结果,8路信道化软件无线电发射机MATLAB具体程序如下!
https://www.eeworm.com/dl/654/180789.html
数据结构
北大ACM1005(I Think I Need a Houseboat)
北大ACM1005(I Think I Need a Houseboat)
https://www.eeworm.com/dl/633/477305.html
Java编程
A bluetooth SMS patcher Java ME application I made quickly after I thought about making one. What i
A bluetooth SMS patcher Java ME application I made quickly after I thought about making one.
What is does is to use JSR-82 (Bluetooth API) to send a String msg, String dest to another phone running shin-chan, and this phone will try to send it as SMS using JSR-135 (WMA).
The upl ...
https://www.eeworm.com/dl/653/209911.html
嵌入式Linux
ljd-44b0DVK-I
ljd-44b0DVK-I,s3c44b0x cs8900驱动程序,用 ads1.2编译。