-
program to perform sequential divider in vhdl
program to perform sequential divider in vhdl
- 2023-01-02 23:05:04下载
- 积分:1
-
一个用于服务器与各客户端进行时间同步的源码.
一个用于服务器与各客户端进行时间同步的源码.-one for servers and the client time synchronization of the source.
- 2022-03-20 08:22:51下载
- 积分:1
-
C++游戏之 纸牌接龙小游戏
自己做的第一个C++小游戏,就是纸牌接龙。用的最原始的控制台程序写的。玩起来比较纠结,因为字体太小,而且花色不太好辨认!(但是可以在控制台窗口中进行字体设置。)输入的时候一定要输入整数,因为没有设置纠错机制。希望大家多多支持哈!
- 2022-03-09 23:08:54下载
- 积分:1
-
Cexpert
说明: C语言讲得最专业的一本图书,各种疑难都讲得很好,值得拥有(The most professional book in C language is worth having.)
- 2019-05-16 01:16:18下载
- 积分:1
-
Unet-master2
CN对图像进行像素级的分类,从而解决了语义级别的图像分割(semantic segmentation)问题。与经典的CNN在卷积层之后使用全连接层得到固定长度的特征向量进行分类(全联接层+softmax输出)不同,FCN可以接受任意尺寸的输入图像,采用反卷积层对最后一个卷积层的feature map进行上采样, 使它恢复到输入图像相同的尺寸,从而可以对每个像素都产生了一个预测, 同时保留了原始输入图像中的空间信息, 最后在上采样的特征图上进行逐像素分类。(CN classifies images at the pixel level, thus resolving the problem of semantic segmentation at the semantic level. Unlike classical CNN, which uses full-connection layer to get fixed-length feature vectors after convolution layer for classification (full-connection layer + soft Max output), FCN can accept any size of input image, and uses deconvolution layer to sample feature map of the last convolution layer to restore it to the same size of input image, so that each pixel can be generated. At the same time, the spatial information of the original input image is retained. Finally, the pixel-by-pixel classification is carried out on the feature map sampled above.)
- 2019-04-19 19:16:29下载
- 积分:1
-
vc++编写的一个圣诞贺卡程序,可以更改其中的各个项目音乐等...
vc++编写的一个圣诞贺卡程序,可以更改其中的各个项目音乐等-written in vc++ a Christmas greeting card program, you can change various projects in which music. . .
- 2022-03-22 12:40:39下载
- 积分:1
-
魔力SF外挂大全
魔力各种外挂大全 ,支持官府和私服 免费破解版(Magic All Kinds of External Stories)
- 2019-04-01 18:42:56下载
- 积分:1
-
ESTARFM
说明: 对于遥感影像进行时空融合算法计算,输入两对影像和一副预测影像即可运行。(在idl运行,再输入影像)(For the remote sensing image space-time fusion algorithm calculation, input two pairs of images and a pair of prediction images to run. (run in IDL and input image again))
- 2020-03-26 10:31:38下载
- 积分:1
-
这种小波构造方式适合于各种DB系列的小波,但面对db6等比较长的小波,则均衡器的权长要足够长...
这种小波构造方式适合于各种DB系列的小波,但面对db6等比较长的小波,则均衡器的权长要足够长-Wavelet way that is suitable for a variety of wavelet DB series, but in the face of such a long db6 wavelet, it" s the right balance should be sufficiently long length
- 2022-02-20 01:35:44下载
- 积分:1
-
C# Access数据库修复程序
C# Access数据库修复程序,可将规格不符的Access文件修复成标准格式,以便让其它程序可以识别,并能读取出内容,程序首先引用msadox.dll,该DLL包含ADOX命名空间;接着引用msjro.dll,该DLL包含JRO命名空间,压缩数据库库,创建一个JetEngineClass对象的实例,使用JetEngineClass对象的CompactDatabase方法压缩修复数据库,拷贝临时数据库到目标数据库(覆盖),最后删除临时数据库。
- 2022-08-05 21:04:14下载
- 积分:1