-
2010A 障碍闸门控制
可以使用代码来让障碍门上下。这为 HM ABC 卡。小型断路器-H2010。
- 2022-11-15 12:25:03下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
一个模拟鼠标键盘输入的例子
一个模拟鼠标键盘输入的例子--An example about how to similar to the input of mouse and keyboard
- 2022-02-22 08:16:33下载
- 积分:1
-
MathPro is a math program capable of performing complex operations. It is partic...
MathPro is a math program capable of performing complex operations. It is particularly useful for Algebra students of all levels. It performs many operations including solving quadratic equations.
- 2022-04-17 20:23:11下载
- 积分:1
-
ice 通讯库的演示例子代码,学习ice开发的人可以很好了解下,ice和ace两个都是很好的网络程序开发工具库,方向架构不一样。...
ice 通讯库的演示例子代码,学习ice开发的人可以很好了解下,ice和ace两个都是很好的网络程序开发工具库,方向架构不一样。-ice communication library code demo example, study the development of ice can be a very good understanding of people, ice and ace are both good network program development tool library, not the same as the direction of architecture.
- 2022-07-25 04:06:27下载
- 积分:1
-
Windows PE文件格式分析与PEDUMP的实现
Windows PE文件格式分析与PEDUMP的实现-Windows PE File Format Analysis and realization of PEDUMP
- 2022-03-12 19:18:34下载
- 积分:1
-
one sample showed how to use system tray. and it is a little alarm clock too.
一个托盘程序演示-闹钟 Alert 是关于WINDOWS编程的一个小程序,很好的。有利于各位学习借鉴-one sample showed how to use system tray. and it is a little alarm clock too.
- 2022-01-31 17:14:16下载
- 积分:1
-
This book is Brian W. Kernighan and Rob Pike s important new book co
本书是Brian W. Kernighan和Rob Pike合著的最新力作。本书从排错、测试、性能、可移植性、设计、界面、风格和记法等方面,
讨论了程序设计中实际的、又是非常深刻和具有广泛意义的思想、技术和方法,它的翻译出版将填补国内目前这方面书籍的空白。
本书值得每个梦想并努力使自己成为优秀程序员的人参考,值得每个计算机专业的学生和计算机工作者阅读,也可作为程序设计高级课程的教材或参考书。
-This book is Brian W. Kernighan and Rob Pike s important new book co-author. This book from the debugging, testing, performance, portability, design, interface, style and notation, etc., discussed the procedures for the design of practical, it is very deep and broad-sense ideas, techniques and methods, and its translated and published to fill the current gaps in this regard books. This book is worth every dream and strive to become good programmers reference, it is worth every computer students and computer workers to read and program design can also be used as advanced courses in materials or reference books.
- 2022-03-23 03:21:50下载
- 积分:1
-
数据表到Excel文件中,或从Excel文件到DataTable中。主要赋…
将DataTable导入到Excel文件中,或从Excel文件导入到DataTable中。
主要函数:
ImportDataTable:导入DataTable
ExportDataTable:导出DataTable-DataTable into the Excel document, or from Excel file into DataTable in. Main function: ImportDataTable: Importing DataTable ExportDataTable: Export DataTable
- 2023-02-05 16:20:03下载
- 积分:1
-
这是MTeX套装中的一个重要命令行工具,用于支持编译ConTeXt文件。编译ConTeXt文件过程中需要对*.tui文件进行处理生成*.tuo文件。MTeX中为...
这是MTeX套装中的一个重要命令行工具,用于支持编译ConTeXt文件。编译ConTeXt文件过程中需要对*.tui文件进行处理生成*.tuo文件。MTeX中为了不依赖perl就能编译context文件,中间需要的文件转换*.tui-->*.tuo通过这个小程序来实现。-This is a suite MTeX an important command-line tool, used to support the compiler Context document. Document the process of compiling Context*. tui documents need to be processed to generate*. tuo file. MTeX in order not to rely on the perl compiler will be able to document context, intermediate file conversion needs*. tui-
- 2022-03-26 12:51:53下载
- 积分:1