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

[其他行业] 华中8型数控系统PLC编程说明书-V1.1

顺序程序是指对机床及其相关设备进行逻辑控制的程序。对于电气自动化控制工程人员而言,广泛采用的控制流程是以顺序控制为基础的。而顺序程序的编制正是在这一基础上产生的一种用于PLC控制的编程方式。 数控系统先将程序转换成某种格式,CPU即可对其进行译码和运算处理。CPU高速读出存储在存储器中的每条指令,通过算术运算来执行程序。顺序程序的编制由编制梯形图以及其它PLC标准语言开始的,所谓梯形图可理解为CPU中算术运算的执行顺序
A sequential program is a procedure for the logic control of a machine tool and its related equipment. For the electrical automation control engineers, the widely used control process is based on the sequential control. The programming of sequential programs is a way of programming on this basis for PLC control. The numerical control system converts the program into a certain format first, and the CPU can decode and deal with it. CPU reads every instruction stored in the memory at high speed and executes the program by arithmetic operations. Compiling sequential programs compiled by the ladder and began other standard PLC language, can be understood as the so-called ladder execution sequence arithmetic in CPU (2018-01-26, PLC, 13650KB, 下载4次)

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

[其他行业] C++AGV 路径规划与运行仿真程序

在AGV实现过程中,核心就在于AGV路径的规划和AGV自身的调度控制,该程序实现了AGV路径规划与运行仿真
AGV route planing and motion simulation (2017-10-11, Visual C++, 25KB, 下载115次)

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

[其他行业] shoot

模拟打靶系统:基于Borland C++编程环境下编写的C语言程序,具有模拟室内真实打靶系统的功能,同时拥有实时显示注册用户的各种数据,如此外还有登录、注册、修改个人密码的功能等。
Simulating shooting target system:this system owns the function that is simulating the real shooting targets indoor ,and can trackingly display the datas when the user is using this system and also can search the information .What s more ,this small system has logining ,registration and modify personal password etc. (2012-11-01, Borland C++, 10117KB, 下载36次)

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

[其他行业] FANUC-Fladder-V5.3

Fanuc PMC 编程软件 版本号V5.3,用于PMC梯形图控制程序编写、监控、上载下载以及监控,是Fanuc 机床调试的必备软件。
Fanuc PMC programming software version number V5.3 for PMC ladder control program preparation, monitoring, uploading and downloading, and monitoring Fanuc debugging tools necessary software. (2012-10-18, Windows_Unix, 13224KB, 下载27次)

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

[其他行业] CameraControl

使用ED-SDK v2.10开发的控制Canon相机的一个小程序,基本上实现了绝大部分的对相机的控制操作,对相机编程的人很有帮助!
ED-SDK v2.10 developed a small program to control Canon cameras, basically most of the control operation of the camera, the camera programming helpful! (2012-07-04, Visual C++, 76KB, 下载66次)

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

[其他行业] WelfareLottery

项目描述:该项目采用java面向对象编程思想实现了对福利彩票中35选7、双色球、 及七乐彩中奖原则与产生的随机数进行对比,判断是否中奖。首先进入选择福利彩票的类型,然后进入到买号,可以自己填,也可以随机选择,最后进行兑奖 运用技术:此项目运用了图形界面GUI的开发、对文件的读写、随机数的产生
Project Description: The project uses the Java object-oriented programming ideas to achieve the welfare lottery 35 select 7, two color, And seven Lok Choi winning the principle of random numbers generated were compared to determine whether the winning. Select the type of welfare lottery, then the first to enter into the buy number, can fill in, and can also be randomly selected, and finally Duijiang Use of technology: This project is the use of the development of the graphical interface GUI, file read and write, and random number generation (2012-04-14, Java, 1596KB, 下载12次)

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

[其他行业] Billiards

