为您提供Coolutils OST to PST Converter OST转PST转换器下载,Coolutils OST to PST Converter是一款OST到PST转换器,可以帮助用户轻松将文件格式进行转换,并且在转换过程中,原始邮件文件夹结构已完全复制到PST。功能介绍  通过将OST转换为PST并在Outlook中打开转换的pst文件,可以恢复Exchange邮箱文件夹。  软件非常易于使用,首先,它询问您的OST文件,然后询问生成的PST的输出目录。  用户可以根据需要导入
2021-11-16 10:49:10 49.33MB Coolutils OST to PST
1
Bmp To Mif 转换器 // (karimov 2005) // This program was originnaly written by one of the ECE241 students to convert an image // supplied in a BMP file into an MIF file format for use with Quartus II. // // This program has recently been modified to work with the new VGA controller used with the DE2 // board. // // What to do: // 1. Create an image in Microsoft paint (or other program). The image must be 160 pixels wide, 120 pixels high and // use 24-bits to represent colour information. // 2. Once you create the image you need, flip it up-side down. Then save the BMP file. (example: foo.bmp) // 3. Run this converter in command prompt using the name of the BMP file you created as a command-line parameter. // For example: // bmp2mif foo.bmp // 4. The program generates two files: // image.colour.mif - an MIF file with 3 bits colour information obtained from the BMP file you supplied // image.mono.mif - an MIF file containing 1 bit of colour for every pixel on the screen. The dot will either be // black or white. // You can change the file names once they are created, but they should still have the .mif extension. // // 5. Copy the proper MIF file to the directory where your design is located and include it in your project. // 6. Change the BACKGROUND_IMAGE parameter of the VgaAdapter to indicate your MIF file. // 7. The COLOR_CHANNEL_DEPTH parameter must be set to 1 to work with the image.colour.mif file. #include #include #define FLIP_INT(c) ((c >> 24) & 0x000000FF) | ((c & 0x00FF0000) >> 8) | ((c & 0x0000FF00) << 8) | ((c & 0x000000FF) <> 8) | ((c & 0x00FF) << 8) typedef struct s_header { unsigned short bfType; unsigned int bfSize; unsigned short reserved1; unsigned short reserved2; unsigned int offset; } t_bmp_header; typedef struct s_bmp_info { unsigned int biSize; unsigned int biWidth; unsigned int biHeight; unsigned short biPlanes; unsigned short biBitCount; unsigned in
2021-11-15 21:54:08 27KB DE2 FPGA Verilog BMP
1
PyTorch图像模型 赞助商 非常感谢我的的支持! 除了以上链接的赞助商之外,我还从以下位置获得了硬件和/或云资源: 英伟达( ) TFRC( ) 我很幸运能够自己投入大量时间和金钱来支持这个项目和其他开源项目。 但是,随着项目范围的扩大,需要外部支持来继续当前的硬件,基础设施和电力成本轨迹。 什么是新的 2021年5月5日 从添加MLP-Mixer模型和端口预训练权重 从添加CaiT模型和预训练权重 从添加ResNet-RS模型和权重。 添加CoaT模型和权重。 感谢 为TResNet,MobileNet-V3,ViT模型添加新的ImageNet-21k权重和微调的权重。 谢谢 添加GhostNet模型和权重。 谢 更新ByoaNet注意模型 改进SA模块的初始化 将基于实验的独立Swin attn模块和swinnet 实验的一致“ 26t”模型定义。 添加改进的E
2021-11-14 12:09:56 14.12MB pytorch resnet pretrained-models mixnet
1
这是一个非常有用的CUK转换器,它可用于宽范围的DC的O / P的,我们知道,Cuk转换可用于步进向上/向下给定的直流值。 从该模型中,可以注意到的最重要的事情是,它有一个PI控制器,可用于给直流恒定(的DC的O / P)的所需的值。和误差信号是通过发送一个PI控制器,有助于进一步设置特定的占空比,同时产生所需的直流输出。
2021-11-14 11:10:43 10KB CUK转换器 PI模拟
1
串口、TCP、UDP的消息转换器
2021-11-13 22:03:06 211KB c#
1
将.mlx文件转换为.m文件,并将.m文件转换为.mlx文件并转换为Matlab。 好处: -同时支持多个文件-不需要写文件类型-仅允许.mlx文件用于mlx2m功能-仅允许.m文件用于m2mlx功能-转换后删除以前的文件-查看运行时间 对于子集,检索示例请参见: 1. mlx2m: https : //github.com/Hassan1503/MATLAB-DSP-by-Vinay/blob/master/DSP vinay/Chapter 2/mlx2m.m 2. m2mlx: https : //github.com/Hassan1503/MATLAB-DSP-by-Vinay/blob/master/DSP vinay/Chapter 2/m2mlx.m 例子: fileName = [“ evenodd”,“ ievenodd”]; mlx2m(fileN
2021-11-13 19:44:50 42KB matlab
1
将bat文件转换为exe文件,可添加密码,运行图标,解压密码:j5f733r //batתexe.zip
2021-11-13 19:01:11 416KB bat&exe
1
软件支持UTF-8,GB,BIG5文件类型之间的转换. 大家可以试试,很不错的东东.呵呵~~
1
索鲁姆斯 Blender插件,用于从GTA V导入Codewalker转换器xml文件 特征 支持的格式(导入) 扬子 永德 YBN 支持的格式(导出) 永德 一般特征 快速导入 自动纹理加载 顶点颜色 骨头和体重 自定义法线 着色器 要求 Blender 2.8或更高版本 安装 通过克隆存储库下载档案,但不要解压缩! 启动搅拌机 单击菜单File > User Preferences... 激活Addons部分 点击顶部的Install...按钮 打开下载的档案 应该显示以下条目: Import: Sollumz
2021-11-13 11:12:00 52KB Python
1