-
串口温度数据采集并实时显示 串口温度数据采集并实时显示
串口温度数据采集并实时显示 串口温度数据采集并实时显示
- 2022-08-05 20:32:30下载
- 积分:1
-
音频解码器源代码
VC环境下的音频解码源代码,流程非常详细,绝对正确-VC environment audio decoder source code
- 2023-01-11 03:35:03下载
- 积分:1
-
dial out phs call and window screen control in micro window system.
dial out phs call and window screen control in micro window system.
- 2022-02-26 11:59:10下载
- 积分:1
-
MFC Windows程序设计的随书源代码,经典书籍
MFC Windows程序设计的随书源代码,经典书籍-MFC Windows Programming with source code for the book, classic books
- 2022-05-07 07:24:34下载
- 积分:1
-
C# 打印Datagridview 中数据
C# 打印Datagridview 中数据
public GridPrinter(DataGridView objDataGridView, PrintDocument objPrintDocument, bool bCenterOnPage, bool bHasTitle, string sTitle, Font objTitleFont, Color objTitleColor, bool bPaging)
{
dataGridView = objDataGridView;
printDocument = objPrintDocument;
centerOnPage = bCenterOnPage;
hasTitle = bHasTitle;
title = sTitle;
tit
- 2022-12-23 01:35:04下载
- 积分:1
-
ancient chinese wisdom.open your mind, and find yourself,soon you ll find a new...
ancient chinese wisdom.open your mind, and find yourself,soon you ll find a new world.
- 2022-04-08 02:21:36下载
- 积分:1
-
内存管理 c++高手的必然磨练
内存管理 c++高手的必然磨练
内存管理 c++高手的必然磨练
内存管理 c++高手的必然磨练-Memory management c++ Master the inevitable temper memory management c++ Master the inevitable temper
- 2023-06-26 01:35:04下载
- 积分:1
-
main contents include : AMI (American Megatrends Inc.) Zhi BIOS source code (Sou...
主要内容包含: AMI (American Megatrends Inc.)之BIOS源代码(Source Code),版本为6.27.10 (简称627.10)。由于本Open Source BIOS源代码是针对采用SiS530整合芯片组为结构的主机板而设计,所以当您准备钻研此源代码,或编译自己的BIOS监控程序之前,需要自已准备一些工具才行。 在硬件部份,请准备一片SiS530 (不限品牌)的主机板,与足够的Flash 工具 (如烧写BIOS要用的FlashROM、拔IC专用的IC夹等等),以作为研究的材料。 在软件部份,还需要准备Microsoft Assembler 6.11。 虽然CODE有点小缺漏,但其中好东西多多!-main contents include : AMI (American Megatrends Inc.) Zhi BIOS source code (Source Code), version 6.27.10 (627.10). As the Open Source BIOS source code is used against SiS530 integrated chip structure of the group and the motherboard design, and so, when are you going to study this source code, or compile their own BIOS control procedures required before preparing their own tools it. The hardware part, please prepare a SiS530 (Open-brand) motherboard, with enough Flash tools (such as the use of burning BIOS Flash, pulling IC dedicated IC folders, etc.), as research material. The software portion, but also need to be prepared to Microsoft Assembler 6.11. Although CODE a li
- 2023-04-05 00:30:04下载
- 积分:1
-
读写图像的程序
读写图像的程序 -Image read and write procedures
- 2022-08-17 08:00:29下载
- 积分:1
-
LSV2机床通信传输协议
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_D...
LSV2机床通信传输协议
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_DELDIR = "C_DD" //删除目录
const CString REQ_DELFILE = "C_FD" //删除文件
const CString REQ_PROTECT = "C_FA" //保护文件
const CString REQ_RENAME = "C_FR" //重命名
const CString REQ_COPY = "C_FC" //拷贝
//-------------发送文件--------------
const CString REQ_SNDFILE = "R_FL"
const CString REP_SNDFILE = "S_FL"
//-----------------------------------
//-------------接收文件--------------
const CString REQ_REVFILE = "C_FL"
const CString REP_REVFILE = "S_FL"
//-----------------------------------
//-------------更改目录--------------
const CString REQ_CHGDIR = "C_DC" //更改目录
//-------------更改目录--------------
//-------------根目录名--------------
const CString ROOT_DIR_NAME = "LSV2" //根目录名
//-------------根目录名-LSV2 trans
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_DELDIR = "C_DD" //删除目录
const CString REQ_DELFILE = "C_FD" //删除文件
const CString REQ_PROTECT = "
- 2023-01-08 18:05:03下载
- 积分:1