登录
首页 » 文件处理 » 10 into rounded turn into two spaces

10 into rounded turn into two spaces

于 2022-02-12 发布 文件大小:1.12 kB
0 83
下载积分: 2 下载次数: 1

代码说明:

10进位整数转2进位-10 into rounded turn into two spaces

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

发表评论

0 个回复

  • │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDl...
    │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的。   MFC定义了数组模板类CArray,并针对各种常用变量类型定义了CByteArray,CWordArray,CUIntArray,CDWordArray,CStringArray,CObArray,CPtrArray。 MFC数组类使用方法基本相同。--- Array.cpp Array.dsp---- Array .dsw . h-- Array.rc ArrayDlg.cpp---- Read ArrayDlg.h Me.txt-- Resource.h StdAfx.cpp---- supply-StdAfx.h res Array.ico Array.rc2 MFC array is an array type of support similar to the regular C Regulation array can store any data type. Conventional C prior to the use of the array must be defined as possible to accommodate all the needs of the elements, MFC array type and the object can be created based on the need to dynamically increase or decrease the threshold array index is 0, and the ceiling i
    2022-03-07 20:55:03下载
    积分:1
  • 零电流转换器
    此文件包括 ZCS matlab 仿真模型。使用软开关拓扑结构模拟模型。它基于谐振变换器
    2022-03-04 13:40:58下载
    积分:1
  • 系统全家福(编程语言VB)AddadStringDir 快速全盘查找Dir和Api扫描驱动器Exe 伪装天使FreeActiveXShell 获取特殊...
    文件系统全家福(编程语言VB)AddadStringDir 快速全盘查找文件Dir和Api扫描驱动器Exe 伪装天使FreeActiveXShell 获取特殊文件 安全的删除自己 比较两个文件是否相同 查找目录 全部文件大小 查找文件 从全路径名中获得文件扩展名 从全路径名中提取文件名 二进制复制文件 获取当前目录下所有文件和文件夹 记载Windows使用的时间 检测文件是否存在 建立多级目录 将文件夹目录保存到INI文件当中 批量移动文件 确定文件是否为可执行文件 删除含文件的目录 顺序文件 随机文件文件 浏览 在临时文件下建立临时文件 自动识别文件路径 读取相应内容
    2022-08-14 17:10:00下载
    积分:1
  • 打开、上传、以及导入数据库,值得参考的demo
    文件打开、上传、以及导入数据库,值得参考的demo-document is opened, upload and import database worthy reference demo
    2023-02-08 01:10:04下载
    积分:1
  • This is a mail with the source code c language, can achieve in the Windows syste...
    这是一个邮件收发的源代码用c语言编写,可以实现在windows系统下的邮件收发功能.-This is a mail with the source code c language, can achieve in the Windows system under the mail function.
    2023-04-22 11:05:03下载
    积分:1
  • 自己开发的可任意大小切割工具,适用于切割,应用于手机类只能读取特定大小的设备应用。...
    自己开发的可任意大小文件切割工具,适用于文本文件切割,应用于手机类只能读取特定大小文件的设备应用。-its own development of any size paper cutting tools, applicable to text files cutting, used in cell phone read only specific types of paper the size of equipment applications.
    2022-11-11 11:20:03下载
    积分:1
  • n79e81x示例代码
    应用背景简介:的n79e81x示例代码支持n79e81x发展的基本材料和提供了一个简单的方法来使用它。的例子展示了如何使用预先创建的项目。每一个例子可以作为一个应用程序模板。支持工具包括:Keil uv4和Keil UV3的n79e81x示例代码,包括:普通 ; ;常用的子程序一般延迟或串口打印出来。包括 ; ;头文件和类型定义。“sample_code ; ;所有样品和源文件通过keil工具建。启动 ; ;对于一般80C51单片机启动汇编代码。更新历史:2014 /月/ 23: ; ;启。1.0.2 ; ; ;固定ADC宏。 ; ; ;增强所有ISP的示例代码中断禁用。 ; ; ;增强TA的SFR的设置。2012 /七月/ 26: ; ;版本1.0.1。 ; ; ;-初级版。关键技术的n79e81x示例代码支持n79e81x发展的基本材料和提供了一个简单的方法来使用它。的例子展示了如何使用预先创建的项目。每一个例子可以作为一个应用程序模板。支持工具包括:Keil uv4和Keil UV3
    2022-05-29 20:22:41下载
    积分:1
  • 大家经常需要对指定目录下的所有进行搜索或其它相同操作。若数很多,逐一对每个手工操作,很费时。这里提供一个搜索或指定目录下的所有的C++类。作...
    大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar operations. If the document number many, one by one for each document manually, a very time-consuming. Search here for a designated directory or processing of all documents under the C category. Based on the author traverse the level of non- recursive algorithm (to reduce the running time and space costs) achieved a CFileFind CFileFindExt the extension of the class, such right can be specified directory of all documents or search for the same handling operations.
    2023-06-07 21:20:03下载
    积分:1
  • 简单的 CPP 程序
    这是简单的 c + + 程序的功能、 过载、 对象等 c + + 中是类和对象的 OOPS 结构。但不是纯粹的 OOPS 面向。这个程序没有类和对象。
    2022-10-28 15:50:03下载
    积分:1
  • 捆绑器程序源代码
    文件捆绑器程序源代码 - 作者徐景周 -documents bundled with the source code-author Xu Jing Zhou documents bundled with the source code-author Xu Jing Zhou
    2022-03-02 14:16:03下载
    积分:1
  • 696518资源总数
  • 105908会员总数
  • 30今日下载