登录
首页 » Visual Basic » DALI_2013_liujin

DALI_2013_liujin

于 2013-02-28 发布 文件大小:6509KB
0 221
下载积分: 1 下载次数: 80

代码说明:

  DALI的各种例程,软硬件都有,欢迎各位下载使用(DALI routine hardware and software are welcome to download)

文件列表:

DALI_2013_liujin
................\DALI.OutJob,7054,2013-01-20
................\DALI.PrjPcb,47549,2013-02-02
................\DALI.PrjPcbStructure,49,2013-02-02
................\DALI.xls,10752,2013-01-14
................\History
................\.......\DALI.~(1).PrjPcb.Zip,4500,2013-01-18
................\.......\DALI.~(3).PrjPcb.Zip,5603,2013-02-02
................\.......\LPC1343.~(1).PcbDoc.Zip,238951,2013-01-21
................\.......\LPC1343.~(1).SchDoc.Zip,38031,2013-01-21
................\.......\LPC1343.~(10).SchDoc.Zip,41989,2013-02-02
................\.......\LPC1343.~(11).SchDoc.Zip,41989,2013-02-02
................\.......\LPC1343.~(2).PcbDoc.Zip,239510,2013-02-01
................\.......\LPC1343.~(3).PcbDoc.Zip,239512,2013-02-02
................\.......\LPC1343.~(4).SchDoc.Zip,38253,2013-02-02
................\.......\LPC1343.~(5).SchDoc.Zip,39151,2013-02-02
................\.......\LPC1343.~(6).SchDoc.Zip,39125,2013-02-02
................\.......\LPC1343.~(7).SchDoc.Zip,42131,2013-02-02
................\.......\LPC1343.~(8).SchDoc.Zip,41975,2013-02-02
................\.......\LPC1343.~(9).SchDoc.Zip,41984,2013-02-02
................\.......\LPC1343_1114.~(1).PcbDoc.Zip,13886,2013-02-02
................\.......\LPC1343_1114.~(10).PcbDoc.Zip,238660,2013-02-02
................\.......\LPC1343_1114.~(11).PcbDoc.Zip,238401,2013-02-02
................\.......\LPC1343_1114.~(12).PcbDoc.Zip,238546,2013-02-02
................\.......\LPC1343_1114.~(13).PcbDoc.Zip,238816,2013-02-02
................\.......\LPC1343_1114.~(14).PcbDoc.Zip,238400,2013-02-02
................\.......\LPC1343_1114.~(15).PcbDoc.Zip,238364,2013-02-02
................\.......\LPC1343_1114.~(16).PcbDoc.Zip,238407,2013-02-02
................\.......\LPC1343_1114.~(17).PcbDoc.Zip,238388,2013-02-02
................\.......\LPC1343_1114.~(18).PcbDoc.Zip,238421,2013-02-02
................\.......\LPC1343_1114.~(19).PcbDoc.Zip,238560,2013-02-02
................\.......\LPC1343_1114.~(2).PcbDoc.Zip,13886,2013-02-02
................\.......\LPC1343_1114.~(20).PcbDoc.Zip,238563,2013-02-02
................\.......\LPC1343_1114.~(21).PcbDoc.Zip,238833,2013-02-03
................\.......\LPC1343_1114.~(22).PcbDoc.Zip,238842,2013-02-03
................\.......\LPC1343_1114.~(3).PcbDoc.Zip,236220,2013-02-02
................\.......\LPC1343_1114.~(4).PcbDoc.Zip,236220,2013-02-02
................\.......\LPC1343_1114.~(5).PcbDoc.Zip,237497,2013-02-02
................\.......\LPC1343_1114.~(6).PcbDoc.Zip,237298,2013-02-02
................\.......\LPC1343_1114.~(7).PcbDoc.Zip,238672,2013-02-02
................\.......\LPC1343_1114.~(8).PcbDoc.Zip,238674,2013-02-02
................\.......\LPC1343_1114.~(9).PcbDoc.Zip,238654,2013-02-02
................\Library
................\.......\LED.PcbLib,356352,2013-01-14
................\.......\LED.PcbLib.htm,4299,2013-01-14
................\.......\UsbToTTL.SchLib,8704,2013-01-14
................\LPC1343 PCB ECO 2013-1-14 20-40-38.LOG,1847,2013-01-14
................\LPC1343.$$$Preview,114266,2013-01-14
................\LPC1343.PcbDoc.htm,5504,2013-02-02
................\LPC1343.pdf,185308,2013-01-20
................\LPC1343.SchDoc,382464,2013-02-02
................\LPC1343_1114.PcbDoc,699904,2013-02-03
................\LPC1343_1114.PcbDoc.htm,5519,2013-02-02
................\Project Logs for DALI
................\.....................\LPC1343 PCB ECO 2013-2-2 PM 12-24-34.LOG,3670,2013-02-02
................\.....................\LPC1343_1114 PCB ECO 2013-2-2 22-28-39.LOG,437,2013-02-02
................\.....................\LPC1343_1114 PCB ECO 2013-2-2 AM 10-51-53.LOG,11822,2013-02-02
................\qqq.PcbDoc.htm,4594,2013-02-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BoostTest
    说明:  编写过MFC程序的朋友都知道,通过资源编辑器编辑菜单项,设定菜单项ID,然后MFC内部通过该ID来映射菜单命令处理函数和菜单界面更新函数。我设想撇开MFC的资源编辑,在MFC程序中通过xml文件来进行界面配置,然后利用字符串来映射消息处理函数。借助boost库,我实现了这一设想。具体就是在xml文件指定一个字符串,然后通过这个字符串就能找到它的命令消息处理函数和界面更新命令消息处理函数。(MFC write-off procedures friends all know, through the resource editor to edit the menu item, set the menu item ID, and MFC-house by the ID to map menu and menu command handling function update function. I imagine MFC resource editor aside, the MFC program carried out by the interface configuration xml file, and then use the string to map the message processing function. Using boost libraries, I realized that vision. Specific xml file is to specify a string, then the string can find its command message processing functions and interface update command message processing function.)
    2021-02-04 15:09:57下载
    积分:1
  • oead
    Source code 按i2c时序读写寄存器(Source code read and write registers according to i2c sequence)
    2018-12-26 09:48:34下载
    积分:1
  • MoTag
    MO的图形显示功能很弱,本例程很好的展示了的使用自绘图标的展示功能(MO)
    2009-09-27 21:38:07下载
    积分:1
  • jigh_matlhb_com
    VC具有高效率的优点,通过com接口将VC和matlab进行连接(VC has the advantages of high efficiency, through the com interface will connect VC and matlab)
    2017-07-22 04:38:08下载
    积分:1
  • regedit-hive
    1. 内存中操作Hive, 而非操作磁盘hive. 比同等的Hive解析工具(eg.狙剑)速度快. 2. 操作方式和windows自带的regedit.exe相同, 而同等的工具仅列出hive对应的项,一般用户不知如何使用 3. 支持整个子键(Key) / 键值(Values) 的删除,增加,修改,重命名. 而同等的工具考虑到安全性,没有加入对Key的删除/增加 操作 4. 没有特殊情况的话,能发现一切注册表隐藏信息,解析hive的都能做到. 5. 查找功能没有暴搜hive数据结构,换用常规API. (1. Memory operation Hive, rather than the operation of the disk hive. Than analytical tools Hive same (eg. sword spy) speed. 2. Operation of regedit.exe and windows bring the same tools and the same list only hive the corresponding item, the general users do not know how to use 3. in support of the entire sub-key (Key)/key (Values) to delete, add, modify, rename. and the same tools to take into account security, do not add the delete Key/increase in operation 4. the absence of exceptional circumstances, then, to discover all the hidden registry information, are able to resolve the hive. 5. Find hive found no storm data structure, for conventional API.)
    2009-07-08 10:17:51下载
    积分:1
  • VbUpdate
    说明:  自动更新程序 用于开发自动更新程序! 为方便开发自动更新的朋友参考!(Automatic Update for the development of auto-update procedure! To facilitate the development of auto-update friends reference!)
    2008-09-27 00:57:23下载
    积分:1
  • wbxl24
    测量平差中的坐标方位角的转换可以方便广大的测量工作者()
    2018-05-09 11:05:46下载
    积分:1
  • Calculator
    而as过热和高品位i哦将通过配额将分批doi公平我( U800Cas u8FC7 u70ED u548C u9AD8 u54C1 u4F4Di u54E6 u5C06 u901A u8FC7 u914D u989D u5C06 u5206 u6279doi u5E32 u5E73 u6211)
    2017-05-24 21:07:34下载
    积分:1
  • UseExternVarDll
    vc调用DLL,获取其导出的全局变量值UseExternVarDll的源码(vc call DLL, access to export global variable value UseExternVarDll source)
    2011-07-10 11:07:29下载
    积分:1
  • gc
    说明:  简单垃圾回收器本人以多次试用效果不错,请大家多提意见 (Simple garbage collector I would like to try the effect of a good many times, please do so everyone)
    2007-08-07 10:54:52下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载