VC++超强功能版台球厅计时收费管理系统,数据库使用Access,初始登录密码为111.   本台球计时系统功能主要有:系统参数设置、台球桌信息设置、台球桌使用登记、台球桌调换登记、费用结算、显示台球桌使用状态等。在添加一个使用的台球桌时,系统会自动开始计时,使用完毕后将自动核算出费用。当然,软件的功能还有许多,一些细节上的东西都包括在内,看来作者是下了一番功夫在写本程序,因此VC++编程的Fans们最好下载研究一下哦。
VC++ super-functional version of pool hall time charge management system, database using Access, the initial login password is 111. The main pool timing system functions: System parameter setting, billiards table information is set, billiards tables using the registration, billiards tables exchange registration, cost of settlement, billiard tables show the use of status. Adding a pool table used, the system automatically starts timing out after use will automatically account for the cost. Of course, the software functionality there are many, some of the details of the things that are included, it seems the author is writing down a lot of effort to this program, so VC++ programming Fans who want to download look oh. (2010-03-28, C++ Builder, 156KB, 下载20次)

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

[其他行业] AutoCAD_ARX_CreateEnt

该程序经编译,生成AutoCAD的运行扩展程序,即扩展名为arx的文件,基于AutoCAD二次开发的盛行,很多的工程人员或者工程师要开发适合自己公司的产品,目前最最常用的工具就是Autodesk公司提供的ObjectArx。该程序就是用ARX开发的,里面有创建实体类(CreateEnt类)含有对象Line(直线)、circle(圆)、Pline(多段线)的构造函数的封装等等,以及对其相应属性进行修改的类(Modify),对初学ARX编程的人员特别有益!
The program by the compiler to generate the operation of AutoCAD extension, that extension arx file, based on the prevalence of AutoCAD second development, many engineers, or engineers to develop products suited to their company is currently far the most commonly used tool is the Autodesk provided ObjectArx. The program is developed with the ARX, which have to create entity classes (CreateEnt class) that contains an object Line (straight line), circle (round), Pline (multi-segment line) constructor packaging, etc., as well as to modify their corresponding attribute Class (Modify), for beginners ARX programming personnel particularly useful! (2010-03-02, Visual C++, 20KB, 下载71次)

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

[其他行业] ProcessBOM7.3

SMT离线编程时自动把BOM中的元件型号规格描述按位号导入到元件坐标文件中!
SMT off-line programming automatically when the BOM component model specifications described in the bit-numbers into component coordinates file! (2010-01-30, VBA, 69KB, 下载74次)

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

[其他行业] CharRomSystem

本聊天程序主要是用到了MSWINSCK.OCX控件,是一个学习MSWINSCK.OCX编程的极好范例,这个聊天室同样分为服务端和客户端,服务端可向全体聊天人员发送信息,客户端指定某人或所有人进行聊天,服务端启动时可以设置聊天室最大人数上限,指定IP地址,自动检查服务器状态等。
The chat program is mainly used in the MSWINSCK.OCX control, is an excellent example of learning MSWINSCK.OCX programming, this chat room is divided into the same server and client, chat server can send a message to all the client specifies a person or owner to chat, you can set when the server starts the largest maximum number of chat rooms, specify the IP address, automatically checks the server status. (2009-08-26, Visual Basic, 65KB, 下载2次)

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

[其他行业] LabVIEW_PID_Control_Toolkit

NI LabVIEW 的设计控制和模拟模块(PID)。LabVIEW 可对 HMI(人机对话界面)和 NI PAC(可编程自动化控制器)进行编程。使用 LabVIEW 分析和逻辑功能,可为 HMI 添加决策功能。
NI LabVIEW Control Design and Simulation Module (PID). LabVIEW on the HMI (human-machine interface dialogue) and the NI PAC (Programmable Automation Controllers) programming. The use of LabVIEW analysis and logic functions can be added to the decision-making functions of HMI. (2009-08-03, LabView, 556KB, 下载237次)

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

[其他行业] bookmanage

