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

[其他小程序] 1237129

输入某年某月某日,判断这一天是这一年的第几天? 以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊情况,闰年且输入月份大于3时需考虑多加一天。
Enter a certain day, judgment day is the first few days this year? Adds up to March 5, for example, should the two month before, then add 5 days of the first few days of the year, special circumstances, a leap year and input in greater than 3 should be considered to add a day. (2015-07-30, Delphi, 1KB, 下载1次)

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

[其他小程序] StringNumPlus1

C++实现的字符串加1,支持任意夹带数字的字符串,对于英文字母则循环相加,不支持浮点表示法。 形如:9, 1-1-a、$#99^@、1-1-Z 结果:10,1-1-b、$#100^@、1-1-A
The C++ implementation string plus 1 to support any entrained digital string, the loop sum for the letters of the alphabet does not support floating point notation. Shaped like: 9, 1-1-a, $# 99 ^ @ ,1-1-Z Results :10,1-1-b, $# 100 ^ _AT_,1-1-A in 形如:9, 1-1-a、$#99^@、1-1-Z 结果:10,1-1-b、$#100^@、1-1-A (2013-01-24, Visual C++, 1KB, 下载9次)

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

[其他小程序] kxcaljs

科学计算器界面简单大方,除了最基本的加、减、乘、除功能外,还支持常用的储存、取存、累存、积存、清存、取余、取整功能,支持十六进制、十进制、八进制、二进制、上档功能、双曲函数、快速使用,方便切换退格,清屏、全清等功能!
Scientific calculator interface is simple and elegant, in addition to the basic addition, subtraction, multiplication, and also supports the storage of commonly used functions, accessing tired deposit, accrued Qing deposit, remainder, rounding support hexadecimal , decimal, octal, binary on the file functions, hyperbolic functions, fast to use, convenient switching backspace, the screen is cleared, all clear function! (2013-01-07, HTML, 9KB, 下载3次)

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

[其他小程序] vc

请编写一个函数void fun(int tt[m][n],int pp[n]),tt指向一个m行n列的二维函数组,求出二维函数组每列中最小元素,并依次放入pp所指定一维数组中。二维数组中的数已在主函数中赋予。
Please write a function void fun (int TT [m] [n], int PP [n]), TT points to the two-dimensional function of an m-row n-th column groups, find the smallest element in each column of the two-dimensional function group, and sequentially put pp designated one-dimensional array. The two-dimensional array in the number given in the main function. (2012-10-25, Visual C++, 2KB, 下载5次)

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

[其他小程序] zhengshujisuanqi

实现一个简单的整数计算器,能够进行加、减、乘、除和乘方运算。使用时算式采用后缀输入法,每个操作数、操作符之间都以空白符分隔。例如,若要计算"3+5"则输入"3 5 +"。乘方运算符用"^"表示。每次运算在前次结果基础上进行,若要将前次运算结果清除,可键入"c"。当键入"q"时程序结束。
A simple integer calculator capable of addition, subtraction, multiplication, addition to computing and power. Use the formula using the suffix input method, each operand, the operator between the blank-delimited. For example, to "3+5", enter "35+". Involution operator "^". Each operator on the basis of previous results to the previous result of the operation to clear, you can type "c". Type "q" end of the process. (2012-05-10, Visual C++, 1KB, 下载7次)

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

[其他小程序] calculate

用WinSock编程来实现一个简易的通用计算器,并实现基本的加、减、乘、除、求平方根,求倒数等基本运算(必须实现的功能),实现求角度的正弦、余弦、正切等基本运算、实现求指数、自然对数、常用对数等基本运算
WinSock programming to achieve with a simple universal calculator, and to achieve the basic add, subtract, multiply, divide, square root, find the reciprocal of the basic operations (must implement the function), seeking to achieve the angle of the sine, cosine, tangent, and other basic operations, seeking to achieve index, natural logarithm, common logarithm, and other basic operations (2011-03-24, Visual C++, 1882KB, 下载3次)

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

[其他小程序] RussianDoll

