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

[其他小程序] ClickRobot_v1

按钮点击机器人ClickRobot,可根据窗口标题和按钮文字获得句柄,设置时间间隔自动点击按钮,可用在如通达信的下载数据窗口交易时段定时下载。python源码及编译好的程序,源码需安装wxPython库
ClickRobot,which can be handled according to the title of the window and the text of the button, and the automatic click button is set at the time interval (2018-02-10, Python, 11075KB, 下载8次)

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

[其他小程序] 03

企业电话语音录音管理系统(1)本系统默认操作员用户名为:tsoft,密码为:111。 (2)可执行文件位置:\03\PhoneRecord\Debug\PhoneRecord.exe (3)本系统使用的是东进D系列电话语音卡,使用前需要安装DJDBDK V3.4.0驱动程序,安装驱动后还要在程序根目录中添加NewSig.h、NewSig.lib、djcvt.h、djcvt.lib、Tc08a32.h和Tc08a32.lib等6个文件。 -Business telephone voice recording management system (1) the operator of the system default user name: tsoft, password: 111. (2) executable file location: \ 03 \ PhoneRecord \ Debug \ PhoneRecord.exe (3) east of the system is using telephone voice card into the D series, the use of the former need to install DJDBDK V3.4.0 driver, even after installing the driver Add the root directory in the program NewSig.h, NewSig.lib, djcvt.h, djcvt.lib, Tc08a32.h and Tc08a32.lib the 6 files.
企业电话语音录音管理系统(1)本系统默认操作员用户名为:tsoft,密码为:111。 (2)可执行文件位置:\03\PhoneRecord\Debug\PhoneRecord.exe (3)本系统使用的是东进D系列电话语音卡,使用前需要安装DJDBDK V3.4.0驱动程序,安装驱动后还要在程序根目录中添加NewSig.h、NewSig.lib、djcvt.h、djcvt.lib、Tc08a32.h和Tc08a32.lib等6个文件。-Business telephone voice recording management system (1) the operator of the system default user name: tsoft, password: 111. (2) executable file location: \ 03 \ PhoneRecord \ Debug \ PhoneRecord.exe (3) east of the system is using telephone voice card into the D series, the use of the former need to install DJDBDK V3.4.0 driver, even after installing the driver Add the root directory in the program NewSig.h, NewSig.lib, djcvt.h, djcvt.lib, Tc08a32.h and Tc08a32.lib the 6 files. (2013-09-12, Visual C++, 3644KB, 下载1次)

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

[其他小程序] pro10

USACO第10题,Marry乳业从一些奶农手中采购牛奶,并且每一位奶农为乳制品加工企业提供的价格是不同的。此外,就像每头奶牛每天只能挤出固定数量的奶,每位奶农每天能提供的牛奶数量是一定的。每天Marry乳业可以从奶农手中采购到小于或者等于奶农最大产量的整数数量的牛奶。 给出Marry乳业每天对牛奶的需求量,还有每位奶农提供的牛奶单价和产量。计算采购足够数量的牛奶所需的最小花费。
Give the requirement of milk and the amount that they offer. (2013-05-24, Visual C++, 398KB, 下载3次)

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

[其他小程序] Android_shiwutixing