图书管理系统,关键字:Access数据库,VB可视化编程,ADO控件。随着人类社会的发展,人类对知识的需求也不断地增长。在这种形势下,书籍就渐渐地成为人们获取并增长知识的主要途径,而图书馆就自然而然地在人们的生活中占据了一定的位置。 学校作为教书育人的中坚力量,图书馆的作用更是举足轻重。学校图书馆要做到安全顺畅的运转,为广大同学提供良好的服务,就必须有一套完善健全的运行管理机制。联系实际,考虑各层次学校的情况,软件本身要求易学,界面友好,容易掌握,可以较简单方便的管理各种图书信息;硬件的配置要求不能太高,这样可以很好的适应当前的学校图书馆。系统的总体特点应该是方便、简单、实用。 本系统主要实现的功能有:图书的编目,图书资料的查询删除以及修改,用户资料的查询修改以及删除,图书的借阅,图书的归还,添加管理员帐户,修改管理员密码等功能。
aaaaa (2009-04-20, Visual Basic, 1460KB, 下载52次)

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

[其他行业] C_POWER_FL

即使对于一个简单的电力系统,潮流计算也不是一件简单就可以完成的事,其运算量很大,因此如果对于一个大的、复杂的电网来说的话,由于其节点多,分支杂,其计算量可想而知,人工对其计算也更是难上加难了。特别是在现实生活中,遇到一个电力系统不会像我们期望的那样可以知道它的首端电压和首端功率或者是末端电压和末端功率,而是只知道它的首端电压和末端功率,更是使计算变的头疼万分。为了使计算变的简单,我们就可以利用计算机,用C语言编程来实现牛顿-拉夫逊(Newton-Raphson)迭代法,最终实现对电力系统潮流的计算。
err (2008-12-01, DOS, 2KB, 下载2次)

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

[其他行业] FX_PLC_CRACK

三菱FX系列PLC密码读取程序 通过PLC编程线连接电脑串口,可直接读取有密码的PLC程序的密码,便于用户上传下载PLC程序
Mitsubishi FX Series PLC password to read the procedures adopted by PLC computer programming serial cable can be directly read of the PLC program is password password, user-friendly uploading and downloading PLC program (2007-12-21, Visual C++, 33KB, 下载116次)

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

[其他行业] LunchGuid

使用Visual C++6编制的外卖管理系统C/S架构,数据库采用Sql Server2000,ADO编程,实现定餐的添加、数据的处理、送外卖人员的记录和收入的处理。数据库文件也有备份,使用的时候请先将数据库备份文件还原后再进行编译运行。
use Visual C 6 meal prepared by the Management System C/S structure, using SQL Server 2000 database, ADO programming, the addition of set menus, data processing, as delivery personnel records and revenue management. There was also a database backup, please use the database backup file compile after reduction operation. (2007-05-13, Visual C++, 1262KB, 下载132次)

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

[其他行业] 解密与加密技术教程

由本站与广大网友合作的新书《加密与解密--软件保护技术与解决方案》于近日上市,全国新华书店发行,需要者可于近期到本地各大书店咨询。   看完这本书,解密不再神秘。不论是解密爱好者还是软件编程者都应该好好去看看。
by netizens site with the cooperation of a new book entitled "Encryption and decryption-- software protection technologies and solutions" in the recent listing of the country and distributed by Xinhua Bookstore, will be needed in the near future to the local Advisory major bookstores. Reading this book, declassified no longer mysterious. Both lovers or decryption software programming has to be good to look at. (2005-09-26, MultiPlatform, 4535KB, 下载86次)

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

[其他行业] 坐标转换的源代码

VC系统下,地球坐标转换的源代码,在WGS-84坐标和北京54坐标之间的一套转换参数,可以全国通用的,在每个地方会不一样,因为它们是两个不同的椭球基准。
VC system, the Earth coordinates conversion source code, the WGS-84 coordinates and coordinate between Beijing 54 set conversion parameters can be nationwide, in every place to be different, because they are two different ellipsoid benchmarks. (2005-06-20, Visual C++, 2KB, 下载2306次)

http://www.pudn.com/Download/item/id/1119263644233420.html
总计:117