-
as did the show behind the object floating window
象vc那样的显示对象后面的成员的浮动窗口-as did the show behind the object floating window
- 2022-03-06 05:08:11下载
- 积分:1
-
WAR FTP 功能十分强大
资源描述包括FTP Server和Client的源程序(VC),功能十分强大 WAR FTP
- 2022-06-03 04:22:07下载
- 积分:1
-
一个瓦楞辊划分边界单元及图形显示的应用程序。这个应用程序允许用户更改瓦楞辊的参数,划分边界单元的控制参数,显示单元划分的结果等等。...
一个瓦楞辊划分边界单元及图形显示的应用程序。这个应用程序允许用户更改瓦楞辊的参数,划分边界单元的控制参数,显示单元划分的结果等等。-Corrugated division of a boundary element and the graphical display applications. This application allows users to change the parameters of Corrugated, demarcation of the border unit of the control parameters, the results show that cell division and so on.
- 2022-03-22 08:12:35下载
- 积分:1
-
多功能计算器,实现了加减乘除,同时有包含了进制转换
多功能计算器,实现了加减乘除,同时有包含了进制转换-Multi-function calculator, a calculation, at the same time contains a hexadecimal conversion
- 2022-04-15 17:00:08下载
- 积分:1
-
C语言的常用算法
C语言的常用算法-C language commonly used algorithm
- 2023-08-31 13:35:03下载
- 积分:1
-
嵌入式WinCE msgclient例子,使用EVC实现发展
嵌入式WINCE MSGCLIENT的例子,使用EVC开发实现-Embedded WINCE MSGCLIENT example, the use of EVC realize development
- 2022-03-21 17:54:43下载
- 积分:1
-
C语言编写的类库注册程序
C语言编写的类库注册程序-The class lab register program with c language
- 2022-03-17 17:41:15下载
- 积分:1
-
题目:计算打鱼还是晒网题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高
于10万元,低于20万元时,低于10...
题目:计算打鱼还是晒网题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高
于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提
成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于
40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于
100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数?
1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。
-topics : computing net fishery or drying topics : corporate bonus payments made to generate profit. Profit (I) less than or equal to 10 million, the prize money to be raised by 10%; The profit of more than 10 million, less than 20 million, less than 10 million by some 10%, which hovered above 10 million, cocoa generate 7.5%; 200,000-400,000 it among when more than 20 million, could generate 5%; 400,000 to 600,000 between when more than 40 million, can generate 3%; 6-1000000 between, above 60 million, could generate 1.5%, higher than 100 million, more than some 1 million by 1% will generate from the keyboard month profit I, for the total prize money should be paid? 1. Program Analysis :
- 2022-08-25 11:42:32下载
- 积分:1
-
这是一个automation server 和 client 的演示程序
多个client 可以共享 server 进程
首先用ms vc++ ....
这是一个automation server 和 client 的演示程序
多个client 可以共享 server 进程
首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server)
然后可以运行多个 TestAutomation2.exe (client)
单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数
-This is an automation server and client demonstration program over cl ient can share server process first used ms vc. net compiled code, re-running TestAutomation3.exe (server) can then be run multiple Te stAutomation2.exe (client) Click TestAutomatio n2 TestAutomation3 can call the method and parameters
- 2022-02-20 22:07:03下载
- 积分: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