俄罗斯套娃奖品程序设计 伊万洛夫在比武大会上力克群雄,成为新一届“草原雄鹰”,为部落赢得了莫大荣誉。首领决定要重重奖赏,他对伊万洛夫说:“孩子,你是知道的,面前的这片草原,南北向和东西向的道路纵横交错。现在,路口放着纯金打造的俄罗斯娃娃,重量大小不等,重的都能装下轻的。你可以沿着道路飞奔,拾取路口的娃娃,要求是任何时刻必须是一个套娃,装好后就不能再拆开了。注意不要走重复路。”
Russian Doll prize Programming Manual Yiwanluofu in the contest for Congress Rick of the pack, become the new "Prairie Eagle," has won a great honor for the tribe. Leaders decided to numerous awards, he Yiwanluofu said: "My child, you know, before this piece of grassland, north-south and east-west roads criss-cross. Now, crossing the Russian-built pure gold stood dolls weight, sizes, weight can be installed under the light. you can gallop along the road, pick up the doll junctions require at any time and must be a set of baby, well after installation can not apart. Be careful not to go Repeat way. " (2010-08-08, Visual C++, 1740KB, 下载14次)

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

[其他小程序] RandomGame-LuckyPoker[v1.0.1]

自己设计的小游戏,模仿中福在线的幸运扑克做的,玩法类似豪斯,控制台界面,虽然不是GUI,但是界面相当友好,没有太复杂的算法,可以供希望学习控制台界面设计的朋友参考。
Self-designed games, imitating the blessing of the lucky online poker to do, games are played similar to the House, the console interface, though not GUI, but the interface very friendly, not too complicated algorithms, can be used for friends who want to learn the console interface design for reference. (2010-02-06, Visual C++, 16KB, 下载12次)

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

[其他小程序] Calculator

多功能计算软件程序清单 功能要求:具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入运算符(+,-,*,/)、第一个运算数、第二个运算数,然后输出结果, 当用户输入 Q 则退出系统,否则允许用户连续进行运算。
Multi-function calculation software program list functional requirements: with integer data, floating-point data arithmetic (add, subtract, multiply, divide) operator function. Followed by enter operator (+,-,*,/), the first operand, the second operand, and then output the result, when the user enters ' Q' then exit the system, or allows the user to continuous operation. (2009-12-24, C/C++, 35KB, 下载5次)

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

[其他小程序] C2Excel

1快速将txt格式的数据文件转换为excel文件 2后缀名不一定是txt只要是文本格式的就行 3可以自己指定分隔符(tab,空格,或者用户自定义的符号) 4是本人写的vb版本的升级版,使用更加方便,加量不加价 O(∩_∩)O
Txt format quickly a data file is converted to excel file name suffix 2 is not necessarily txt text format as long as they can choose their own on-line three separator (tab, space, or user-defined symbols) 4 is written in vb I version of the upgraded version of the use of more convenient, plus the amount does not increase O (∩ _ ∩) O (2009-11-27, Visual C++, 101KB, 下载100次)

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

[其他小程序] c

题目:输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊       情况,闰年且输入月份大于3时需考虑多加一天
Title: enter a certain period of a day, this is the one to judge the first few days this year? 1. Program Analysis: The March 5 as an example, should the first two months of the combined first, and then five days together with the first few days of this year, the special circumstances of the importation of leap year and the month when more than 3 considered more a day (2009-06-15, C/C++, 3KB, 下载3次)

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

[其他小程序] mima

试用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。(加密方法:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (I=1,2,3)。例如:m="data security"对应数字"3,0,19,0,18,......,19,24";k="best" 对应数字为"1,4,18,19"密钥长度为4。c="eeltt ……r")其中c1=m1 + k1 mod 26 = 4 (e),c5=m5+k1 mod 26=19(t),c12=m12 +k4 mod 26 = 17 (r)。
Password维吉利亚trial approach to ART (not case-sensitive) as the key for any given encrypted letters. (Encryption methods: the letters a, b, c ... z corresponds to the number 0,1,2 ... ... 25. Expressly letters m, ciphertext c, the key k, c = m+ ki mod 26 (I = 1,2, 3). For example: m = " data security" corresponds to the number of " 3,0,19,0,18 ,......, 19,24" k = " best" corresponding figure for the " 1,4,18 , 19 " key length of 4. c =" eeltt ... ... r " ) in which c1 = m1+ k1 mod 26 = 4 (e), c5 = m5+ k1 mod 26 = 19 (t), c12 = m12+ k4 mod 26 = 17 (r). (2009-05-04, Visual C++, 231KB, 下载9次)

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

[其他小程序] array

C++的数组类管理类定义 被本人持续使用并完善超过20年 支持动态数组,和2维数组 类似于VC++中的CArray,且许多内部方法都与CArray的内部方法相同,但效率和方便性比CArray要好许多。特别重要的是:它们可以跨平台地工作于任何C++开发环境。
A c++ array management type definition series. They work like CArray class in VC++.But they work more efficient and more convenient than CArray .Most importantly,they work cross-platform,they can work under any C++ development platform. (2009-02-05, C++ Builder, 5KB, 下载9次)

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

