您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. VOBSUB

  2. To compile the sources you will need to - add the include and library path of the directshow base classes at Tools/Options/Directories. - reload the project file of the base classes, in case you have placed it somewhere else than me. Common places t
  3. 所属分类:C

    • 发布日期:2004-06-01
    • 文件大小:390kb
    • 提供者:chenxh
  1. Heilx AAC Decoder optimized for ARM

  2. Fixed-point HE-AAC decoder Developed by RealNetworks, 2005===============================Overview--------This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not suppo
  3. 所属分类:C

    • 发布日期:2007-08-09
    • 文件大小:296kb
    • 提供者:rotee
  1. windows 2000/2003下的防火墙

  2. 用vc编译的防火墙 能屏蔽端口.ip / FirewallApp.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Firewall.h" #include "MainFrm.h" #include "FirewallDoc.h" #include "FirewallView.h" #if def _DEBUG #define new DEBUG_NEW #undef
  3. 所属分类:C++

    • 发布日期:2009-05-11
    • 文件大小:799kb
    • 提供者:chh1003
  1. c++课程设计钟表程序

  2. // timer.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "timer.h" #include "timerDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///// ///////////////////
  3. 所属分类:C++

    • 发布日期:2009-06-04
    • 文件大小:1mb
    • 提供者:lijian9338
  1. VC控制字体源码下载

  2. VC控制字体源码 BOOL CCtrlFontApp::InitInstance() { AfxEnableControlContainer(); // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific
  3. 所属分类:C++

    • 发布日期:2009-07-04
    • 文件大小:25kb
    • 提供者:xcpcbdrill
  1. ITS4---scans C and C++ source code for potential security vulnerabilities

  2. Cigital developed ITS4 to help automate source code review for security. ITS4 is a simple tool that statically scans C and C++ source code for potential security vulnerabilities. It is a command-line tool that works across Unix and Windows platforms
  3. 所属分类:C

    • 发布日期:2009-08-04
    • 文件大小:312kb
    • 提供者:liuxianger
  1. Secure programming with static analysis

  2. “We designed Java so that it could be analyzed statically. This book shows you how toapply advanced static analysis techniques to create more secure, more reliable software.”—Bill JoyCo-founder of Sun Microsystems, co-inventor of th e Java programmi
  3. 所属分类:Java

    • 发布日期:2007-10-04
    • 文件大小:4mb
    • 提供者:anzhihun
  1. 《javafx本质论》的书中实例

  2. JavaFX scr ipt 编程语言(以下称为JavaFX)是Sun微系统公司开发的一种declarative, statically typed(声明性的、静态类型)脚本语言。《javafx本质论》的书中实例
  3. 所属分类:Java

    • 发布日期:2010-01-08
    • 文件大小:6mb
    • 提供者:c3h42008
  1. Dependency Injection

  2. The book is for anyone who writes code and is interested in learning best practices for designing large, developer-scale applications. It is also intended for an audience of architects and professionals seeking to identify and correct common anti-pa
  3. 所属分类:Java

    • 发布日期:2010-01-08
    • 文件大小:8mb
    • 提供者:bestchoice
  1. Jad 1.5.8e for Linux (statically linked) (389972 bytes)

  2. Jad 1.5.8e for Linux (statically linked) (389972 bytes). Java反编译工具jad(Linux版). 其它版本下载:http://blog.csdn.net/loocao/archive/2010/04/01/5442876.aspx
  3. 所属分类:Linux

    • 发布日期:2010-04-01
    • 文件大小:381kb
    • 提供者:loocao
  1. Plug and Play BIOS Specification

  2. 1.0 Overview 3 1.1 Goals of a Plug and Play System BIOS 4 1.2 Enhancements to the current BIOS architecture 5 1.3 Elements of the Plug and Play BIOS architecture 6 1.3.1 Bi-modal functionality 6 1.3.2 OS Independence 6 1.3.3 Expandability 6 1.4 Inst
  3. 所属分类:iOS

    • 发布日期:2010-06-04
    • 文件大小:396kb
    • 提供者:lao_diao
  1. ngwsx-0.8.39 with h264 streaming module

  2. ngwsx-0.8.39 with h264 streaming module. features: *) native port of nginx on windows. *) single process mode. *) windows service. *) iocp event method. *) file aio. *) zlib-1.2.3. (statically link) *) pcre-7.9. (statically link) *) using mingw+vc20
  3. 所属分类:Web开发

    • 发布日期:2010-06-05
    • 文件大小:277kb
    • 提供者:ngwsx
  1. 一个很好的串口操作的源码CSerial Port

  2. Features Simple and clean C++ interface. Uses C++ exceptions in preference to the normal win32 return value mechanism. This ensures that code which uses CSerialPort is more robust. Unicode enabled, supports linking to MFC statically and all code com
  3. 所属分类:C++

    • 发布日期:2010-06-10
    • 文件大小:81kb
    • 提供者:pink_sea
  1. vc++课程设计 聊天程序 任务书及源程序打包

  2. 聊天程序一般由两大部分组成:服务器端聊天程序和客户端聊天程序。服务器端聊天程序负责接收来自客户端的聊天信息,并且根据客户端的要求把这些信息转发到另外一个或多个客户中。客户端聊天程序则负责建立和维护与服务器端的连接,向服务器发送本客户的聊天内容,同时从服务器接收对方的响应。 本设计是为了使同学加深理解对话框编程的知识而设计的,对于网络技术这一应用,可不用深究其原理。 #include "stdafx.h" #include "chat.h" #include "chatDlg.h" #ifdef
  3. 所属分类:C++

    • 发布日期:2010-06-24
    • 文件大小:106kb
    • 提供者:linpanxin
  1. 单元测试的艺术 pdf

  2. How to use this book If you’ve never written unit tests before, this book is best read from start to finish so you get the full picture. If you already have experience, you should feel comfortable jumping into the chapters as you see fit. Who should
  3. 所属分类:C#

    • 发布日期:2010-09-01
    • 文件大小:9mb
    • 提供者:dannys2008
  1. C++中用MFC制作的通讯录

  2. 很全面的通讯录。各种项目还可自行修改。// Lab_link.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Lab_link.h" #include "Lab_linkDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #end
  3. 所属分类:C++

    • 发布日期:2010-09-13
    • 文件大小:1mb
    • 提供者:linling8882008
  1. SQLLite-Precompiled Statically-Linked Binaries

  2. 官方的SQLLite-Precompiled Statically-Linked Binaries .NET使用! 所有的DLL文件集合。 可用于直接开发中添加引用! 版本:3.8.2 从2.0到最新的4.5.1都有,32位和64位都包含! 与SQLLite-Precompiled Binaries版本区别是包含了C++内库。 在客户端不用安装C++组建。
  3. 所属分类:SQLite

    • 发布日期:2014-01-18
    • 文件大小:40mb
    • 提供者:qiujuer
  1. Jad 1.5.8e for Linux (statically linked)

  2. Jad 1.5.8e for Linux (statically linked)
  3. 所属分类:Java

    • 发布日期:2014-03-09
    • 文件大小:381kb
    • 提供者:yonghutwo
  1. Python-statically用Cython编译一个函数或类对静态类型声明使用注释

  2. statically:用Cython编译一个函数或类,对静态类型声明使用注释
  3. 所属分类:其它

  1. x.statically:静态是静态资产的免费公共内容交付网络(CDN)-源码

  2. 机甲的静态扩展 是静态资产的免费公共内容交付网络(CDN)。 发行说明 主要的 1.0.0 最初的稳定版本。
  3. 所属分类:其它

    • 发布日期:2021-03-20
    • 文件大小:18kb
    • 提供者:weixin_42107165
« 12 3 4 5 6 7 8 »