联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他小程序(166) 

[其他小程序] C2

企业发放的奖金根据利润提成。利润(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,求应发放奖金总数?
Enterprise of the bonus is based on the profit commission. Profits (I) is less than or equal to 100,000, bonus, 10 profit of $ 100,000, less than 20 million, less than the 10 million part of the 10 commission, $ 100,000 part, cocoa 7.5 commission 200000-400000, higher than the 20 million part of the 5 commission between 400,000 to 600,000, higher than the 40 million part of the 3 commission the 600000-1000000 when, more than 60 million parts, 1.5 commission, more than 100 million yuan, more than 100 million by 1 commission, entered from the keyboard that month I seek should the total number of bonus? (2013-05-16, C/C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/2245624.html

[其他小程序] www.cnzz.cn

精美的万年历 题目2:万年历的编写 第一步:编写一个能读2种格式,并能计算他们之间的相差天数的程序。程序能读懂2种日期格式。<day>/<month>/<year> 和 <day>-<month>-<year>一年为12个月,依次定义的天数分别为 31,28(不计闰变化),31,30,31,30,31,31,30,31,30,31 例如输入:23/11/1987 5-11-1987 输出结果为: -18 表示第2个日期比第一个日期要早18天。 (当输入日期有误时,要求重新输入 第二步:考虑闰年的情况,来计算两个日期的相差天数。输入任意字符和日期(2种格式都可),程序可自动识别有效格式,并整理为统一格式,并按大小排列。 如输入: 3/4/1997 kljodq 23-5-1983 14/12/1913 结果为: 14/12/1913 23/5/1983 3/4/1997 第三步:提供万年历的功能,用户输入年月时,能按照如下格式输出该月的情况: 如输入: 2/2009 则输出: 2009年 二月 日 一 二 三 四 五 六 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
精美的万年历 (2010-06-16, Visual Basic, 278KB, 下载6次)

http://www.pudn.com/Download/item/id/1214596.html

[其他小程序] DATACOMPRESSION

算术编码的实现,设计算术编码器,考虑如何编码实现,如何解决数据输出,说明原理。 算术编码在图象数据压缩标准(如jpeg,jbig)中扮演了重要的角色。在算术编码中,消息用0到1之间的实数进行编码。算术编码用到了两个基本的参数:符号的概率和它的编码间隔。信源符号的概率决定压缩编码的效率,也决定编码过程中信源符号的间隔,而这些间隔包含在0到1之间。编码过程中的间隔决定了符号压缩后的输出。   算术编码需要输入的是符号,各个符号的概率还有需要编码的符号序列,根据概率可以算出初始编码间隔,先设几个变量在后面可用:High——当前编码的上限,Low——当前编码的下限,high——中间变量,用来计算下一个编码符号的当前间隔的上限,low——中间变量,用来计算下一个编码符号的当前间隔的下限,d——当前间隔之间的距离。第1个编码符号的当前间隔为其初始的编码间隔,第i个编码符号的当前间隔为第i-1个编码后的[Low,High),第i+1个编码符号的当前间隔算法如下:high=Low+d*第i+1个初始编码符号对应的上限,low=Low+d*第i+1个编码符号对应的下限,然后High=high,Low=low,d=d*第i个编码符号的概率。
DATA CMPRESSION (2009-11-15, C/C++, 5KB, 下载7次)

http://www.pudn.com/Download/item/id/971109.html

[其他小程序] 01beibaowenti

给定n种物品和一前包.物品i的重量是Wi,其价值是Vi,背包的容量是C. 问:应该如何选择装入背包的物品,使得背包中的物品的总价值最大? 输入: 第一行两个数,n c.n是整数且小于11,c是实数,n和c之间空格 以下是n行,每行是两个实数,分别是各个物品的重量和价值 输出:两行 背包剩余重量 所装物品价值和(均保留两位小数) 所选择物品的编号,由空格间隔
Given n kinds of goods and a pre-pack. Item i of the weight of Wi, its value is Vi, the capacity of backpack C. Q: How should I choose the items into backpacks, making the items in the backpack of the total value of the largest? Input: the first line of two numbers, n cn is an integer and less than 11, c is a real number, n, c The following is n spaces between the lines, each line are two real numbers, respectively, the weight and value of each output: the remaining two lines of the weight of the loaded backpack, and the value of goods (both retain two decimal places) numbers selected items from the space interval (2009-10-21, C/C++, 1KB, 下载28次)

http://www.pudn.com/Download/item/id/945388.html

[其他小程序] winio

可用于实现键盘记录。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.com/ddk免费下载。从你的电子邮件来看,你是教育网的用户,那么你可以从教育网的一些FTP站点(如北大图书馆)下载到Win95/98/NT的DDK,我们下面提到的一些软件也可以找到。Win95 DDK主要是采用汇编的。如果你对汇编不熟悉,当然是使用VToolsD(http://www.vireo.com/)更好些,这个软件包允许你使用C/C++编写驱动,但软件包比较贵(约四、五百美金)。另外,你可以在http://zealsoft.nease.net/cn/ntport/或http://zealsoft.nease.net/cn/memaccess/找到与硬件有关的软件,这些软件允许你不编写驱动,直接在VC中调用驱动,如果你的编程不复杂,也可以使用。
Port operations do not need to write drivers in Win95/98 can be used directly to compile the In/Out commands. VC also provides _inp/_outp such a function (QA001059 outportb, inportb the corresponding function). However, under NT, can not use the In/Out commands, reference QA001296 how to use VB6 to write WindowsNT/2000 hardware under the control of IO. If you use a hardware interrupt on the need to write drivers, the standard approach is the use of Microsoft DDK. Win98 and WinNT 4.0/5.0 the DDK can be downloaded free of charge from the http://www.microsoft.com/ddk. E-mail from your point of view, you are a user of the Education Network, you can network some education FTP site (such as the Beijing University Library) Win95/98/NT download the DDK, below some of our software can also be found . Win95 DDK compiled mainly used. If you are not familiar with the compilation, of course, is the use of VToolsD (http://www.vireo.com/) better, this package allows you to use C/C+ (2009-07-15, Visual C++, 198KB, 下载81次)

http://www.pudn.com/Download/item/id/845709.html

[其他小程序] ASP注册VB抽奖程序

下载的压缩包为asp+vb程序。 霸猪初步于2002年4月份完成。 该抽奖小程序原来用的是sql数据库,但为了方便演示,后来又改用access2000来做后台数据库。 程序目的:如企业想搞抽奖活动,可让读者在网上自行登记,然后到抽奖日,可由工作人员在后台通过软件进行摇奖。 网上自行登记,使用asp+access2000;win2000 iss下测试通过; 后台摇奖:使用VB开发的摇奖软件结合其在网上的access数据库进行摇奖
download compressed for asp vb procedures. Pa pigs in the initial April 2002 completion. The original draw small program using the sql database, but in order to facilitate the presentation, then switch to access2000 do background database. Purpose of procedures : If enterprises wanting to draw activities, which allow the readers to the Internet to register and then to the lucky draw, from the staff in the background through the software watchdog. To register online, use asp access2000; WIN2000 iss under the test; Background Spokesman : VB development of the lottery software in conjunction with its Internet access database draws (2005-11-29, Visual Basic, 62KB, 下载494次)

http://www.pudn.com/Download/item/id/128148.html
总计:166