联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Delphi(248) 

[其他] 201131114208058

该甘特图控件纯属个人开发,使用DELPHI开发。 1、该控件主要用于生产排程或计划用。 2、该甘特图可以自由拖拉更改时间,时间轴可以自由缩放,显示不同的界面效果。 3、可以自由设置3D、更改甘特图大小,是否让用户移动甘特图等效果属性设置。 gant3d,gantchanged,gantmoved这三个属性来控制。 4、该甘特图不用设置颜色,会随机获取颜色,并把相同模号的颜色设置为一样。 当用鼠标点击一个零件时,该套模所有的零件都会变成红色,这个颜色是唯一的, 方便用户查看该模的进度。 5、该甘特图开发周期短,不可避免有很多不如意的地方希望大家提出宝贵的意见。 6、该甘特图是本人研究成果,暂时只能给出试用版出来,如果有高手破解了,我也无话可说。 附带的例子demo.exe采用的控件是没有做时间限制的,但是控件本身已经加密,生成的程序只能使用3天,如果还想试用可以运行“破解.exe”文件,可以多运行一天。 demo里显示的数据是“铣”这个工序的机台信息,大家可以用排程软件给“铣”这个工序排程来测试效果。 排程软件的 用户名是admin,密码是1,登陆后就可以进行排程操作。
only a demo, pls search necessary on internet. (2018-02-02, Delphi, 1261KB, 下载5次)

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

[WEB开发] blogsend-v1.9.9

博客群发大师是一款独创的多内核博客群建群发软件,智能快捷,SEO利器。   本软件是一款免费的专业的离线编辑博客,并能够一口气发送博文到多个博客的智能化系统。你只要填好内容,点击发送既可,编辑和发送过程中都是所见即所得。用户可以随时点“停止”中断发送。并且可以实时查看网站的发布效果。本软件目前已经支持多个国内外高权重博客。是博客写手不可多得的利器,也是网站推广者必备工具。
Master of blog group is a unique multi-core bloggers to build mass software, smart and quick, SEO tool. This software is a free professional offline editor of the blog, and be able to send relief blog post to multiple intelligent system. You only have to fill out the content, click send already but, in the process of editing and sending are what you see is what you get. Stop users can at any time point. And can view real-time web release effect. This software is now support multiple high weight blog at home and abroad. Is a valuable tool blogger, also website promotion is a necessary tool. (2014-12-09, Delphi, 2674KB, 下载2次)

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

[Pascal/Delphi编程] AES-For-Delphi-And-Java-V1.0.0.0

此AES测试用例,使用的加密方式和填充方式是AES/ECB/PKCS5Padding 博主仅仅写了密钥正好是128位时java和delphi的加密解密,192位和256位还没有写,不过应该可以举一反三的, 后续会将192位和256位的加密解密也写出来,请关注http://blog.csdn.net/kunlun122/article/details/29270219
This test AES encryption mode and fill mode using AES/ECB/PKCS5Padding bloggers just wrote a 128-bit key is just java and delphi encryption and decryption, 192 and 256 have not yet written, but should be able to draw inferences The follow-up will be 192 and 256-bit encryption and decryption are written, please pay attention http://blog.csdn.net/kunlun122/article/details/29270219 (2014-06-08, Delphi, 211KB, 下载117次)

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

[波变换] fft2dDemo_Simple

這一個“慢”,但簡單和兩維FFT的演示可以從這裡下載(包括源)。 演示生成的一維或二維的輸入信號(256或256×256大小),這是顯示在左邊的位圖(8位灰度調色板)。 信號包含一個中心的矩形脈衝(脈衝大小從2到256)。因為輸入的是真實的,FFT的日常工聯會()產生偏見的頻譜。如果“重排”被選中,零頻率頻譜的中心轉移到從各自的象限交換數據。複雜的結果顯示在正確的位圖,在可能的方式有四種:模塊,相位,實部或虛部。如果“InvFFT”被選中,逆FFT頻譜,結果是恢復輸入信號應用。然而,恢復輸入信號正確的“重新排序”,已是自由。為了保持傳統的2D信號可以餵從演示Lenna.bmp文件。 (Lenna見下面)。
This "slow" but simple One- and Two-dimensional FFT Demo can be downloaded from here (source included). The Demo generates a 1D or 2D input signal (with size 256 or 256x256) which is displayed in the left bitmap (8 bit gray palette). The signal contains a centered rectangular pulse (pulse size from 2 to 256). Since the input is real, the FFT routine ftu() produces biased spectrum. If "Reorder" is checked, the zero frequency is shifted to the center of the spectrum by swapping data from the respective quadrants. The complex result is displayed in the right bitmap in one of four possible modes: Module, Phase, Real part or Imaginary part. If "InvFFT" is checked, an inverse FFT is applied on the spectrum, the result being the recovered input signal. However, to recover the input signal correctly "Reorder" has to be unchecked. In order to keep up with tradition, the 2D signal may be fed from Lenna.bmp file which comes with the Demo. (See about Lenna below). (2012-05-15, Delphi, 295KB, 下载12次)

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

[Pascal/Delphi编程] WordTest