事物提醒功能源码事物提醒功能源码事物提醒功能源码
package com.cn.daming import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.Button import android.widget.ImageView import android.widget.TextView /** * 主页面 **/ public class AlarmClockAdapter extends BaseAdapter{ private LayoutInflater layoutInflater private Context context private List<String> alarm_ids private List<String> alarm_times private List<String> alarm_repeats private List<String> alarm_isopens private List<String> alarm_kinds ZuJian zuJian public AlarmClockAdapter(Context context,List<String> ids,List<String> times,List<String> repeats, List<String> isopens,List<String> kinds) { this.context = context this.alarm_ids = ids this.alarm_times = times (2013-05-19, Java, 856KB, 下载6次)

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

[其他小程序] AddressBook2.1

1、模拟手机通信录的功能,能功实现添加、删除、修改手机能信录; 2、通信录按姓名进行排序,同一个记录可存储多个手机号、办公电话等; 3、符合课题要求,实现相应功能,可以增加其他功能或修饰,使程序更加完善、合理; 4、要求界面友好美观,操作方便易行
1, the analog mobile phone address book can function to add, delete, modify phone letter recorded 2, address book sorted by name, the same record can store multiple phone number, office phone meet the subject requirements corresponding function can add additional features or modifications, to make the program more comprehensive and reasonable 4, the interface is friendly and beautiful, easy to operate and easy (2012-06-25, Java, 36KB, 下载4次)

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

[其他小程序] infovedio

利用MediaInfo動態鏈接庫獲取多媒體文件信息的示例,可以獲取所有格式的流媒體文件有關信息,如比率、媒體時長,視頻編碼,音頻編碼,屏幕比率等詳細信息。主要演示怎樣調用MediaInfo.dll庫文件。返回的信息目前是英文信息,想要漢化處理的網友可以把讀取返回的信息放到數組中,自己逐個翻譯即可。
The MediaInfo dynamic link library to obtain the example of the multimedia file information, you can obtain information about streaming media files of all formats, such as the duration ratio, media, video encoding, audio encoding, screen ratio, for more information. Main demonstrates how call MediaInfo.dll library file. The information returned is the current information in English, to finished processing the users can read the information returned into the array, they one by one translator can. (2012-03-31, Visual Basic, 501KB, 下载4次)

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

[其他小程序] huffman

此程序实现了huffman编码,程序开始输入信源个数,之后输入对应的概率,若概率值不属于0~1或概率和大于1则会要求重新输入,最终输出编码表。
This program implements the huffman coding, the program began to enter the number of sources, and then enter the corresponding probability, if not a probability or probability 0 to 1 and greater than 1 will be required to re-enter, the final output code table. (2011-02-28, Visual C++, 1KB, 下载5次)

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

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

[其他小程序] 03

给定n个大小不等的圆c1,c2,c3,...,cn,现要将这n个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。编程任务:对于给定的n个圆,设计算法,计算n个圆的最佳排列方案,使其长度达到最小。 输入:第一行有1个正整数n (圆的个数1≤n≤20) 接下来的1行有n个数,表示n个圆的半径 输出:将计算出的最小圆排列的长度(保留2位小数) 例如: 输入: 3 1 1 2 输出: 7.66
Given n-size circle c1, c2, c3 ,..., cn, is a circular to this n into a rectangular box, and asked to circle and tangent to the bottom edge of the rectangular box. With the issue of yen from the n-all arranged in a circle to identify the length of the circle with the smallest. Programming tasks: for a given round of the n-designed algorithm to calculate the best n-round with programs to minimize the length. Input: the first line there is a positive integer n (the number of round 1 ≤ n ≤ 20) then there is n number of line 1, that n the radius of a circle Output: the minimum will be calculated with the length of a round (reservations 2 decimal) For example: Input: 3 1 1 2 output: 7.66 (2009-07-04, Visual C++, 966KB, 下载23次)

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

[其他小程序] hge_render_input_cn

HGE中文显示与中文输入整合新方案。基于字符缓冲模式的原理,绘制使用 GetGlyphOutline 获取字符的65级灰度位图数据Blt到纹理中,这样就可以支持平滑(无锯齿)字体的显示。
HGE Chinese show new integration with the Chinese character input program. Model based on the principle characters in the buffer, rendering the use of characters GetGlyphOutline access to 65 gray Blt the bitmap texture data, so that you can support the smooth (not serrated) display fonts. (2009-06-17, Visual C++, 257KB, 下载208次)

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

[其他小程序] time

欧文于1771年5月14日出生于北威尔士蒙哥马利郡的牛顿城,是全家七个孩子中的第六个。他的父亲是位马具师和小五金商,母亲是女邮政员。因为这七个孩子中有两个早夭,年少时的欧文很受父母的疼爱。欧文小时候酷爱读书,他们住的小镇上,有学问者的书房基本上都 向他开放。童年的欧文通读了所有他能找到的感兴趣的书籍。小时候的欧文多灾多难,几次差点都搭上性命,当然这些差
DATA SEGMENT X DB 66H Y DB 35H Z DW ? DATA ENDS CODE SEGMENT ASSUME CS:CODE,DS:DATA START: MOV AX,DATA MOV DS,AX XOR AX,AX MOV AL,X SHL AX,1 MOV BX,AX SHL AX,1 SHL AX,1 ADD BX,AX MOV AH,0 MOV AL,Y SHL AX,1 SHL AX,1 ADD BX,AX SHR BX,1 MOV Z,BX A1: JMP A1 CODE ENDS END START (2009-05-11, Visual C++, 158KB, 下载3次)

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

[其他小程序] stack

欧文于1771年5月14日出生于北威尔士蒙哥马利郡的牛顿城,是全家七个孩子中的第六个。他的父亲是位马具师和小五金商,母亲是女邮政员。因为这七个孩子中有两个早夭,年少时的欧文很受父母的疼爱。欧文小时候酷爱读书,他们住的小镇上,有学问者的书房基本上都 向他开放。童年的欧文通读了所有他能找到的感兴趣的书籍。小时候的欧文多灾多难,几次差点都搭上性命,当然这些差
DATA SEGMENT X DB 66H Y DB 35H Z DW ? DATA ENDS CODE SEGMENT ASSUME CS:CODE,DS:DATA START: MOV AX,DATA MOV DS,AX XOR AX,AX MOV AL,X SHL AX,1 MOV BX,AX SHL AX,1 SHL AX,1 ADD BX,AX MOV AH,0 MOV AL,Y SHL AX,1 SHL AX,1 ADD BX,AX SHR BX,1 MOV Z,BX A1: JMP A1 CODE ENDS END START (2009-05-11, Visual C++, 184KB, 下载3次)

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

[其他小程序] 24point

24点原是民间娱乐,后来发现和数学有关,被称为数学娱乐,数学节还有24点,奥数上也有24点 。6 7 8 8 (6里*8里/(8里-7里)=24公里 )7 7 8 9 (8立方根等于2,9根号等于3,7+3+7*2 =24)。有2、3、4、5、6、7、8、9、10、J、Q、K、A共13张牌,运用数据结构编一程序,判断对任意给定的4张牌,能否在进行加、减、乘、除运算后,其运算结果等于24。其中J按11计算,Q按12计算,K按13计算,A按1计算。如果能得到结果24,则输出可得到该结果的计算表达式。若输入数据符合要求,且经过加、减、乘、除运算后,运行结果能得到24,如输入3,4,8,2,则显示可得到该结果的计算表达式,如(8-4)*3*2=24。若输入数据小于1或者大于13或者不是整数时,提示输入错误。若输入不能运算出24的数据,如1,1,1,1,则显示经过加、减、乘、除运算后,运行结果不能得到24。
err (2008-12-30, Visual C++, 2KB, 下载38次)

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

[其他小程序] sfyj

在VB、VFP应用系统中收发邮件.E-mail是Internet/Intranet网上通信的最主要的方式之一,充分利用E-mail 的功能可以极大地提高企业的工作效率,减轻用户的工作负担
In VB, VFP applications to send and receive mail. E-mail is the Internet/Intranet-line communication the most important one of the ways to fully utilize the functions of E-mail can greatly improve the efficiency of the enterprises to reduce the burden on the user (2008-08-12, Visual Basic, 9KB, 下载8次)

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

[其他小程序] GuessNumKit

猜数字游戏的辅助工具,计算机随即生成4个不同并按照一定顺序排列的0~9之间的数字,让用户猜这4个数是什么。用户输入4个数字后,计算机给出排列及数字正确的个数,例如计算机生成的4个数字为1234,当用户输入4937时,则“4”数字但位置不对,“3”数字和位置都正确,用1A1B表示。该游戏曾经出现在轩辕剑3中,或者与msn机器人“ibot@live.cn”聊天时输入“猜数字”时出现。本程序用于辅助该游戏运行,列出了可能的结果,通常在6次内就可以得到正确的结果。计算机给出的结果一般用xAyB表示,本程序忽略AB,简写为xy (2008-05-07, Visual C++, 71KB, 下载17次)

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

[其他小程序] wangmeng.cn_superiorjack_pCalculator

EXE+代码,没有加组件代码(可以在盒子里下载)。盗版计算器软件过期了,无奈自己做了一个,核心控件用Expression_Parser_v34,自己就写了界面。该组件的精度有限,不能大数高精计算,盼望牛人提供高精计算组件。
EXE+ Code, there is no increase in component code (can be downloaded in boxes). Calculator software piracy expired, but their own to do a core control with Expression_Parser_v34, wrote their own interface. The component (2008-04-12, Flex, 406KB, 下载3次)

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

[其他小程序] fenzhi

用分支定界算法求以下问题: 某公司于乙城市的销售点急需一批成品,该公司成品生产基地在甲城 市。 甲城市与乙城市之间共有n 座城市,互相以公路连通。甲城市、乙 城市以及其它各城市之间的公路连通情况及每段公路的长度由矩阵 M1 给出。 每段公路均由地方政府收取不同额度的养路费等费用,具体数额由矩 阵M2 给出。 请给出在需付养路费总额不超过1500 的情况下,该公司货车运送其 产品从甲城市到乙城市的最短运送路线。 具体数据参见文件: M1.txt: 各城市之间的公路连通情况及每段公路的长度矩阵(有向 图) 甲城市为城市Num.1,乙城市为城市Num.50。 M2.txt:每段公路收取的费用矩阵(非对称)。
err (2007-12-21, Visual C++, 2KB, 下载116次)

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

[其他小程序] Edpe

一个PE文件编辑工具,可以编辑PE信息和区段,输入表查看,内存地址和文件地址换,还可以查看进程和Dump进程.是一个比较综合的工具.
PE stamp text instance, met with startled件Tools, you can meet信startled PE Core messaging 区 kill, HUAI 入 barrels查vessels, twitter Rui Jian-hua Address address text件away, Morrison查you can ship most vehicles Core Dump most vehicles. Did instance, gave birth to war chariot magnetic lift stamp cavity Tools. (2007-08-06, Visual C++, 49KB, 下载40次)

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