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

natuxal-dynami

于 2018-11-27 发布 文件大小:22KB
0 132
下载积分: 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 个回复

  • exp6-4
    4. 实现函数max(),来输出树中的最大值。 template <typename T> tnode<T> *max(tnode<T> *t) 请参考第三题中计算树的深度算法,编写程序,调用max()显示整数树中的最大值。(4. To achieve function max (), to maximum output in the tree. template <typename T> tnode <T>* Max (tnode <T>* T) refer to the third question in the calculation of the depth of the tree algorithm, programming, call max () shows the maximum integer tree.)
    2010-06-19 19:30:40下载
    积分:1
  • filerandomreadandwrite
    这是一个Visual C++编写的实现文件随寄存储的小程序,在Visual C++6.0中编译通过.(This is a Visual C achieve document prepared by the pin with a small storage procedures, Visual C 6.0 compile.)
    2006-08-20 19:22:01下载
    积分:1
  • WebBrowser 模拟上传文件 实例
    实现了模拟按键与选择文件等功能,详细实现见压缩包 对于IE7及以下,可以简单的利用SendKeys.SendWait方法设置input值,当然首先要将焦点集中在该控件上,利用HtmlElement的focus方法很容易做到。具体可以看后面的代码。但是对于IE8来说,它的安全性更高,具体参看文章http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx。 对于IE8来说,file input只能模拟点击upload按钮,然后在弹出的对话框中输入文件名,然后点击确定。
    2013-04-19下载
    积分:1
  • 自然连接
    计算任意两个表的简单自然连接过程。假设有两个表A、B,分别为m1行、n1列和m2行、n2列,求它们简单自然连接的结果C=A B(i=j)。(A simple natural join procedure for computing two arbitrary tables. Suppose there are two tables A and B, which are M1 rows, N1 columns and M2 rows, N2 columns, and the result of their simple natural connection is C=A B (i=j).)
    2017-10-31 17:35:34下载
    积分:1
  • C-100sample
    亲密体会C语言编程的各项技术及前沿科技,让你学有所活哦 亲(Intimate experience WINDOWS programming technology and cutting-edge technology, so that you have learned to live Oh pro)
    2012-11-02 17:33:35下载
    积分:1
  • Intel_82546
    这个驱动运行在window系统下,这个代码是我编写的,你想开发intel 芯片驱动的时候,你可以使用它并完善它,这个驱动是原来我在上一个单位开发的。已经有了基本功能,开发环境win7 ddk下编译通过。(intel 82546 driver code,this driver run under the windows system,this code come from my company developping by me,when you want develop intel-82546 driver on windows,you can use it freedly.)
    2014-01-05 15:00:00下载
    积分:1
  • ConsoleApplication1
    说明:  测试插件开发的各个过程,接口、宿主程序、运行(Test plug-in development process, interface, host program, run)
    2020-06-25 13:00:02下载
    积分:1
  • PCB783fgfh
    拟操作系统进程调度过程,包含先来先服务,时间片轮转,多级反馈等调度策略。-Simulation of the operating system process scheduling process, including the first come first serve, time slice rotation, multi-level feedback scheduling strategy.
    2015-10-19 18:01:18下载
    积分:1
  • wTerm-2.tar
    wTerm-2 easy windows terminal
    2011-06-09 21:12:39下载
    积分:1
  • FetchColor
    说明:  VC代码实现图片上每点像素的RGB显示,特别适合初学MFC编程的兄弟。我学了一个暑假,发现从例子入手,避开高深的C++理论,是非常有成就感的。(VC code to achieve the image of each point of the RGB pixel display, especially for beginners Brother MFC programming. I learned one summer and found that starting from the example to avoid a complicated C++ theory, it is extremely fulfilling.)
    2009-08-31 18:52:44下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载