-
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了...
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了操作大量格式化数组的一种技巧, 一次完成, 无须一个一个地操作。
- 2022-04-19 01:30:45下载
- 积分:1
-
DBF数据库文件的自动备份程序,适合于证券行业使用!
DBF数据库文件的自动备份程序,适合于证券行业使用!-automatic backup procedures, suitable for use in the securities industry!
- 2022-11-17 10:15:04下载
- 积分:1
-
用PB调用API访问文件夹,有一些毛病,在WINDOWS简体中文当中,显示为繁体中文...
用PB调用API访问文件夹,有一些毛病,在WINDOWS简体中文当中,显示为繁体中文-API call with PB visit folder, there are some problems in Windows Simplified Chinese, Traditional Chinese shows
- 2022-05-18 12:24:13下载
- 积分:1
-
自动升级服务VC源代码,想为软件做升级的朋友参考,值得研究!...
自动升级服务VC源代码,想为软件做升级的朋友参考,值得研究!-automatic upgrade service VC source code, would like to upgrade the software so a friend reference, it is worth studying.
- 2022-12-04 03:00:03下载
- 积分:1
-
SADirRead
Copyright (C) 2002 Smaller Animals Software, Inc.
This sof...
SADirRead
Copyright (C) 2002 Smaller Animals Software, Inc.
This software is provided as-is , without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
http://www.smalleranimals.com
smallest@smalleranimals.com
- 2023-05-25 18:10:04下载
- 积分:1
-
二进制到 ASCII 液晶显示器 16 * 2
主机 InterfaceThere 是三个寄存器、 指令寄存器、 状态寄存器和数据注册,可见通过主机接口。指令 RegisterWrite 只有 8 位寄存器。当指令字节写入这个寄存器时,指令解码器执行指令。在执行过程中,将设置忙标志 (BF)。处理时间不同,不同的指示。状态 RegisterRead 只有 8 位寄存器。MSB 表示高炉和较低的位表示地址计数器的值。BF 是标志指示内部进程和指令寄存器和数据寄存器不可访问。在访问这些寄存器之前, 请确保高炉清除。当访问没有此检查寄存器,每次访问的时间间隔必须比执行时间更长的时间。数据 RegisterRead/写 8 位寄存器。当写入一个字节时,它写给尼日利亚采购喷气式飞机或 CCRAM 由地址计数器指示的位置,然后地址计数器改变到下一个。在阅读时,地址计数器将更改为下一个然后尼日利亚采购喷气式飞机或 CCRAM 的位置读取和为下一次读取到数据寄存器存储的值。读取的操作也发生在设置地址 incstruction。BF 是在这些操作过程中设置的。二进制到 BCD ConverterShift 并添加 3 AlgorithmShift 二进制数留下一位。如果 8 的转变已经发生,BCD 号码是在数百人、 数十米和单位列。如果任何的 BCD 列中的二进制值是 5 或更高版本,请将 3 添加到那,BCD 该列中的值。请转到 1。
- 2023-06-02 13:50:03下载
- 积分:1
-
CString常见转换,这是初次接触VC++的朋友可能最需要的东西
CString常见转换,这是初次接触VC++的朋友可能最需要的东西-Regular convert about CString,this is needful for tyro of VC++
- 2023-03-12 20:05:04下载
- 积分:1
-
有趣的控制代码
这是最有用的风扇转速控制,液晶显示面板。我们完成这个项目时我们研究电动和电气工程在第三类。这个项目给我们的家庭作业和我们完成得很好。
- 2022-07-25 03:52:50下载
- 积分:1
-
DOS下修改文件属性,Windows下同样可以使用。
DOS下修改文件属性,Windows下同样可以使用。-DOS modify file attributes, Windows can use the same.
- 2022-01-22 02:05:38下载
- 积分:1
-
FileMapping使用程序形式,在formmain.pas { } { formmain frmMain r * RES }是…
program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R *.res} begin Application.Initialize Application.CreateForm(TfrmMain, frmMain) Application.Run end.-program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R*.res} begin Application.Initialize Application.CreateForm(TfrmMain, frmMain) Application.Run end.
- 2022-03-29 14:12:49下载
- 积分:1