-
用事件结构实现的4开关互锁功能
采用彩色按钮控件
用事件结构实现的4开关互锁功能
采用彩色按钮控件-Case of implementation with the structure of interlocking switch function 4 button control the use of color
- 2022-02-03 00:12:46下载
- 积分:1
-
数据结构与算法分析
运动会分数统参加运动会的n各学校编号为1~n.。比赛分成m个男子项目和w个女子项目,项目编号分别为1~m和m+1~m+w。由于个项目参加人数差别较大,有些项目取前5名,得分顺序分别为7,5,3,2,1,有些项目只取前三名,得分顺序为5、3、2,写一个统计程序产生各种成绩单和得分报表。产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分。产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。并选取男、女项目中得分最多的两名运动员将其姓名和得分数输出
- 2022-03-05 20:02:28下载
- 积分:1
-
在线考试
在线考试系统只是为了管理方。它可以上传使用.csv (逗号分离值) 的问题和管理问题。
- 2022-03-31 01:47:28下载
- 积分:1
-
java 反编译
挺不错的,我们经常会用到它,但不要用于
商业目的啊...
java 反编译
挺不错的,我们经常会用到它,但不要用于
商业目的啊-- sounds very good, we often will use it, but not for commercial purposes ah
- 2022-05-06 20:21:57下载
- 积分:1
-
通过构建相应的词法分析表,实现对句子的合理分析,看是不是指定文法的合理句子....
通过构建相应的词法分析表,实现对句子的合理分析,看是不是指定文法的合理句子.-By constructing the corresponding lexical analysis table to achieve a reasonable analysis of the sentence to see is not a reasonable sentence grammar specified.
- 2022-03-14 05:54:20下载
- 积分:1
-
考虑一个排队系统,顾客到达后,若无空闲服务台则等待,否则接受服务后离开,仿真目的是统计服务台前的平均队长和服务台的忙闲程度。要求能利用离散事件系统仿真的方法对该...
考虑一个排队系统,顾客到达后,若无空闲服务台则等待,否则接受服务后离开,仿真目的是统计服务台前的平均队长和服务台的忙闲程度。要求能利用离散事件系统仿真的方法对该系统进行仿真,系统的规则和参数自定。-Consider a queuing system, customers arrive, if not idle while waiting for help desk, or to accept service leave, simulation aim is to stage the average statistical services and help desk captain Busy extent. Requested to make use of discrete event system simulation approach the system simulation, system rules and parameters of self.
- 2023-07-09 02:50:03下载
- 积分:1
-
C++迷宫游戏一款C++迷宫游戏源代码,早两年时候写的,仅供学习。...
C++迷宫游戏一款C++迷宫游戏源代码,早两年时候写的,仅供学习。
-C++ Maze game, a C++ Maze game source code, written by a couple of years ago when, for learning.
- 2022-05-30 20:47:52下载
- 积分:1
-
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版...
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。-C++ Primer 3rd Edition 中文完美版
- 2022-12-19 23:45:04下载
- 积分:1
-
Modbus Master调试软件及其VB编写例程
Modbus Master调试软件及其VB编写例程-Modbus Master and VB debugging software to prepare routine
- 2022-02-24 18:04:41下载
- 积分:1
-
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保...
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下:
程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的:
1:练习使用套接字进行网络编程。
2:练习使用自定义消息。
3:练习多线程方面的编程思想。
4:练习使用各种控件。
-This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
- 2022-03-23 04:56:54下载
- 积分:1