搜索资源列表
iseemem
- 这是一个用于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
c++ 编程中你最需注意的地方
- 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
CFileTransfer
- 基于VC++6.0点对点的文件传输。socket编程 tcp/ip- Design and Realization of Point-to-Point Files Transfer with Visual C++6.0
Matrix_Addition_PVM
- 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
nueclus
- Nucleus PLUS嵌入式操作系统是目前最受欢迎的操作系统Nucleus PLUS 是为实时嵌入式应用而设计的一个抢先式多任务操作系统内核,其95%的代码是用ANSIC写成的,因此非常便于移植并能够支持大多数类型的处理器。从实现角度来看,Nucleus PLUS 是一组C函数库,应用程序代码与核心函数库连接在一起,生成一个目标代码,下载到目标板的RAM中或直接烧录到目标板的ROM中执行-Embedded Operating System Nucleus PLUS is the most po
Addison_Wesley-Bjarne_Stroustrup-The_C++_Programm
- 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
ChattingSystemWithSecurityFunction
- 这是我上学时的一个作业,使用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
c_and_the_pointer
- c和指针一书的代码和课后习题答案,相当有价值。-c and the pointer of the book code and after-school Exercise answers, quite valuable.
mpfr-2.4.2.tar
- 一个多精度高效的浮点计算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
AKAE_train_task
- 北京亚嵌(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
mmtrie
- 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
MFC_Graphic
- 平台: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
CRC-16Code
- 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
c
- 首先启动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
cephes-math-28.tar
- 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
uffs-v1.3.3
- 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
SQLinjection
- 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
ransac-pcl
- 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
zhudianbijiaofa
- C++,逐点比较法,能实现简单的插补算法,并有图像给出来-C++,Point by point comparison,To achieve a simple interpolation algorithm, and a picture to come out
datalab-handout
- 深入理解计算机 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