搜索资源列表
net
- arm920t内核linux操作系统下U-boot引导程序中,net驱动相关部分的程序
USB-VB.net
- VB.net U盘读写(使用Vb.Net编程 VS2010)-VB.net U disk read and write
u
- vb.net在线通讯录系统,用asp.net2005运行,非常不错哦,功能齐全-vb.net online address book system, with asp.net2005 run, very good, oh, fully functional
TinyUDP_src
- 用socket的UDP发送接收信息的, VB.Net源代码。 -With the UDP send socket to receive the information, VB.Net source code.
20066149528097-6766
- C#.net+web开发者指南大全 对大家学习很有帮助。-C#. Net+ web developers Study Guide Book of U.S. helpful. Thanks
Crazy.net.cn
- 挂GOOGLE广告最好用的在线代理程序,程序小,无需支持MYSQL,基本上不用管理,让你轻轻松松赚美元。 本程序支持5种语言 简体中文 繁體中文 English 曰本語 韩语,并可以根据用户电脑 语言自动转换 中文和英文 超适合用来挂GOOGLE广告 -GOOGLE ads pegged to the best agent to use the online process, procedures small, no support for MYSQL, basically do no
xiaoshuo
- ASP编写的在线小说阅读网站,希望对大家有参考价值!-ASP prepared to read the novel online website, I hope there is reference value of the U.S.!
FlashThief
- vc++ U盘小偷监控程序,工程创建于VS2008,本程序以服务形式运行。双击以后出现Dos窗口,窗口内什么也没,但实际上它已经开始监控你的U盘了……如果你此时插入U盘,它会将U盘内的文件全部拷贝到指定目录里,这一切都是无声无息的。 更多信息: 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用net start "Window
U-Thief
- 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles 如果D:\MyFiles不存在
CMD_
- cmd命令大全net use [url=file://ip/ipc$]\\ip\ipc$[/url] " " /user:" " 建立IPC空链接 net use [url=file://ip/ipc$]\\ip\ipc$[/url] "密码" /user:"用户名" 建立IPC非空链接 net use h: [url=file://ip/c$]\\ip\c$[/url] "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: [url=fi
arm-net-video-code
- ARM LINUX 完成usb摄像头采集数据和通过网络传输-capture picture and transmit based on arm and linux
udpbroadcast
- Vb.nEt UdP BrOadcast
jFM
- This another file manager based on java servlets and jsp.it requieres Tomcat or glassfish server.More instructions on how it works or instalation u can find inside archive.-This is another file manager based on java servlets and jsp.it requieres Tomc
.net USB监控,自动监控u盘插拔源代码
- USB监控,自动监控u盘插拔源代码 windows消息处理函数,捕获Message的系统硬件改变发出的系统消息(USB monitoring, automatic monitoring site source code plug Windows message processing function, capture the system hardware of Message, change the system message)
U盘制作加密狗源码+使用例子
- 此工具是可以用U盘当做加密狗。并且生成加密文件 以及使用的示例源码 C#(This tool can be used as an encrypted dog with a U disk. And generate encrypted files And the source code used C#)
CSharp and VB.NET Conversion Pocket Reference
- CSharp and VB.net conversion pocket reference in CHM
U-net
- 用keras工具包,来实现医学图像分割,采用的是U-NET网络架构(keras accomplish medica segmenment)
unet-pytorch-master
- 使用Pytorch搭建U-Net,该模型可以对随机传入任意大小的图片进行图片分割,根据所训练的数据和标签得到索要分割的区域。(Using Python to build u-net, the model can segment random incoming pictures of any size, and get the region to be segmented according to the trained data and labels.)
Unet
- UNet最早发表在2015的MICCAI上,短短3年,引用量目前已经达到了4070,足以见得其影响力。而后成为大多做医疗影像语义分割任务的baseline,也启发了大量研究者去思考U型语义分割网络。而如今在自然影像理解方面,也有越来越多的语义分割和目标检测SOTA模型开始关注和使用U型结构,比如语义分割Discriminative Feature Network(DFN)(CVPR2018),目标检测Feature Pyramid Networks for Object Detection(FP
U-Net-master-python
- 论文U-Net: Convolutional Networks for Biomedical Image Segmentation的实现代码,使用Unet卷积神经网络,实现了细胞的轮廓识别。使用Python代码,keras框架。