CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - my.r

搜索资源列表

  1. ArielBrowseFolder

    0下载:
  2. A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing t
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:135.83kb
    • 提供者:陈宏
  1. mydown

    0下载:
  2. 执行后可以下载指定程序并执行 你先把大体积*放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.4kb
    • 提供者:韩冰
  1. proptree_src

    0下载:
  2. The CPropTree class implements a tree control that is similar to the property view seen in Visual Studio .Net. The source project compiles to a DLL so you can easily incorporate it into your project. You can check my web page for more information on
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:49.4kb
    • 提供者:gaowen
  1. EODL_demo

    0下载:
  2. how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:299kb
    • 提供者:
  1. coscilloscopectrl_src

    0下载:
  2. Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:3.55kb
    • 提供者:KangBingNan
  1. coscilloscopectrl_demo

    0下载:
  2. Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:15.37kb
    • 提供者:KangBingNan
  1. Hacker Disassembler Engine

    0下载:
  2. Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address
  3. 所属分类:界面编程

    • 发布日期:2010-10-14
    • 文件大小:22.9kb
    • 提供者:sys0007
  1. welcome

    1下载:
  2. labview的欢迎界面,本人收藏的,很经典。-welcome LabVIEW interface, my collection is very classic.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:23.06kb
    • 提供者:任向东
  1. CET4

    0下载:
  2. 前几天没怎么到这里逛了,居然被我发现还有这样的原创,精神可嘉,所以我就来凑合一下,来个C++版的,从Pentie同学选用的Java和Python来看应该是在Uinux下工作的吧,偶也正往这个方向学习,有不懂的希望能多多指教。 ( h7 ` v3 O1 ~$ G9 _, r附带说几句,其实我改用其他语言来写并不是又想搞什么优劣之争。这里也就进行了一下简单的HTTP协议练习和字符串练习,毕竟没有用split这样方便的函数,需要自己来处理,还是要有点技巧-A few days ago, not h
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:6.44kb
    • 提供者:Ken Cheung
  1. march

    0下载:
  2. 表达式.表达式规则: * 任意字符串或者没有 ? 任意一个 \ 转义符 [,] 或者,例如[abc,bcd] (?-?) 单个字符范围 \t,\r,\n-my regular expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:huangyi
  1. H264_RTP_STREAMING

    0下载:
  2. 本示例代码在我的电脑上实现了对标准H264码流的RTP打包发送到本机的1234端口,用VLC播放器从1234端口能接收到该码流并实时播放。代码附有详细的注释,应该很容易理解(前提是大家稍微对RFC3550 RFC3984协议有了解)。内有使用说明-The sample code on my computer to achieve the right standard H264 stream of RTP package sent to the machine' s 1234 port, u
  3. 所属分类:Multimedia Develop

    • 发布日期:2016-01-26
    • 文件大小:1.55mb
    • 提供者:hubo
  1. AutoRegisterOPCCOM

    0下载:
  2. a在开发OPC应用程序的时候,如果OPC对象没有在机器上注册,那么程序是无法运行的. 所以必须对OPCDAAuto.dll进行注册.如果您习惯于使用RegSvr32命令手工注册,那没有什么,可是如果您的程序要在未知的环境下运行,那么自动注册是必要的. 这个程序就是为了解决自动注册的问题 使用说明: 这是个命令行程序, 专为其他程序调用,也可在控制台下手工执行. 参数: /r 注册OPC组件 /u 反注册OPC组件 使用时必须将OP
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:197.18kb
    • 提供者:刘伟
  1. ghost11

    0下载:
  2. 这是我搜集的最完整的Symantec Ghost资料,欢迎下载交流。-This is my most complete collection of Symantec Ghost information, please download the exchange.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4.6mb
    • 提供者:柳莺
  1. tongxunlu

    0下载:
  2. 这是一个本人根据课本做的通讯录,可以放到电脑上娱乐一下-This is a textbook to do under my contacts, you can put fun on the computer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2.54kb
    • 提供者:王志杰
  1. Alpro-R

    0下载:
  2. builder some application on my university hope this helpfull for you
  3. 所属分类:RichEdit

    • 发布日期:2017-04-25
    • 文件大小:303.76kb
    • 提供者:kiki
  1. FXTradepro Indicators

    0下载:
  2. These are the Indicators I have on my Charts. I DO NOT really use them for entry signals but rather to give me a feel for what is going on in the Market (along with Price, which is the KING of all Indicators). As I indicated above previously, you do
  3. 所属分类:其他

    • 发布日期:2021-01-23
    • 文件大小:44kb
    • 提供者:satyunis
搜珍网 www.dssz.com