-
本文主要介绍了C#中如何实现多语言的编写方法。
本文主要介绍了C#中如何实现多语言的编写方法。-This paper introduces the C# How to achieve multi-language compilation.
- 2022-07-20 14:11:11下载
- 积分:1
-
before seen a lot of documents, Windows CE know how to operate the serial, But h...
以前看了很多文档,知道Windows CE的串口如何操作,但是由于从来没有想过要用串口,也没有实际的作过。昨天有人需要用我们的开发板,而他们主要就是要用串口,我就写了一个程序,用来测试串口是否工作。记录下来,作为以后串口通信程序的起点-before seen a lot of documents, Windows CE know how to operate the serial, But he never thought to use serial port, nor the actual made. Yesterday, someone needed to use our development board, and they mainly use serial port, I wrote a procedure, Serial used to test whether the work. Record, as a serial communication program after the starting point
- 2022-02-16 07:20:30下载
- 积分:1
-
内置串行时钟程序及原理,I2C串行总线模拟程序及原理
内置串行时钟程序及原理,I2C串行总线模拟程序及原理-Built-in procedures and the principle of serial clock, I2C serial bus simulation procedures and the principle of
- 2022-06-21 22:05:21下载
- 积分:1
-
机器人的视觉导航,采用颜色特征转换方法对颜色进行识别,让机器人加以判断...
机器人的视觉导航,采用颜色特征转换方法对颜色进行识别,让机器人加以判断-Robot visual navigation using color features to identify the color conversion method, so that robots be judged
- 2022-07-13 19:51:59下载
- 积分:1
-
VB餐馆点菜系统
VB餐馆点菜系统,员工管理,菜式管理,餐桌预订,结账,折扣查询
- 2022-03-29 08:49:49下载
- 积分:1
-
编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S )
输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。
2. 查询未成交的委托:
输入:股票编码
输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 )
3. 委托撤消:
输入:要撤消的委托号。
输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。
委托输入格式 : 1 股票编码 价格 数量 买卖
查询输入格式 : 2 股票编码
委托撤销 : .3 委托号
退出: 0
如:
1 0038 20 1000 b
orderid: 0001
1 0278 18 2000 s
orderid: 0002
1 0003 8 5000 b
orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S )
输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。
2. 查询未成交的委托:
输入:股票编码
输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
- 2022-03-16 00:17:05下载
- 积分:1
-
The preparation of a treeview with C# examples, and databases connected through...
一个用C#编写treeview的例子,通过WEBSERCIE和数据库相连-The preparation of a treeview with C# examples, and databases connected through WEBSERCIE
- 2023-09-08 15:10:03下载
- 积分:1
-
使用威尔配对,本文提出了一种基于身份的环签密方案,给出了具体的算法.该方案能够使消息的
发送者以一种完全匿名的方式发送消息,并且同时实现保密性和认证性两种功...
使用威尔配对,本文提出了一种基于身份的环签密方案,给出了具体的算法.该方案能够使消息的
发送者以一种完全匿名的方式发送消息,并且同时实现保密性和认证性两种功能.我们证明了在决策双线性Diffie-
Hellman问题难解的假设下,新提出的方案对自适应选择密文攻击是安全的.与传统的先签名后加密的方案
相比,本方案中密文长度有了明显的降低,在低带宽的要求下更加可行.-Will the use of matching, this paper, a ring of identity-based signcryption program, given a specific algorithm. The program will enable the sender information in a completely anonymous way to send messages, and at the same time to achieve confidentiality and authentication of two functions. We prove that in the decision-making bilinear Diffie-Hellman problem difficult to resolve under the assumption that the new proposal for adaptive chosen ciphertext attack is safe. with the traditional first signed encrypted program compared ciphertext of the program significantly reduced the length, in the low-bandwidth request more feasible.
- 2022-03-18 08:18:49下载
- 积分:1
-
基于ucosII的时间片调度器设计(优化)
基于ucosII的时间片调度器设计(优化)-sechdul design based μC0S―II
- 2022-06-29 03:12:17下载
- 积分:1
-
软件工程实践项目,房屋中介销售系统,包含全系列文档、rational图例及源码(可运行)...
软件工程实践项目,房屋中介销售系统,包含全系列文档、rational图例及源码(可运行)-practice of software engineering projects, housing intermediary marketing system, and includes a full range of documents, rational and Legend source (run)
- 2023-03-01 18:55:04下载
- 积分:1