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

Search list

[OS programcpl_pp.zip

Description: 写控制面板程序(CPL)的模板
Platform: | Size: 13395 | Author: | Hits:

[Windows Developcpl_pp.zip

Description: 控制面板cpl文件编写例子
Platform: | Size: 13407 | Author: | Hits:

[OS programshell

Description: include source of applets,browseinfo,browseui,comctl32,comdlg32,cpl,hhctrl,explorer,iexplore,scrnsave,shdocvw,shell32,shlwapi
Platform: | Size: 24666082 | Author: mimo | Hits:

[Dialog_WindowUICPL

Description: 一个CPL源代码,比较完整清晰的cpl演示程序。对于初写控制面板程序很有帮助。-a CPL source code, more complete and clear cpl demonstration program. Writing for the early control panel procedures helpful.
Platform: | Size: 22938 | Author: 余雷 | Hits:

[OS programCPL demo

Description: 控制面板里面程序的 demo,如果开发控制面板里面的程序,用delphi开发-procedures for the control panel inside the demo, the control panel inside the development process, with the development of delphi
Platform: | Size: 98586 | Author: 真实 | Hits:

[ELanguagecpl

Description: pl0编译器,包括词法分析,语法语义分析,以及解释执行-pl0 compiler, including lexical analysis, grammar, semantic analysis, and interpretation of the implementation of
Platform: | Size: 16684 | Author: 牛芮 | Hits:

[Other resourcetraffic

Description: CPL串口程序经过调试希望大家喜欢,很好呀大家慢慢来下载吧-CPL after serial debugging procedures hope you like, ah well we slowly download it
Platform: | Size: 1360 | Author: 思考 | Hits:

[Software EngineeringRegsvr32

Description: Regsvr 32命令是Windows中控件文件(如扩展名为DLL、OCX、CPL的文件)的注册和反注册工具。 注册了以下dll文件 -Regsvr 32 orders Windows controls (such as the extension DLL, OCX, the CPL) for the registration and anti-registration tool. Dll registered the following documents
Platform: | Size: 2638 | Author: qerde | Hits:

[EditorCPL

Description: 利用C++语言实现DOS界面下C++源程序的编译分析功能.
Platform: | Size: 12198 | Author: caihongqiu | Hits:

[OS programCPL_src

Description: you may showd use it when you want to create a CPL. program.
Platform: | Size: 12626 | Author: warrui | Hits:

[Windows DevelopCPL_src

Description: cpl file for control panel
Platform: | Size: 27120 | Author: peter | Hits:

[ASPwr广告联盟系统

Description: 使一个支持多种网络广告形式的互联网广告管理系统,同时也提供了强大的统计和财务功能。目前支持的网络广告形式为点击广告(CPC)、弹窗广告(POPUP)、引导效果广告(CPA/CPL)、引导消费广告(CPS),具有广告管理、统计管理、财务管理、用户管理、客服管理等多种功能,同时还具有多种反作弊和效果监控功能。
Platform: | Size: 1810147 | Author: uuu@gmail.com | Hits:

[Program docspi

Description: ;################################################ ; Designed by CaoHai 10-23-2002 in SDUWHB ; ; Updated by CaoHai 12-12-2002 in SDUWHB ; ; Upgraded by CaoHai 22-12-2002 in SDUWHB ; ; Upgraded by CaoHai 05-05-2003 in SDUWHB ; ;################################################ ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ;标号定义 data_len equ 0ch ;温度数据长度 data_buf equ 50h ;温度数据缓冲区 ;虚拟引脚定义(For SPI BUS) vcs equ p1.0 ;片选线 vio equ p1.1 ;数据线 vsc equ p1.2 ;时钟线 ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ;================================================ ;模块GetData ;参数:无参数 ;功能:用spi总线从LM74温度传感器读取温度数据 ;返回:无 GetData: clr ea clr vcs setb vio mov r1,#08h clr vsc ;读符号位 nop nop nop setb vsc nop nop nop mov f0,vio read_bite: ;读数据 clr vsc nop nop nop setb vsc nop nop nop mov c,vio rlc a djnz r1,read_bite setb vcs ;转换数据 mov data_buf+1,#2bh jnb f0,fill_data dec a cpl a mov data_buf+1,#2bh fill_data: mov data_buf+2,#30h mov data_buf+3,#30h mov data_buf+4,#30h mov data_buf+5,#0a1h mov data_buf+6,#0e6h mov data_buf+7,#3bh mov data_buf+8,#20h mov data_buf+9,#30h mov data_buf+10,#30h mov data_buf+11,#31h mov data_buf+12,#7ch mov r0,#data_buf+4 divide_data: mov b,#0ah div ab mov r1,a mov a,b add a,#30h mov @r0,a dec r0 mov a,r1 jnz divide_data mov data_buf,#data_len setb ea ret
Platform: | Size: 2397 | Author: hencirl | Hits:

[OS programcpl_pp

Description: 写控制面板程序(CPL)的模板 -The app template of writing switching panel
Platform: | Size: 13312 | Author: 站长 | Hits:

[OS programshell

Description: include source of applets,browseinfo,browseui,comctl32,comdlg32,cpl,hhctrl,explorer,iexplore,scrnsave,shdocvw,shell32,shlwapi
Platform: | Size: 24666112 | Author: | Hits:

[OS programCPL demo

Description: 控制面板里面程序的 demo,如果开发控制面板里面的程序,用delphi开发-procedures for the control panel inside the demo, the control panel inside the development process, with the development of delphi
Platform: | Size: 98304 | Author: 真实 | Hits:

[OS programCPL_src

Description: you may showd use it when you want to create a CPL. program.
Platform: | Size: 12288 | Author: warrui | Hits:

[OS programcpl

Description: 这是我在做控制面板程序时做的总结,控制面板应用程序的制作步骤,文档里面含源码-This is at my control panel to do the procedure to do the summing up, the control panel application is the production steps, the document containing source inside
Platform: | Size: 17408 | Author: 张建 | Hits:

[assembly languagesummary-CPL-DPL-RPL-in-protect-mode

Description: 总结了在保护模式下的一些DPL CPL RPL 的跳转规则,对于在80X86下底层编程很有帮助-Summarizes the protected mode DPL CPL RPL jump rules, 80X86 under the underlying programming helpful
Platform: | Size: 102400 | Author: 周杰 | Hits:

[Shell apiCPL

Description: Sample Code to make CPL-applet by using WinAPI only. It s simple applet just start notepad, but you can modify it to your needs. Output file is just 40 kb.
Platform: | Size: 27648 | Author: Pavel | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net