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

[其他小程序] in-step-5-to-guess-your-birthday

亲测,可以在5步内猜出你的生日,信不信?
Pro-test, in step 5 to guess your birthday, believe it or not? (2013-05-23, C/C++, 1KB, 下载1次)

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

[其他小程序] 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

[其他小程序] lw_oopc-v1.2

一种轻量级的面向对象的C语言编程框架:LW_OOPC。LW_OOPC是Light-Weight Object-Oriented Programming in(with) C的缩写,总共一个.h文件,20个宏,约130行代码,非常的轻量级,但却很好的支持了很多面向对象的特性,比如继承、多态,可以优美的实现面向接口编程。这个框架系由台湾的高焕堂先生以及他的MISOO团队首创,之后由金永华继续改进优化,最后,经高焕堂同意以LGPL协议开源(开源网址参见后文)。 用C语言实现OO?我没听错吗?这听起来真是太疯狂了!… 大家都知道,C++支持了面向对象和面向泛型编程,比C要更强大些。那么,为什么要在C语言中实践面向对象呢?为什么不直接使用C++呢? 希望这套宏,能够真正帮助到想用C语言写出面向对象代码的C程序员们! 源码包括几个使用这套宏的代码示例,可以认真钻研下。
A lightweight, object-oriented C language programming framework: LW_OOPC. LW_OOPC is an acronym for Light-Weight Object-Oriented Programming in (with) C, total. H file, 20 macro, about 130 lines of code, very lightweight, but very good support for object-oriented features, such as inheritance, polymorphism, and interface-oriented programming can be beautiful. This framework is the first team by of Taiwan Mr. Gao Huantang his MISOO continue to improve optimization, followed by Jin Yonghua, see below) agreed to LGPL the agreement open source (open source URL, GAO Huan-tang. Using C language implementation of Estimates of? I did not hear it? It sounds really crazy! ... As we all know, C support object-oriented and oriented generic programming than C to be more powerful. So, why do you want to practice in C language object-oriented? Why not just use C? I hope this set of macros, can really help to write object-oriented code C programmers who want to use the C language! Source includ (2012-11-21, C/C++, 239KB, 下载57次)

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

[其他小程序] 084221033

一元多项式计数器 基本要求: (1)输入并建立多项式; (2)输出多项式:n, c1, e1, c2, e2, …cn , en, 其中,n是多项式项数,ci和ei分别是第 i 项的系数和指数,序列按指数降序排列。 (3)两个多项式相加、相减、相乘、相除; (4)计算多项式在x处的值; (5)求多项式的导函数。
Unary polynomial counter basic requirements: (1) input and the establishment of polynomials (2) output polynomial: n, c1, e1, c2, e2, ... cn, en, where, n is the number of polynomial terms , ci and ei are the coefficients of the first term and the index i, the sequence in descending order by index. (3) two polynomial addition, subtraction, multiplication, division (4) Calculate the polynomial in x at the value (5) the derivative of a polynomial function. (2011-05-22, C/C++, 3KB, 下载5次)

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

[其他小程序] jisuanqi

一个一元稀疏多项式简单计算器: 1 输入并建立多项式; 2 输出多项式,输出形式为整数序列n,c1,e1, c2,e2,,,,,,, cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序; 3 多项式a和b相加,建立多项式a+b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队列存储多项式,则需为多项式(a+b)另外创建一个队列。 4 多项式a和b相减,建立多项式a-b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队列存储多项式,则需为多项式(a+b)另外创建一个队列。 5 计算多项式在x处的值。 6 计算器的仿真界面。
A simple calculator a dollar sparse polynomial. (2010-05-19, C/C++, 2KB, 下载10次)

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

[其他小程序] maerkefuxinyuan

产生一阶、二阶、三阶的马尔科夫英语信源序列。
Produce first, second, third order Markov English source sequences. (2010-05-06, C/C++, 1KB, 下载8次)

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

[其他小程序] feinuo

信息论中的关于费诺的编程源代码,对随机产生二进制信源消息进行编码。
Information theory on Fenno programming source code, on randomly generated binary source information is encoded. (2010-05-06, C/C++, 1KB, 下载5次)

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

[其他小程序] lovegirl

一个娱乐的小程序。适合送给你的程序员女朋友
A fun little program. Give your girlfriend for programmers (2010-04-04, C/C++, 153KB, 下载196次)

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

[其他小程序] erluosifangkuai

俄罗斯方块.用于娱乐的小游戏程序,自己的小作品,很多的不足
yong yu yu le de xiao you xi (2010-01-12, C/C++, 1KB, 下载4次)

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

[其他小程序] assets_manage

该软件主要是实现对中小企业的资产进行系统化的管理 。可以对各基本数据进 行录入、修改、插入、查询、删除等功能。如可以统计各类资产的总价格,按总价格从高到 低排序后输出;统计各资产的出借次数,从高到低排序后输出;列出到期未还的出借信息(如: 资户编号,责任人姓名);其它方面的统计等。由此来系统化管理企业资产,达到简易操作 的目的。
This software implement for managing the assets in small companies (2009-12-08, C/C++, 27KB, 下载5次)

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

[其他小程序] calculator

一元多项式简单计算器实现一下基本功能: 1,输入并建立多项式 2,输出多项式,输出形式为整数序列:n,c1,e1,c2,c2,...,cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数 3,多项式a和b相加,建立多项式a+b 4,多项式a和b相减,建立多项式a-b.
Dollar sparse polynomial calculator. (2009-12-01, C/C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/988658.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

[其他小程序] c

杂谈 分类:工作备忘 我们常用Excel统计一些数据,如果善用VBA,就能自动做出各种复杂的报表,懒人就是追求一劳永逸!不过,也不是真懒啦,只是用智慧(脑力劳动)将自身从体力劳动中解放出来而已,人类也是这样进步的
Category talk: a reminder of our work a number of commonly used Excel Statistics data, if the use of VBA, will be able to automatically make a variety of complex statements, is the pursuit of laziness once and for all! However, you are not really lazy, but with wisdom (mental) to their own liberation from the physical but also the progress of humanity (2009-05-11, C/C++, 6KB, 下载3次)

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

[其他小程序] 1

愚人节恶搞小程序 自动弹出光驱 播放音乐 关闭显示器 对话框。。。 (不具任何破坏性,纯属娱乐)
Fool s Day Comedy applet, does not have any destructive (2009-04-02, C/C++, 1KB, 下载77次)

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

[其他小程序] ZOJ_twf

解决了acm.zju.edu.cn上若干道算法题 其中有dp, 字符串处理, 计算几何等内容 希望与大家共同学习
Resolved acm.zju.edu.cn algorithm on a number of topics including Road dp, string processing, computational geometry, such as the content of hope and common learning (2008-06-17, C/C++, 2060KB, 下载8次)

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

[其他小程序] snow

该软件是娱乐软件,打开后电脑屏幕上,就会下小雪花,很有趣的。
The software is the entertainment software, open the computer screen will be under the small snowflakes, very interesting. (2008-03-31, C/C++, 52KB, 下载4次)

http://www.pudn.com/Download/item/id/427370.html
总计:17