搜索结果
找到约 96 项符合
CLOSE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (20)
- Linux/Unix编程 (6)
- 其他 (4)
- 单片机开发 (4)
- 电源技术 (3)
- 其他书籍 (3)
- Java编程 (3)
- Delphi控件源码 (3)
- 源码 (2)
- 书籍 (2)
- 单片机编程 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 文章/文档 (2)
- VHDL/FPGA/Verilog (2)
- VC书籍 (2)
- GPS编程 (2)
- 论文 (1)
- 笔记 (1)
- 接口技术 (1)
- Windows编程 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 嵌入式综合 (1)
- 工控技术 (1)
- 模拟电子 (1)
- allegro (1)
- 可编程逻辑 (1)
- 游戏 (1)
- 磁盘编程 (1)
- SCSI/ASPI (1)
- *行业应用 (1)
- 数学计算 (1)
- 技术管理 (1)
- USB编程 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- Delphi/CppBuilder (1)
- matlab例程 (1)
- Windows CE (1)
- Oracle数据库 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- 并行计算 (1)
- Jsp/Servlet (1)
单片机开发 uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomL
uart全功能实现.实现如下函数:
U_Open,
U_Close,
U_GetBytes,
U_PutBytes,
U_GetBytesAvail,
U_GetTxRoomLeft,
U_PutISRBytes,
U_GetTxISRRoomLeft,
U_Purge,
U_SetOwner,
U_SetFlowCtrl,
U_ConfigEscape,
U_SetDCBConfig,
U_CtrlDCD,
U_CtrlBreak,
U_ClrRxBuffer,
U_ClrTxBuffer,
U_SetBaudRate,
U_Se ...
书籍源码 计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,
计算全息close all clc clear
A=zeros(64)
A(15:20,20:40)=1 A(15:50,20:25)=1
A(45:50,20:40)=1 A(30:34,20:35)=1
% ppp=exp(rand(64)*pi*2*i) A=A.*ppp
% Author s email: zjliu2001@163.com
figure imshow(abs(A),[])
Fa=fft2(fftshift(A)) Fs=fftshift(Fa)
Am=abs(Fs) % amplitude
Ph=angle(Fs) % phase
s=11 ...
其他书籍 无密码,按CLOSE就可. 本书图文并茂,循序渐进地介绍MATLAB5.X的主要功能、函数命令及一些使用技巧
无密码,按CLOSE就可.
本书图文并茂,循序渐进地介绍MATLAB5.X的主要功能、函数命令及一些使用技巧,并介绍了比较复杂的数值计算和图形用户界面的编写方法。本书重点介绍了神经网络的基本原理和学习训练算法。
游戏 在一个450*350的窗体上在下面放置两个按钮“Start”和“Close”,连续点击“Start”按钮会在窗体上显示多个彩色的小球
在一个450*350的窗体上在下面放置两个按钮“Start”和“Close”,连续点击“Start”按钮会在窗体上显示多个彩色的小球,分别有红、绿、蓝三种颜色,小球不停的跳跃,碰到窗体的边缘则反弹。单击“Close”按钮则关闭整个程序
Java编程 Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them i
Genetic Algorithm example using Java
You have 10 cards numbered 1 to 10.
You have to divide them into 2 piles so that:
The sum of the first pile is as close as possible to 36 and the product of all in second pile is as close as poss to 360.
技术管理 提供企业bug的追踪流程
提供企业bug的追踪流程,qa可以close bug等
技术资料 INA105的简单修正电路用以增加放大器输出摆动
In many applications it is desirable for the output of anamplifier to swing close to its power s
技术资料 matlab几个函数的用法
有关matlab几个函数的用法,clear,close,clc等,给出了一些汇总
Oracle数据库 一个数据库连接池
一个数据库连接池,能捕获close方法,初始的时候指定初始化多少个连接,如果超过连接个数,则会自动递增连接个数,同时,在代码中可以直接调用close方法,程序会自动捕获
论文 Densely Connected Convolutional Networks
Recent work has shown that convolutional networks can
be substantially deeper, more accurate, and efficient to train
if they contain shorter connections between layers close to
the input and those close to the output. In this paper, we
embrace this observation and introduce the Dense Convo-
lutional ...