登录
首页 » 文件处理 » 二进制文件,所有字节的高四位与低四位调换。

二进制文件,所有字节的高四位与低四位调换。

于 2022-03-18 发布 文件大小:2.21 MB
0 164
下载积分: 2 下载次数: 1

代码说明:

二进制文件,所有字节的高四位与低四位调换。-Binary file, all four bytes of high and low four swap.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用vc写的程序来监视的操作。适合初学者。
    用vc写的程序来监视文件的操作。适合初学者。-vc used to write the document procedures to monitor the operation. For beginners.
    2023-06-21 17:45:03下载
    积分:1
  • 信道估计
    正交频分复用信道估计有在传输信号的检测之前进行要得到合理的表现。对于信道估计导频符号通常插入在发射机
    2022-02-19 23:59:31下载
    积分:1
  • 一个用VC++操作的各种方法的代码。
    一个用VC++操作文件的各种方法的代码。-A VC++ to operate with a variety of methods of document code.
    2022-12-28 12:40:04下载
    积分:1
  • 原始数据划分为train.dat和test.dat
    应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*- from sklearn import cross_validation c = [] filename = r"Raw.data" #原始数据 out_train = open(r"train.txt","w") #训练集 out_test = open(r"test.txt","w") #测试集 for line in open(filename):     items = line.strip().split(",")      c.append(items)   c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例 for i in c_train:     out_train.write(",".join(i)+" ") for i in c_test:     out_test.write(",".join(i)+" ")
    2022-01-25 21:21:56下载
    积分:1
  • 用vc开发,将AVI中的 视频数据进行分割,得到视频数据,这对数据解压非常有用...
    用vc开发,将AVI文件中的 视频数据进行分割,得到视频数据,这对数据解压非常有用-it can split avi file data to many blocks,it s useful to compression.
    2022-01-25 16:18:19下载
    积分:1
  • 使用同步参考系统、间接和最大值法的三相有源电力滤波控制器
    本文展示了由电网供电的 3 线电子系统的Matlab/Simulink 仿真结果,其中 CCP (公共耦合点)连接到平行有源电力滤波器 (APF)。 为了进行全面分析,APF 是通过三个不同的方法控制 (同步参考框架、间接和最大值)。分析将以三个质量指标为依据:THDI (TDD) (电流总谐波失真系数)、PF (功率系数) 以及Iunb (电流不均衡度).
    2023-08-03 04:20:03下载
    积分:1
  • INI的操作,是使用非常方便:1。首先,inifil删除…
    操作INI文件,非常方便... 使用方法: 1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入 #include "IniFile.h",及CIniFile IniFile 2.读取和写入: string = IniFile.GetString("section","item","默认") int = IniFile.GetInt("section","item",666) IniFile.SetString("section","item","设置值") IniFile.SetInt("section","item",666) 3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
    2023-07-09 08:15:03下载
    积分:1
  • 读取当前目录下的Ini类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini,调用比较麻烦,而且会占用注...
    读取当前目录下的Ini文件类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注册表资源,下载了网上的ini类用起来又不太顺手,所以参照写了一个读取当前目录下ini文件的类。程序有详细的注释,欢迎批评指正-read in the current directory Ini document CIiniFile functional categories : the system provides WriteProfileInt () function, wrote registry or system ini document, called more trouble, but will occupy the registry resources, downloaded online category with the ini I did not dig up, a reference was made to read current directory ini document type. Detailed procedures of the Notes welcome criticism correction
    2022-01-30 15:03:49下载
    积分:1
  • C语言读取txt,非常好用,很简单,
    c语言读txt文件,非常好用,非常简单,-c language read txt file, very easy to use, very simple,
    2022-11-26 11:25:03下载
    积分:1
  • 授权管系统。
    软件授权管理系统。-soft warrant management system.
    2022-06-17 10:29:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载