-
中止当前进程和设置等待鼠标,读txt文件
,存在文本文件中,直接vc可以使用...
中止当前进程和设置等待鼠标,读txt文件
,存在文本文件中,直接vc可以使用-suspend the current process and the setting up of waiting for the click of the mouse, read txt documents, text files exist, can be used directly vc
- 2022-03-14 11:38:26下载
- 积分:1
-
c语言猜数字游戏,很适合初学者,很好的程序
c语言猜数字游戏,很适合初学者,很好的程序-c language猜数字game, it is suitable for beginners
- 2022-02-05 05:29:22下载
- 积分:1
-
使用说明:
1、本软件为多个零碎的字符文件的合并提供了方便,它所整合的文件只要是字符类型即可
2、可以多种格式输入和输出
3、首先需要将要处理的文件...
使用说明:
1、本软件为多个零碎的字符文件的合并提供了方便,它所整合的文件只要是字符类型即可
2、可以多种格式输入和输出
3、首先需要将要处理的文件名改为1.txt(或者1.doc或者1.m或者其他文件类型)......n.txt(或者n.doc或者n.m或者其他文件类型),n为文件总数。
4、然后按提示操作即可。
5、由于软件为2.0版,经过大量改进,讲运行速度提高了几百倍,无需用户等待,瞬间即可。
6、联系方式:
邮箱地址:yuannweimin_123@yahoo.com.cn
联系电话:13541229189-Usage: 1, the software for a number of piecemeal character of the merger document, providing a convenient, integrated document it as long as they are characters you can type 2, can be a variety of formats for input and output 3, first of all need to have to deal with the file name changed for 1.txt (or 1.doc or 1.m or other file type )...... n.txt (or n.doc or nm, or other file type), n the total number for the document. 4, then prompts you. 5, due to software version 2.0, after a large number of improvements, say to run hundreds of times faster, without user waiting, the moment you can. 6, Contact: E-mail address: yuannweimin_123@yahoo.com.cn Contact Tel: 13541229189
- 2022-01-26 01:39:31下载
- 积分:1
-
cdt 仿真程序源代码
1.主题内容与适用范围
本标准规定了电网数据采集与监控系统中循环式远动规约的功能、帧结构、信息字结构和传输规则等。...
cdt 仿真程序源代码
1.主题内容与适用范围
本标准规定了电网数据采集与监控系统中循环式远动规约的功能、帧结构、信息字结构和传输规则等。
本标准适用于点对点的远动通道结构及以循环字节同步方式传送远动设备与系统。本标准还适用于调度所间以循环式远动规约转发实时信息的系统。
2. 引用标准
国家标准:《地区电网数据采集与监控系统通用技术条件》和《远动终端通用技术条件》。
3. 一般技术要求
3.1本规约采用可变帧长度、多种帧类别循环传送、变位遥信优先传送, 重要遥测量更新循环时间较短,区分循环量、随机量和插入量采用不同形式传送信息,以满足电网调度安全监控系统对远动信息的实时性和可靠性的要求。
-err
- 2022-08-24 07:11:11下载
- 积分:1
-
This program demonstrates a magic trick.
这个程序演示了一个魔术。
- 2022-03-19 23:57:32下载
- 积分:1
-
Dialog对话框编程的例子
Dialog对话框编程的例子-programming examples
- 2023-09-03 11:10:03下载
- 积分:1
-
In VB, VFP applications to send and receive mail. E
在VB、VFP应用系统中收发邮件.E-mail是Internet/Intranet网上通信的最主要的方式之一,充分利用E-mail 的功能可以极大地提高企业的工作效率,减轻用户的工作负担-In VB, VFP applications to send and receive mail. E-mail is the Internet/Intranet-line communication the most important one of the ways to fully utilize the functions of E-mail can greatly improve the efficiency of the enterprises to reduce the burden on the user
- 2022-05-27 02:22:15下载
- 积分:1
-
/*作为一个软件专业的学生,zcy总是对二进制特别感兴趣,有一天他发现了一个有趣的序列:一个长度为N的序列,该序列只含有0或1两个数字,并且该序列不包含连续3个...
/*作为一个软件专业的学生,zcy总是对二进制特别感兴趣,有一天他发现了一个有趣的序列:一个长度为N的序列,该序列只含有0或1两个数字,并且该序列不包含连续3个1,
例如N=3时有7种不同序列,分别是000, 001, 010, 011, 100, 101, 110。111包含3个连续的1所以不是。
现在zcy想知道,对于长为n的一个二进制串,有多少满足条件的01串。
Input
第一行是整数t,表示多少个case,
每行有一个数n,表示串的长度(n
- 2022-08-23 01:27:03下载
- 积分:1
-
This document gives information about programming of TNT4882
This document gives information about programming of TNT4882
- 2022-03-07 04:44:45下载
- 积分:1
-
windows编程-利用windows API创建新进程
该程序是利用windows API ,创建新进程,可以打开电脑的记事本,画图,计算器。修改程序中打开新进程的参数可以实现打开不同的程序的效果。Windows 这个多作业系统除了协调应用程序的执行、分配内存、管理资源…之外, 它同时也是一个很大的服务中心,调用这个服务中心的各种服务(每一种服务就是一个函数),可以帮应用程式达到开启视窗、描绘图形、使用周边设备等目的,由于这些函数服务的对象是应用程序(Application), 所以便称之为 Application Programming Interface,简称 API 函数。WIN32 API也就是Microsoft Windows 32位平台的应用程序编程接口。
- 2022-06-21 22:10:27下载
- 积分:1