CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - c and point

搜索资源列表

  1. iseemem

    0下载:
  2. 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术,防护效果有了一个质的提升。YZ 编写,编译器:VC6。-for C or C program memory protection system, which can effectively detect memory leaks and memory reader unu
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:23734
    • 提供者:钱 峰
  1. c++ 编程中你最需注意的地方

    0下载:
  2. 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。   这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4923
    • 提供者:黄兴
  1. CFileTransfer

    1下载:
  2. 基于VC++6.0点对点的文件传输。socket编程 tcp/ip- Design and Realization of Point-to-Point Files Transfer with Visual C++6.0
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1197
    • 提供者:黄涛
  1. Matrix_Addition_PVM

    0下载:
  2. C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and can be used as a starting point to familiarize PVM
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1322
    • 提供者:Yes
  1. nueclus

    0下载:
  2. Nucleus PLUS嵌入式操作系统是目前最受欢迎的操作系统Nucleus PLUS 是为实时嵌入式应用而设计的一个抢先式多任务操作系统内核,其95%的代码是用ANSIC写成的,因此非常便于移植并能够支持大多数类型的处理器。从实现角度来看,Nucleus PLUS 是一组C函数库,应用程序代码与核心函数库连接在一起,生成一个目标代码,下载到目标板的RAM中或直接烧录到目标板的ROM中执行-Embedded Operating System Nucleus PLUS is the most po
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:697658
    • 提供者:darren
  1. Addison_Wesley-Bjarne_Stroustrup-The_C++_Programm

    0下载:
  2. This book introduces standard C++ and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. This book presents eve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2985716
    • 提供者:Di_Ablo
  1. ChattingSystemWithSecurityFunction

    0下载:
  2. 这是我上学时的一个作业,使用symetric key和mac给一个聊天程序发送的信息加密和解密。使用c#编写。单机测试的时候,打开2个实例,然后其中一个点listen,另一个的hostname填上localhost,然后点连接。两个chat就可以互相发送信息了。-This is my school, a job, use symetric key and the mac to a chat program to send the message encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:220933
    • 提供者:刘洋
  1. c_and_the_pointer

    0下载:
  2. c和指针一书的代码和课后习题答案,相当有价值。-c and the pointer of the book code and after-school Exercise answers, quite valuable.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:277881
    • 提供者:xiaohan
  1. mpfr-2.4.2.tar

    0下载:
  2. 一个多精度高效的浮点计算C语言库 , 基于GMP .-The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. MPFR has continuously been supported by the INRIA and the current main authors come from the CACAO and Arénaire proje
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1412116
    • 提供者:gbios
  1. AKAE_train_task

    0下载:
  2. 北京亚嵌(AKAE)培训--任务task实验代码从应程设计的角度来看,UC/OS-II的任务就是一个线程,就是一个用来解决用户问题的C语言函数和与之相关联的一些数据结构而构成的一个实体。 -Beijing Asia-embedded (AKAE) training- mission task test code from the design point of view should be way, UC/OS-II task is a thread that is used to reso
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:563938
    • 提供者:
  1. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5200
    • 提供者:王涛
  1. MFC_Graphic

    0下载:
  2. 平台:Microsoft Visual C++ 6.0或Microsoft Visual Studio 2005 特点:单文档编程、画图(点线面)、图形属性设置、文件打开保存、归档类应用-Platform: Microsoft Visual C++ 6.0 or Microsoft Visual Studio 2005 Features: Single Programming Document, drawing (point line and plane), graphics, proper
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:36367
    • 提供者:wanghua
  1. CRC-16Code

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-CRC-16 is to detect data errors in the process of sending commonly used calibration methods, the paper from the engineering poi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:30010
    • 提供者:kkk
  1. c

    0下载:
  2. 首先启动VM_Linux系统 启动后 在虚拟机菜单栏点“虚拟机” 然后点“安装VMware Tools” 然后虚拟机会加载CD-ROM...有.TAR文件 也有RPM文件,我选择了.TAR文件(看网上的文章说兼容效果能好点) -After the first start VM_Linux system startup point in the Virtual Machine menu bar " virtual machine" and then click " I
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2853
    • 提供者:xuanwomingren
  1. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1753927
    • 提供者:liyi
  1. uffs-v1.3.3

    1下载:
  2. UFFS v1.3.3 is released. - Simplify flash interface. - Improved bad block handling. - Better support for MLC NAND flash. - Added hardware ECC and RS-ECC controller emulator. - Bug fixes. The biggest change of this rele
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-08-08
    • 文件大小:862964
    • 提供者:saravana raj
  1. SQLinjection

    0下载:
  2. C编写的自动SQL注入源码工程,一个远程多线程的,快速猜解某一注入点的后台数据库账户和密码,支持Access、Mssql、Mysql、Oracle数据库猜解。若SQL注入点URL含有多个参数时,需将存在注入的参数换位置到URL末尾,因为本程序代码默认URL最后一个参数存在注入。-Automated SQL injection source projects written in C, a remote multi-threaded, fast-guess the solution of an i
  3. 所属分类:Exploit

    • 发布日期:2015-04-16
    • 文件大小:6439936
    • 提供者:lcs_p
  1. ransac-pcl

    0下载:
  2. Ransac program for plane detection, the algorithm is implemented in C++ and works on Point cloud, the input is a PCD file which is generating by PCL-Library (sohaib-l@hotmail.fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1262386
    • 提供者:sohaib lr
  1. zhudianbijiaofa

    0下载:
  2. C++,逐点比较法,能实现简单的插补算法,并有图像给出来-C++,Point by point comparison,To achieve a simple interpolation algorithm, and a picture to come out
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7080
    • 提供者:马永超
  1. datalab-handout

    2下载:
  2. 深入理解计算机 LAB2 datalab-*********************** The CS:APP Data Lab Directions to Students *********************** Your goal is to modify your copy of bits.c so that it passes all the tests in btest without violating any of the coding guide
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:405064
    • 提供者:香帅
« 12 »
搜珍网 www.dssz.com