Welcome![Sign In][Sign Up]
Location:
Search - reg

Search list

[Software Engineeringmodbus-Rtu-master

Description: 文档说明了Modbus® RTU 主站的操作。 这些信息可以作为串行通讯手册(GFK-0582)的补充。
Platform: | Size: 399893 | Author: aoing1984 | Hits:

[File OperateIRF830

Description: Š å å æ A11qqqç èéå êpè1ë pê1ç è­ ® ® Í ð èiìð ç Ž ç é
Platform: | Size: 53683 | Author: reludson | Hits:

[OS programreg

Description: 注册表编程,注册表各个函数使用例子 VC源码
Platform: | Size: 12482 | Author: 杨天 | Hits:

[OtherReg

Description: 一个用delphi写的获取机器码然后用MD5加密的小程序,可以用来实现简单的软件注册用。
Platform: | Size: 196553 | Author: xcplates | Hits:

[Other resourceARM

Description: 基于ARM 的嵌入式系统程序开发要点 ARM® 系列微处理器作为全球16/32 位RISC 处理器市场的领先者,在许多领 域内得到了成功的应用。近年来,ARM 在国内的应用也得到了飞速的发展,越 来越多的公司和工程师在基于ARM 的平台上面
Platform: | Size: 651025 | Author: seattlehuang | Hits:

[Other resourcetheeleven

Description: gve reg wtytu wttr yqrtg qrtfq34 rt432rt q rqet 3q4
Platform: | Size: 132164 | Author: 马刚 | Hits:

[Othermatlab_cpp

Description: Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB® C++ Math Library serves two separate constituencies: MATLAB programmers seeking more speed or complete independence from interpreted MATLAB, and C++ programmers who need a fast, easy-to-use matrix math library. To each, it offers distinct advantages.
Platform: | Size: 31242 | Author: vipjvs | Hits:

[Other resourceAdoManual

Description: Microsoft® ActiveX® Data Objects (ADO) 使您的客户端应用程序能够通过 OLE DB 提供者访问和操作在数据库服务器中的数据。
Platform: | Size: 804979 | Author: 王先生 | Hits:

[Browser Clientreg

Description: AJAX注册页面演示... 仿windows的密码强度的js脚本
Platform: | Size: 18307 | Author: 苏峰 | Hits:

[Hook apigetpubips

Description: 本程序可以自动获取公网IP然后上传到指定网络地址空间上,而且支持和本机IP变动同步更新IP数据上传到地址空间,开机自动运行,全局快捷键。 本程序是适应中国动态IP而制作,假如有人想在自己机器上架设服务器,但IP是动态的 也就是IP会经常变动,但本程序可以实现IP动态绑定,从而给用户感觉是静态IP的感觉。 本程序在运行中会自己生成一个网页(包含本机IP),上传到指定的网络地址空间,当用户在网络上浏览该网页 该网页会自动转向到本机IP,这一切的一切都是程序自动完成。用户只需要进行简单的网络地址空间设定。 还有一点就是 必须有自己的网络地址空间。:) 本程序运用到 SETTIMER HOOK REG 等相关知识。比如 SetWindowsHookEx RegOpenKey RegQueryValueEx Process32First SHGetFileInfo CreateProcess 等函数。
Platform: | Size: 18374 | Author: david | Hits:

[Other resourceiFix3.5

Description: 欢迎使用iFIX® !感谢安装和使用iFIX v3.5。 在开始安装软件产品之前,请花一些时间浏览“iFIX入门”手册。 本手册包括如下信息: 安装iFIX 从iFIX早期版本升级 支持的网络组件
Platform: | Size: 6088622 | Author: lsl | Hits:

[Other resourceVBSCRIPT_reference

Description: Microsoft® Visual Basic® Scripting Edition VBScript 语言参考
Platform: | Size: 360678 | Author: noryfly | Hits:

[Other resourceeventhandling

Description: 事件是你的代码兵器库中的主要部分,无论你用Visual Basic® 6.0,Visual Basic .NET 2002,Visual Basic .NET 2003,还是Visual Basic 2005。窗体和控件引发事件,同时你的代码处理这些事件。你用Visual Basic写的最初应用程序大多会是在一个窗体上放置一个按钮,处理这个click事件,并在运行时你点击这个按钮会显示某些文本在提示框中。还有什么比这更容易? 但是你又真正了解事件多少呢?在你向某个类中添加一个事件处理程序是将会发生什么?在本文中,基于我为 AppDev 所写的课件,我将用各种方法来演示事件和事件处理程序交互,并且我将说明它们如何能解决一般问题。也许这些信息中的一些对你来说并不是新鲜事,但是如果你对事件的了解并不深入,这里肯定有些东西让你惊奇。在任一情况下,下载这两个示例应用程序(一个是用Visual Basic .NET .2002和2003,一个是用Visual Basic 2005)并理解之。所有内容适用于Visual Basic .NET2002 和 2003 及 Visual Basic 2005,除了最后的论及自定义事件的部分,它只能在Visual Basic 2005下工作。
Platform: | Size: 113881 | Author: qwe | Hits:

[Other resourceadvancedbasics0503

Description: 如果你读过 Ted Pattison 在 Basic Instincts 专栏中的一系列关于多线程和异步行为的精彩文章,那么你现在应该已经成为一个处理 Windows® 应用多线程问题的专家了。最近一个朋友——显然他没有读过 Ted 的专栏——发给我一个基于 Windows 的应用程序,这个程序执行了一个的非常冗长的文件查找操作,它在执行时锁定了用户界面,虽然主活动窗口 一直在运行,但用户无法与程序交互,无法移动窗体或改变窗体大小,所以用户感觉很不爽。他想知道要如何做才能使得这个程序有响应。当然,答案就是在后台线程中执行这个操作。
Platform: | Size: 107373 | Author: qwe | Hits:

[Other resourceunix_program

Description: unix环境高级编程英文版,很经典的一本书 Advanced Programming in the UNIX® Environment: Second Edition By W. Richard Stevens, Stephen A. Rago Publisher: Addison Wesley Professional Pub Date: June 17, 2005 ISBN: 0201433079 Pages: 960
Platform: | Size: 3346248 | Author: 张娜 | Hits:

[Other resourceippiman

Description: Intel® Integrated Performance Primitives for Intel® Architecture Intel 使用手册,包含(intel ipp)所有图像处理相关的函数与说明,函数很全,你可以下载查看是不是包含你想用的函数,(intel ipp)提供的库基于Intel CPU,性能很高.
Platform: | Size: 6424215 | Author: 金宋杨 | Hits:

[Other resourceippsman

Description: intel ipp所有信号处理相关的函数与说明,函数很全,本人正在试用,一般的算法都有现成的函数.对于试验阶段的人员来说,能省不少时间.使用起来很方便. Intel® Integrated Performance Primitives for Intel® Architecture
Platform: | Size: 5629718 | Author: 金宋杨 | Hits:

[Other resourceproject

Description: Application Note Abstract This Application Note introduces a complete and detailed PSoC® project. Telephone Call Logger keeps the detailed record of approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of the phone call in the PSoC device. Users can get this detailed report into the PC environment by using free software, which is included in the project file. When records reach near full capacity of the Flash memory, an LED will turn on to show that it is necessary to backup the data. Software gets the data from PSoC, organizes it and prepares a printable version. Additionally, it sends the date and time information to the PSoC. The external parts in this project can be obtained easily in the market.
Platform: | Size: 211298 | Author: 周东良 | Hits:

[Other resourceCurrentSource

Description: Application Note Abstract The unique configuration of the PSoC® switched capacitor blocks allows construction of a programmable bipolar current source. A detailed explanation of this function is provided demonstrating how to build a programmable current source using a couple basic PSoC User Modules.
Platform: | Size: 227407 | Author: 周东良 | Hits:

[OS program2007112823402531

Description: VC++,REG可以监控注册表变化信息
Platform: | Size: 191152 | Author: 小刚 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net