[其他小程序] IR-2

红外遥控式简单计算器演示程序 * * 用红外遥控器做输入(适用新式遥控器) * * * * LCD1602显示方式: * LCD第一行显示:CALCULATOR * * LCD第二行显示:运算过程 * * * 主要功能: * 0-99两位数之间的加、减、乘、除整数运算
Simple calculator-style infrared remote control demo program** to do with infrared remote control input (the application of new remote control)**** LCD1602 display:* LCD display the first line: CALCULATOR** LCD second line shows: Operational process*** Main functions:* between 0-99 double-digit add, subtract, multiply, with the exception of integer calculations (2008-09-30, C/C++, 30KB, 下载15次)

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

[其他小程序] CreateHWNDTest

本程序是一个演示如何快速生成一个覆盖整个屏幕的透明窗体.(包括任务栏).qq截屏程序用的就是这个.注意,运行后千万不要因为是死机了,是因为整个屏幕被透明窗体覆盖了.呵呵,按alt加tab切换程序.
This procedure is a demonstration of how to quickly generate a transparent screen cover the entire form. (Including the taskbar). Qq Screenshots used in this procedure. Attention must not be running because it is a crash, because the whole screen was a transparent window body cover. Oh, by alt plus tab switch process. (2008-07-22, Visual C++, 1361KB, 下载40次)

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

[其他小程序] Algorithm

c++经典小程序。包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转后序式(前序式) 后序式的运算 关于赌博 洗扑克牌(乱数排列) Craps赌博游戏 约瑟夫问题(Josephus Problem) 集合问题 排列组合 格雷码(Gray Code) 产生可能的集合 m元素集合的n个元素子集 数字拆解 排序 得分排行 选择、插入、气泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的气泡排序 Heap 排序法 - 改良的选择排序 快速排序法等
err (2008-06-15, C/C++, 440KB, 下载335次)

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

[其他小程序] jsq

这是我的一个实验设计,利用MATLAB的GUIDE图形用户界面工具,实现一个计算器,完成实数的加、减、乘、除、开方、取对数和求幂次。里面有实验报告和代码
This is one of my experimental design, the use of MATLAB s GUIDE graphical user interface tools, to achieve a calculator to complete the real number of add, subtract, multiply, divide, prescription, check on the number and seek power. There are experimental reports and code (2008-04-13, matlab, 54KB, 下载54次)

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

[其他小程序] desktopShow

这是本人开发的一款个性化的桌面,功能包括个性化便签,个性化阴阳历,个性化桌面,利用js技术实现桌面上动态地更新个性化资料。特别是用于想要桌面秀的女生一族。使用中如需帮助请加本人QQ:327132128,一起共同讨论。
This is my development of a personalized desktop, features include personalized notes, personalized阴阳历, personalized desktop, using technology to achieve js desktop dynamically updated personalized information. Especially for the girls want to show the desktop group. If you need help, please use plus my QQ: 327132128, with a common discussion. (2008-03-02, JavaScript, 21KB, 下载26次)

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

[其他小程序] ZJU2007CSTEST1

给定一系列2维平面点的坐标(x, y),其中x和y均为整数,要求用一个最小的长方形框将所有点框在内。长方形框的边分别平行于x和y坐标轴,点落在边上也算是被框在内。
Given a series of 2-dimensional plane the coordinates of points (x, y), in which x and y are integers, with a minimum requirement of a rectangular box including all the points box. Rectangular box parallel to the edge, respectively, x and y coordinate axis, point fall on the edge of the box is also regarded as being included. (2008-02-23, C/C++, 1KB, 下载7次)

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

[其他小程序] SimpleCalculator

(1) 从键盘读入算式。 (2) 可以进行加、减、乘、除运算。 (3) 运算要有优先级。 (4) 用户可以按任何的运算符出现顺序进行输入。 (5) 不限定用户输入的计算式的长度。 (6) 有排错功能,当用户输入错误的算式时提示用户
(1) read from the keyboard into the formula. (2) can add, subtract, multiply, with the exception of computing. (3) The operator must have priority. (4) the user can press any of the emergence of the order of operator input. (5) does not limit the user to enter the length of the calculation formula. (6) have troubleshooting features, when the user enters the wrong formula prompts the user when (2007-12-25, Visual C++, 1KB, 下载7次)

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