资源列表
Programming-in-Objective-C-2.0
- An objective-C eBook for beginner, in English.
renwuguanliqi
- 简单的任务管理器,实现关机,重启,监视进程,结束进程,适合初学者-IT SIMPLE O
2
- 实现串口连接的模拟程序界面,计算机网络安装环境.-Serial interface to connect the simulation program, computer network installation environment.
mpiyingyong
- MPI的应用,主要是高性能计算方面利用MPI进行并行计算,并且提供时间函数,判断并行计算与常规计算的区别与优劣-MPI applications, primarily high-performance computing use MPI parallel computing, and to provide a function of time to determine the difference between computing and parallel computing with the
A1005
- pat advanced level 1005. Spell It Right-Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specification: Each input file contains one test case. Each
copysel
- 此程序为复制自身的应用程序(win32应用程序)。-This program copy itself to the application (win32 application).
QR_Research_V1
- QR Research 1.0 PC版(PC二维码工具,支持摄像头) 1.改进解码算法,实现超强解码; 2.采用图像融合算法,生成梦幻二维码;. -1 Improved QR Research 1.0 PC version (PC dimensional code tools, support camera) decoding algorithm to achieve superior decoding 2 using image fusion algorithm to generat
image
- 实现对图像的扭曲。包括四种扭曲方法:波纹扭曲,漩涡扭曲,球面扭曲以及水平垂直扭曲。并可对扭曲图像进行保存。-To achieve the image distortion. Includes four twisted way: wave distortions, swirl distortion, spherical distortion, and horizontal and vertical distortion. Distorted image can be saved on.
HackersBlackBook
- this book gives the complete idea of hacking
CRM
- 一套自己原先在学校作的CRM,大家指点下-A set of their original school for the CRM, we show under
SOPC_Design_book
- sopc入门和深入的经典教程,并且带有源代码-sopc classic entry and in-depth tutorials, and with source code
openssl-1.0.0e.tar
- openssl-1.0.0e源代码 众多的密码算法、公钥基础设施标准以及SSL协议,或许这些有趣的功能会产生实现所有这些算法和标准的想法。这是一个令人望而生畏的过程。这个工作不再是简单的读懂几本密码学专著和协议文档那么简单,而是要理解所有这些算法、标准和协议文档的每一个细节,并用很熟悉的C语言字符一个一个去实现这些定义和过程。 OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。O