本文阐述了一个基于K-Nearest Neighbor(KNN)算法的中文网页自动分类系统的体系结构、具体设计和实现过程。系统分成三个模块:中文网页的下载与过滤(王勋完成);KNN算法的训练与分类(黄健完成);算法评估以及分词系统的整合(吴亮完成)。 本人主要是实现算法的评估以及分词系统的整合:分词系统的整合利用爱博汉语分词系统(服务器版本—共享版),将下载下来的中文网页过滤后所得到的txt文件内容进行分词,以便提供给KNN算法进行训练和分类;算法的评估是将KNN算法后所得到的结果进行分析,具体表现是通过查全率(r)、查准率(p)、宏观查全率、宏观查准率、微观查全率、微观查准率的值,以及对求出来的值以直方图、曲线图、梯形图直观的表现出来。
This article is elaboration a system of Chinese page categorization based on K-Nearest Neighbor(KNN) algorithm while is architecture and designs as well as realizes the process specifically. The system are divides into three modules, Chinese homepage downloading and filtration (Wangxun completion), KNN algorithm training and classification (Huangjian completion), and algorithm evaluation and integration of Chinese word segmentation system (Wuliang completion). I mainly is realizes what is algorithm evaluation and integration of Chinese word segmentation system. The Chinese word segmentation system is based on ACWPS that is will download after Chinese homepage filtration, and obtains the .txt document content carries on the participle. For it is providing for the KNN algorithm carries on the training and the classification. After the algorithm appraisal is the KNN algorithm, obtains the result carries on the analysis. Specific performance through the recall rate (r), poor-rate (p), m (2012-03-23, Delphi, 608KB, 下载40次)

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

[其他] xiaoqu

本课题的开发是为物业部门提供一套高效、快捷的应用软件。适用于房产业主、大中小型物业公司、物业服务商、房地产开发商、物业中介公司等物业管理;用于管理公寓、住宅群体、智能小区、商品房、多层住宅、商业大厦、别墅等各类小区。 经过系统分析,系统的项目大体上完成的内容有:住户管理、住户投诉管理、住户报修管理、物业设备维修管理、建筑维修工程管理、停车场管理、物业收费项目管理、物业收费管理等。 管理员用户名和密码都是:codepub
The topic for the property sector development is to provide a highly efficient, fast applications. Apply to property owners, small, medium and large property companies, property service providers, real estate developers, property agents, such as property management for the management of apartments, residential groups, the smart residential, commercial, multi-storey residential, commercial buildings, villas, etc. type of cell. After analysis, the system largely completed projects include: household management, residents complained management, household repair management, property equipment maintenance management, building maintenance, management, car park management, property management fees, property management, and other charges . Administrator user name and password are: codepub (2008-12-01, Delphi, 1239KB, 下载78次)

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

[单片机开发] mosane_NeoNumLED_v0.3

仿真数字 LED 显示控件 关键字:图形 显示 LED 控件 图形 来 自:原创 深浅度:初级 发布时间:2005-4-4 分  类:图形 发布者:mosane 更新时间:2005-4-4 语  种:简体中文 编辑器:DELPHI7 平  台:Win9x,Win2k/XP/NT,Win2003 下载浏览:219/836 作品源代码: 本地电信HTTP下载 软件或演示: - 代码大小: 13.0K 软件大小: - BT搜索客 最新、最快的BT种子搜索工具 文字广告招商 ¥80/月 在线打长途座机只要1毛8 仿真数字 LED 显示,简单易用。 注 意: 本站原创作品,未经作者许可,严禁任何方式转载! 本站转载作品,如果侵犯了您的权益,请联系我们! 相关文章 仿真数字 LED 显示控件 mosane 2005-4-42005-4-4 下载/浏览+219/837 评论+2 LedScreen v2.5 (模拟液晶显示屏) netbat 2001-8-12004-2-13 下载/浏览+456/4217 评论+7 相关评论 共有评论2条 当前显示最后2条评论 haha2002 2005-4-5 9:28:42 非常实用的一个控件,用来显示时间效果很棒,只是好像不能显示 : (delphi6),不知道作者能不能修正一下
digital simulation LED Display Control keyword : LED display graphics from the controls : originality DEPTH : Junior release caption-4- 4 Classification : graphic release : mosane update caption-4- 4 languages : English Editor : DELPHI7-ping Taiwan : Win9x, Win2k/XP/NT, Win2003 downloaded here : 219/836 works of the source code : HTTP local telecommunications software or download demo :-code size : 13.0K software Size :-BT search off the latest and fastest BT seeds text search tool Accordingly 80/on-line long-distance plane as a gross eight LED digital simulation, easy-to-use. Note : site of original works without the permission of the author, forbids any way reproduced! Site work is reproduced, if a violation of your rights, please contact us! Related articles digital simulation LED (2005-04-07, Delphi, 13KB, 下载69次)

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

[网络编程] 网络IP电话源代码

网络IP电话源代码 开机:打开监听服务,以便别人可以和你通话。 关机:关闭监听服务,已经接受的连接不受影响,你可以继续通话。 拨号:连接已经开机的机器,弹出对话框后必须输入对方的IP和端口,如果需要使用代理,请正确设置代理服   务器。 挂机:断开正在进行的通话。 开机后会显示你监听的IP和端口,别人可以通过这个IP和端口和你连接。 连接成功(你拨号连接别人或别人来连接你)后会显示对方的IP和端口。
IP telephony network boot source code : Open monitoring services, and so that other people can talk to you. Shutdown : Close monitoring services, has accepted the connection will not be affected, you can continue to talk. Dial-up : Connecting switched on the machine, pop-up dialog box appears to be imported each other's IP and port, if the need to use the agent, the right to set up the proxy server. Coolness : disconnect the ongoing conversations. After boot monitor will show you the IP and port, the others through IP and port and connect you. Connecting success (your dial-up connection or other people to connect you) will show the other side of the IP and port. (2005-04-04, Delphi, 215KB, 下载41次)

http://www.pudn.com/Download/item/id/1112600719977952.html
总计:248