搜索资源列表
d.c
- 这只是.c文件,主要实现2、8、10、16进制数之间的转化。-only. C, main 2,8,10,16 band between the number of transformation.
c++文件日志
- C++环境下如何利用文件进行日志的操作,这个代码在解决日志方面提供了很好的借鉴作用-C environment how to use log files, the operation of the code in resolving the log provided a good reference
几个简单的c程序
- 从成型的c文件拷贝而来, 还蛮有趣的-molding from the c file copy from, quite interesting
C# 文件批量重命名
- C# 文 件批量 重命名(多线程 附源码)
很多人想要的LCDSLIN.c文件还有磁盘操作系统
- 很多人想要的LCDSLIN.c文件是给UCGUI用的驱动文件,支持1337等单色点阵液晶模块还有给UCOS用的磁盘操作系统。--LCDSLIN.c is the driver file for UCGUI. It supports single color LCD module, like 1337. It also has disk operation system for UCOS.
MTK标准LCD驱动lcd.c文件
- MTK标准LCD驱动lcd.c文件,位于 Customer/Drv/LCD/XX_XX_LCD 目录下,若要向非标准屏移植,可通过修改LCD.C文件进行。
uCGUIBulider2.1.0.5 ucos的内核c文件
- ucos的内核c文件,在vc下编译,代码只供参考不完整-this is a ucos sourecode,name os_core
tsking.股票行情分析系统是一款c#文件
- 股票行情分析系统是一款c#文件,能进行实时信息交流,stock
NotePadCSharp
- 一个由C#实现的windows Notepad 源代码, 是初学者学习C#文件操作的好东西-one by the C# source code windows Notepad, beginners learning C# file manipulation of the good things
tdxcsh
- c文件操作,修改文件,打开,读取,写入,关闭-c file operations, to modify the file, open, read, write, close
c++FileOperation
- C++文件操作精华,包含原理与示范代码,非常透彻,简洁实用!-C file operations essence Principle and model code contains a very thorough, concise and practical!
c
- 自己写的C++文件流的读取,很实用 ,自己写了好久,研究了好久 终于弄明白了,真的很不容易,传上来,供大家学习-Write your own C++ file stream to read, very practical, himself wrote a long time to study for a long time has finally figured out, really is not easy, pass up, for them to learn thank you
读取文件
- 文件读取功能,可以将文件的内容进行中文的繁体简体转换,支持文件夹下的文件(.cpp和.h文件中的中文简体转换位繁体)(File read function, you can file the contents of Chinese traditional Chinese simplified conversion, support files under the folder (.Cpp and.H files in the Chinese Simplified translation, bit
22.文件系统相关技术
- 文件相关处理技术: 文件创建 文件删除 文件复制 文件删除 等(File related technology)
C#文件编辑器源码
- 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod
C#文件上传下载实例源码
- C#文件上传下载实例源码 网络搜集整理 希望对大家有所帮助(C# file upload and download instance source code Network collation hopes to help people)
OLED
- 基于STM32的OLED的IIC程序.c文件和.h文件,用KEIL编写的文件(IIC program.C files and.H files for OLED based on STM32, files written in KEIL)
C++ 文件系统
- 简单的文件管理系统,实现文件存储空间的管理、文件物理结构、目录结构和一般性的文件操作。(The simple file management system realizes the management of the file storage space, the physical structure of the file, the structure of the directory and the general operation of the file.)
test
- 一个C文件 /* 引脚链接用的串口3 VCC--+5V GND--GND BUSY--PD2 RXD--PB10 TXD--PB11 喇叭按电路图正负接 */(a C file / * pin link serial port 3 VCC--+5V GND--GND BUSY--PD2 RXD--PB10 TXD--PB11 The horn is connected to the circuit diagram)
文件移动工具
- 自己写的一个小工具,使用VS2019编译,C++代码,作用是将A文件夹中的文件复制到B文件夹,如果有重名文件且后缀也相同,则先将B文件夹中的文件移动到C文件夹,然后将A文件夹中的文件覆盖B文件夹。