搜索资源列表
how_to_use_Visual_Cpp_to_develop_ActiveX_control_b
- This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile scr ipt to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
jQueryAPI_CHM
- jQuery 1.3自从2008年1月14日发布后,后引来了各界的关注,它以其快速、简洁,能够很轻易地处理HTML文档、控制事件、给页面添加动画和Ajax效果等打动着所有关注它的人的心.-jQuery 1.3 Since the January 14, 2008 release, the latter attracted public concern, because of its quick, simple and can easily deal with HTML documents, co
ASP.NET2.0clientcallback
- 开发人员使用Javascr ipt的一个主要原因就是可以避免回发过程中带来的页面刷新。例如我们可以根据用户的需要使用Treeview控件来展开和折叠相应的数据节点。当你展开一个节点时,该Treeview控件将会利用Javascr ipt读取服务器上的子节点信息,然后平滑无刷新地插入这些新节点。如果没有使用Javascr ipt的话,Treeview控件将会因为页面的回发而重新构建。不但用户会发现因页面刷新而带来的延迟,而且页面极有可能回复到原来的状态,即丢失前面所展开的那些子节点信息。对于服务器
RealtimeDigitalSimulationofControlSystemwithLabVIE
- 《Real-time Digital Simulation of Control System with LabVIEW Simulation Interface Toolkit》 Xiang Xuejun Xia Ping Yang Sheng Liu Ping Control Conference, 2007. CCC 2007. Chinese July 26 2007-June 31 2007 Page(s):318 - 322 Digital Object Iden
RemoteDataAcquisitionControlandAnalysisusingLabvie
- 《Remote Data Acquisition, Control and Analysis using LabVIEW Front Panel and Real Time Engine》 Swain, N.K. Anderson, J.A. Ajit Singh Swain, M. Fulton, M. Garrett, J. Tucker, O. SoutheastCon, 2003. Proceedings. IEEE 4-6 April 2003 Page(s):1
ExploitingForceFeedbackinPilotTrainingandControlof
- 《Exploiting force feedback in pilot training and control of an underwater robotics vehicle: an implementation in LabVIEW》 Xunzhang Wang Seet, G.G.L. Lau, M.W.S. Low, E. Tan, K.C. OCEANS 2000 MTS/IEEE Conference and Exhibition Volume 3, 1
integrationofhardwareintothelabview
- <Integration of hardware into the labview environment for rapid prototyping and the developnient of control design applications> Bell, I. Falcon, J. Limroth, J. Robinson, K. UKACC Control 2004 Mini Symposia 8-8 Sept. 2004 Page(s):79 -
dcmotorspeedcontrolusingfuzzylogicbasedonlabview.r
- DC Motor Speed Control using Fuzzy Logic based on LabVIEW Thepsatorn, P. Numsomran, A. Tipsuwanporn, V. Teanthong, T. SICE-ICASE, 2006. International Joint Conference 18-21 Oct. 2006 Page(s):3617 - 3620 Digital Object Identifier 10.1109/
MicaelSCouceiro_EducationalRobot_XCLEEE2007
- This article describes a radio-frequency controlled mobile robot, monitorizated and controlled through an embedded Java microcontroller. This project included the mobile robot design and building, as well as the control and communication software. Th
bigtable-osdi06
- bigtable是设计来分布存储大规模结构化数据的,从设计上它可以扩展到上2^50字节,分布存储在几千个普通服务器上.Google的很多项目使用BT来存储数据,包括网页查询,google earth和google金融.这些应用程序对BT的要求各不相同:数据大小(从URL到网页到卫星图象)不同,反应速度不同(从后端的大批处理到实时数据服务).对于不同的要求,BT都成功的提供了灵活高效的服务.在本文中,我们将描述BT的数据模型.这个数据模型让用户动态的控制数据的分布和结构-bigtable is d
css3.0
- CSS是Cascading Style Sheet 的缩写。译作「层叠样式表单」。是用于(增强)控制网页样式并允许将样式信息与网页内容分离的一种标记性语言。 -CSS is the abbreviation for Cascading Style Sheet. Translated as " cascading style sheets." For (enhanced) control page styles and allows the separation of sty
VC-control-PPT
- 用vc#实现对ppt的控制,实现上一页,下一页,还有启动,关闭-Vc# with to achieve the PPT control, fulfilling the previous page, the next page, and start, close, and so on
Liferay-Themes
- Liferay Themes: Customizing Liferay’s Look & Feel A theme can control the whole look and feel of the pages generated by Liferay. The portal-side of the page can be completely customized. Even the appearance of the portlets that come with Lifera
Simulation-of-Wireless-Networked-Control-Systems.
- the page describes simulation of wireless network control system
html-page
- an html webpage for simple project. "an ethernet based appliances control system.
spider
- vc环境下编写的蜘蛛程序,可以下载网页,控制网页下载层数,分析网页中的元素-the vc environment written spider can download web pages, to control web download layers, analysis of elements in a web page
gdiFlow
- c#写的.net 画流程图的控件,可以转换成xml。也可以根据xml转换成图。需要客户端安装.net framework. 发出来与大家分享,也希望能对大家做工作流的开发有所帮助。由于种种原因该控件并没有继续开发下去,所以不足之处,请大家指正。 使用方法,附件中有gdiflow.htm和gdiflow.dll两个文件,将其放在wwwroot下或iis的虚拟目录中,直接访问gdiflow.htm即可。如放在本机的wwwroot下,则直接用localhost/gdiflow.htm即
CPPjiexixm
- 由于在javascr ipt中不存在指针概念,故在xml页面调用OCX控件时,以前控件中的输出参数通过指针返回在这样的情况下行不通了,但本来就有返回参数,以及在同时有多个输出参数的情况下,依然想通过返回值返回,那就需要进行处理,然而怎么去处理呢?通过研究发现通过xml形式的字符串返回是一种解决方案,在解决这样的返回值的同时突然发现其实如果输入参数是结构体的话,也可以通过xml字符串的形式传入。然而怎么去解析它呢,而又怎么去做一个xml字符串呢,通过研究学习,以下是当然已有的解决方案。 开发环
Prop
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其它属性页和向导页。-Realize ingenious escape button. How to create a property page and Wizard dialog, and integration on the combo box (combo box how to adjust the
Lesson3
- Menggunakan page control, tab sheet, and message dialog