登录
首页 » C++ Builder » natuxal-dynami

natuxal-dynami

于 2018-11-27 发布 文件大小:22KB
0 215
下载积分: 1 下载次数: 0

代码说明:

  Using vc to achieve com technology

文件列表:

ADictComp, 0 , 2018-11-08
ADictComp\animal.dict, 113 , 2017-04-11
ADictComp\DictComp.cpp, 7010 , 2017-04-11
ADictComp\DictComp.def, 221 , 2017-04-11
ADictComp\DictComp.dsp, 4758 , 2017-04-11
ADictComp\DictComp.dsw, 539 , 2017-04-11
ADictComp\DictComp.h, 1231 , 2017-04-11
ADictComp\DictComp.ncb, 50176 , 2017-04-11
ADictComp\DictComp.opt, 50688 , 2017-04-11
ADictComp\DictComp.plg, 830 , 2017-04-11
ADictComp\IDictionary.h, 780 , 2017-04-11
ADictComp\IMyUnknown.h, 573 , 2017-04-11
ADictComp\ISpellCheck.h, 500 , 2017-04-11
ADictComp\ReadMe.txt, 1625 , 2017-04-11
ADictComp\StdAfx.cpp, 295 , 2017-04-11
ADictComp\StdAfx.h, 802 , 2017-04-11
DictCtrl, 0 , 2018-11-08
DictCtrl\DictCtrl.cpp, 2959 , 2017-04-11
DictCtrl\DictCtrl.dsp, 4663 , 2017-04-11
DictCtrl\DictCtrl.dsw, 539 , 2017-04-11
DictCtrl\DictCtrl.ncb, 41984 , 2017-04-11
DictCtrl\DictCtrl.opt, 48640 , 2017-04-11
DictCtrl\DictCtrl.plg, 250 , 2017-04-11
DictCtrl\IDictionary.h, 780 , 2017-04-11
DictCtrl\IMyUnknown.h, 573 , 2017-04-11
DictCtrl\ISpellCheck.h, 500 , 2017-04-11
DictCtrl\ReadMe.txt, 1220 , 2017-04-11
DictCtrl\StdAfx.cpp, 295 , 2017-04-11
DictCtrl\StdAfx.h, 667 , 2017-04-11

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

发表评论

0 个回复

  • PF_scheduling
    针对M2M海量业务在LTE-A调度中的新算法改进,用Matlab测试其丢包率、时延以及系统吞吐量.Pf算法的对比部分(Simulation process, the improved algorithm that compares with the classical algorithm, through the simulation data system latency, packet loss probability of the system as well as a comparative analysis system throughput, improved assessment of the correctness and performance of the algorithm.)
    2014-05-05 12:14:32下载
    积分:1
  • 写DLL所学所思(2)(导出类)
    编写DLL所学所思(2)(导出类)中的相关的例子,有兴趣的朋友可以参考一下,挺值得学习一下的。(The preparation of DLL learning thoughts (2) (derived class) in the relevant examples, interested friends can refer to, is worth learning about.)
    2017-11-14 15:59:38下载
    积分:1
  • show3DS
    vc++实现读取3ds文件,显示,可控制移动(loader 3ds file ,show model and can control)
    2014-06-16 08:52:01下载
    积分:1
  • 在运行时更新状态栏信息
    说明:  本程序使用c#编写,可以实现在程序运行时更新状态栏的信息的功能。(procedures for the use of the c# preparation, the procedure can be achieved when running status bar updates of the information function.)
    2005-11-01 22:31:10下载
    积分:1
  • 机械臂-labview控制仿真
    用labview程序实现机械臂的多自由度动作(Using LabVIEW program to realize multi degree of freedom action of manipulator)
    2020-07-04 01:40:01下载
    积分:1
  • C#操作窗口类(句柄操作).doc
    C#操作窗口类(句柄操作)
    2013-10-31下载
    积分:1
  • AutoProgram
    “整体叶轮五轴联动数控加工自动编程”,只要用Microsoft Access(数据库)软件把叶轮的截面数据建成表,并输入叶轮的基本尺寸,就可以自动生成叶轮的数控加工程序。("impeller overall 5-axis NC machining automatic programming" as long as Microsoft Access (database) software onto the impeller section data into tables, the impeller and the importation of basic dimensions, it can automatically generate impeller NC programs.)
    2006-05-29 09:55:16下载
    积分:1
  • C# 实现进守护功能 通用于所有进,非法关闭和关机依然适用 附完整源码下载
    1. 下载本实例源码                      2. 安装注意事项 在配置档中配置你要守护的应用程序,应用程序之间用逗号隔开: 01 02 03   04     09   10 该项目是Windows服务,直接打开“CocoWatcher.exe”会报错,如图1所示:运行该守护程序需安装Windows服务,点击批处理文档“安装.bat”即可,“安装.bat”具体内容如下: 1 "%cd%InstallUtil.exe" "%cd%CocoWatcher.exe" 2 net start "CocoWatcher" 3 pause 如果你想卸载该守护程序,点击批处理文档“卸载.bat”,“卸载.bat”具体内容如下: 1 net stop "CocoWatcher" 2 "%cd%InstallUtil.exe" "%cd%CocoWatcher.exe"  -u 3 taskkill /f /im CocoWatcher.exe 4 pause 3. 需求分析 用户指定要守护的应用程序(数量不限),该应用程序不仅包括exe可执行文件,还包括诸如jpg、txt等所有能双击打开执行的应用程序。用户设定好要守护的应用程序后,关闭应用程序(包括合法和非法关闭),该应用程序要能立即重启打开。当电脑重启时,要守护的应用程序也能自动全部打开。 4. 详细设计 要实现上述需求,首先要提供一个配置档,让用户能随意配置要守护的应用程序。那么,该配置档要配置应用程序的什么信息呢?答案:应用程序的全路径。 好,我们已经知道了要守护的应用程序的全路径,接下来怎样完成守护任务呢?首先,我们应该打开任务管理器,查看一下正在运行的有哪些进程,然后逐一读取出这些进程的全路径,与要守护的应用程序的全路径比对,如果一致,说明要守护的应用程序已开启了,此时要分配一条线程监控该进程句柄,当该进程句柄返回信息,说明该进程已关闭,此时释放进程句柄内存,并重启该进程。如果遍历任务管理进程列表中所有进程,没有找到与要守护的应用程序的全路径一致的进程,说明要守护的应用程序尚未打开,此时要启动该应用程序,然后转入监控流程。 值得注意的是,一定要额外分配线程去监控要守护的应用程序,为什么?因为如果你用主线程(入口函数线程)去执行监控任务,会被长期阻塞,直到进程退出才会被激活,这样就无法运行后续程序。况且,监控程序要实现持续监控,要使用死循环,如果主线程进入死循环,就无法监控其他要守护的进程了。
    2013-07-19下载
    积分:1
  • strrstr
    字符串比较函数。。。。。。。。。。。。。。。。。。。。。。。。。(String comparison function. . . . . . . . . . . . . . . . . . . . . . . . .)
    2011-11-23 16:09:42下载
    积分:1
  • Freescale_image_capture_host_computer_program
    我自己写的一个程序,能够显示“飞思卡尔”智能车通过串口传送回来的图像,支持设置图像大小等功能。(I wrote a program, it will show " Freescale" smart car through the serial port to send back images to support functions such as image size settings.)
    2009-09-26 18:24:11下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载