-
const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写...
const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
- 2023-08-30 15:05:04下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1
-
系统管理器
系统管理器-System Manager
- 2022-01-24 18:37:07下载
- 积分:1
-
用七段数码管显示分秒值,程序开始运行时,时间值为00
用七段数码管显示分秒值,程序开始运行时,时间值为00-00,每隔一秒,时间值改变一次,从键盘上敲任意键,程序退出-with paragraph 107 of Digital Display Minutes value, operational procedures, time value of 00-00, every second, the time value of a change from nice arbitrary keys, exit procedures
- 2022-09-10 21:55:03下载
- 积分:1
-
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR-VC-based Database Programming RAR source database programming source code based on VC in VC-based Database Programming RAR source RAR
- 2023-03-01 15:55:02下载
- 积分:1
-
s3c2440a button
s3c2440a按键驱动,含好几种键盘的驱动,请下载对照参考-s3c2440a button-driven, with several keyboard driver, please download the control reference
- 2022-03-25 09:46:32下载
- 积分:1
-
用户注册管理台串口联接终端,和和后台数据库相连
用户注册管理台串口联接终端,和和后台数据库相连-management Taiwan registered users connected to serial terminals, and associated database and background
- 2022-07-24 17:55:29下载
- 积分:1
-
= = = = = =
=== ===
Convert decimal value to binary
=======================================
This code can be used to convert
values to binary format (bits:
zeros and ones).
Use toBIN_WORD() function to convert
integers (16 bits), and
toBIN_BYTE() to convert bytes (8 bits).
Visit my Homepage:
http://www.geocities.com/emu8086/vb/
Last Update: Thursday, July 11, 2002
Copyright 2002 Alexander Popov Emulation Soft.
All rights reserved.
http://www.geocities.com/emu8086/- === === === ===
Convert decimal value to binary
=======================================
This code can be used to convert
values to binary format (bits:
zeros and ones).
Use toBIN_WORD() function to convert
integers (16 bits), and
toBIN_BYTE() to convert bytes (8 bits).
Visit my Homepage:
http://www.geocities.com/emu8086/vb/
Last Update: Thursday, July 11, 2002
Copyright 2002 Alexander Popov Emulation Sof
- 2022-06-17 10:10:48下载
- 积分:1
-
FTP客户端,属于转帖,下载,上传的功能都很齐全,一句话功能性没得说,界面比较简单...
FTP客户端,属于转帖,下载,上传的功能都很齐全,一句话功能性没得说,界面比较简单-Ftp client server,for upload or download between client and sever.
- 2022-03-03 01:35:31下载
- 积分:1
-
实现对头文件和CPP源文件的导入与调用 包含头文件
实现对头文件和CPP源文件的导入与调用 包含头文件-implement the head and cpp test
- 2022-03-17 12:54:48下载
- 积分:1