代码搜索:1631 有哪些应用?
找到约 10,000 项符合「1631 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/219502/14878015
ppt 有向无环图及其应用.ppt
www.eeworm.com/read/37146/1069064
mht 有哪些c++经典书籍啊_百度知道.mht
www.eeworm.com/read/185445/9037941
m e1631b.m
function [y,j]=e1631b(x)
y=[2*x(1)^2+x(1)*x(2)-3;x(1)*x(2)-x(2)^2+5;x(1)^2-x(2)^2-4];
j=[4*x(1)+x(2) x(2) 2*x(1);x(1) x(1)-2*x(2) -2*x(2)]';
www.eeworm.com/read/204805/15333396
txt 有发送有接收了.txt
Private Sub Command1_Click()
'...发送数据
MSComm1.OutBufferCount = 0 '...清空输出寄存器
MSComm1.Output = Text1.Text & vbCr '...发送数据
End Sub
Private Sub Command2_Click()
'...退出
Unload Me
End S
www.eeworm.com/read/202248/15387905
txt re [问题]北邮计算机有哪些优秀的导师?.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: Re: [问题]北邮计算机有哪些优秀的导师?
Date: Mon, 28 Feb 2005 12:05:19 +0800 (CST)
Status: RO
作者: angie (紫木) 站内: KaoYan
标题: Re: [问题]北邮计算机有哪些优秀的导师?
www.eeworm.com/read/202248/15388099
txt re 咱们学校有应用数学招生吗?.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: Re: 咱们学校有应用数学招生吗?
Date: Mon, 28 Feb 2005 12:01:14 +0800 (CST)
Status: RO
作者: twinsen (Idle中…………) 看板: KaoYan
标题: Re: 咱们学校有应用数学招生吗?
www.eeworm.com/read/198041/7954301
c ds1631test.c
//*****************************************************************************
// File Name : ds1631test.c
//
// Title : example usage of DS1631 library functions
// Revision : 1.0
// Notes
www.eeworm.com/read/198041/7954522
html group__ds1631.html
Procyon AVRlib: Dallas DS1631 Temperature Sen
www.eeworm.com/read/240375/13221392
v ds1631control.v
module 1631Control(clk,rst,ReadT,SCL,SDA,SegEn,SegData,key_row_low);
input clk,rst;
output SCL;//I2C时钟线
inout SDA;//I2C数据线
input ReadT;//读温度命令
output key_row_low; //输出一个低电平给矩阵键盘的某一行
output[
www.eeworm.com/read/405321/11465525
c ds1631test.c
//*****************************************************************************
// File Name : ds1631test.c
//
// Title : example usage of DS1631 library functions
// Revision : 1.0
// Notes