联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Linux/Unix编程(66) 
按平台查找All C/C++(66) 

[Linux/Unix编程] AES_DES_3DES

利用openssl,使用AES128_CBC、AES128_ECB、AES128_CFB、AES192_CBC、AES192_ECB、AES912_CFB、AES256_CBC、AES256_ECB、AES256_CFB和DES_CBC、DES_ECB、DES_CFB、3DES_CBC、3DES_ECB、3DES_CFB进行加解密。
Using OpenSSL and aes128_ CBC,AES128_ ECB,AES128_ CFB,AES192_ CBC,AES192_ ECB,AES912_ CFB,AES256_ CBC,AES256_ ECB,AES256_ CFB and des_ CBC,DES_ ECB,DES_ CFB,3DES_ CBC,3DES_ ECB,DES_ CFB encryption and decryption. (2021-03-18, C/C++, 30KB, 下载1次)

http://www.pudn.com/Download/item/id/1616055321124882.html

[Linux/Unix编程] 操作系统实验

1. 在linux下编写一个应用程序,命名为an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 另外写一个应用程序,命名为an_ch2_1a。这个程序创建一个子进程,执行an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 观察程序运行的结果,并对你看到的现象进行解释。 2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程 均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。
Write an application under linux, named an_ch2 1b. The program continuously outputs the following lines: Those output come from child, [system time] Write another application named an_ch2_1a. This program creates a subprocess to execute an_ch2_1b. The program continuously outputs the following lines: Those output come from child, [system time] Observe the results of the program and explain the phenomena you see. (2019-05-01, C/C++, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/1556714061371308.html

[Linux/Unix编程] upx-3.94-src

UPX压缩壳 源码,可以给ELF文件加壳,对程序进行一些保护
UPX compression shell source code, can shell the ELF file, some protection of the program (2018-06-12, C/C++, 2053KB, 下载1次)

http://www.pudn.com/Download/item/id/1528784847166661.html

[Linux/Unix编程] 1

黑白棋看电视剧福克斯的减实得分二人儿童俄日的
The beginning of the skin care, the flying pigeon, Su several dead (2018-06-12, C/C++, 1150KB, 下载0次)

http://www.pudn.com/Download/item/id/1528781431734924.html

[Linux/Unix编程] mygis.tar

在utuntu下自己实验的qt5加gdal读取栅格图像的代码,有简单的放大缩小和漫游
In utuntu, Qt5 and GDAL read the code of raster image, which has simple zoom in and out and roaming. (2018-05-20, C/C++, 29KB, 下载0次)

http://www.pudn.com/Download/item/id/1526786430842283.html

[Linux/Unix编程] 莱昂氏unix源代码分析英文版+源码

Linux/UNIX编程,源代码分析加英文版文档,原汁原味。
Linux/UNIX programming, source code analysis plus English version of the original document. (2018-05-14, C/C++, 803KB, 下载19次)

http://www.pudn.com/Download/item/id/1526307867969473.html

[Linux/Unix编程] Linux内核探秘

从工业需求角度另辟蹊径,注重效率和实用性,将linux内核分为基础部分和应用部分以及内核架构和内核实现两个维度,对Linux内核的文件系统、设备驱动的架构设计与实现原理进行了深入分析
Different from the angle of industrial demand, pay attention to the efficiency and practicability, the Linux kernel is divided into basic part and application part and kernel architecture and kernel two dimensions, file system and device driver architecture of Linux kernel and implementation principle are analyzed (2017-11-27, C/C++, 45962KB, 下载3次)

http://www.pudn.com/Download/item/id/1511763183739835.html

[Linux/Unix编程] 林锐-高质量C、C++编程指南

林锐-高质量C、C++编程指南 林锐的高质量C/C++编程指南要求我们遵循以下规则: (1)为了防止头文件被重复引用,应当用ifndef/define/endif结构产生预处理块。 (2)用 #include <filename.h> 格式来引用标准库的头文件(编译器将从标准库目录开始搜索)。 (3)用 #include “filename.h” 格式来引用非标准库的头文件(编译器将从用户的工作目录开始搜索)。 (4)在每个类声明之后、每个函数定义结束之后都要加空行。 (5)在一个函数体内,逻揖上密切相关的语句之间不加空行,其它地方应加空行分隔。 (6)一行代码只做一件事情,如只定义一个变量,或只写一条语句。这样的代码容易阅读,并且方便于写注释。 (7)if、for、while、do等语句自占一行,执行语句不得紧跟其后。不论执行语句有多少都要加{}。这样可以防止书写失误。 (8)程序的分界符‘{’和‘}’应独占一行并且位于同一列,同时与引用它们的语句左
Lin Rui - A Guide to high quality C and C++ programming (2017-10-16, C/C++, 595KB, 下载2次)

http://www.pudn.com/Download/item/id/1508131141452464.html

[Linux/Unix编程] Framebuffer

给予红帽系统中的frambuffer的硬件来编写的俄罗斯方块.方便用户能更好的来练习C语言和Linux系统编程
Red Hat system administration hardware framebuffer to write Tetris is convenient to practice the user can better C programming language and Linux systems (2015-10-30, C/C++, 20KB, 下载1次)

http://www.pudn.com/Download/item/id/1446191372435831.html

[Linux/Unix编程] teris

linux俄罗斯方块程序,自己学习linux时用C语言写的,用键盘的上下左右键控制,空格可以快速下落,适合linux下编程初学者学习。
linux Tetris program, when you learn linux written in C language, and use the arrow keys to control the left and right of the keyboard, the space can quickly fall under linux programming for beginners to learn. (2015-09-19, C/C++, 102KB, 下载3次)

http://www.pudn.com/Download/item/id/1442669477467888.html

[Linux/Unix编程] phoenixPP-1.0.tar

Linux上C和C++实现的Mapreduce框架,斯坦福的研究项目
C and C++ implementation ofMapreduce framework, a research project from stanford (2014-07-28, C/C++, 2264KB, 下载3次)

http://www.pudn.com/Download/item/id/2596156.html

[Linux/Unix编程] laplacian

linux下可运行的拉普拉斯锐化算法,将代码和图片放在同一目录下,用g++直接编译运行即可。
Laplacian sharpening algorithm can run on linux. (2014-01-15, C/C++, 75KB, 下载2次)

http://www.pudn.com/Download/item/id/2450643.html

[Linux/Unix编程] russian

一个在linux里面写的俄罗斯方块,基于gcc编译器,学习c语言的练手工具
Tetris wrote a linux inside the practiced hand tools, based on gcc compiler, learning c language (2013-01-26, C/C++, 22KB, 下载3次)

http://www.pudn.com/Download/item/id/2127240.html

[Linux/Unix编程] eluosi

一款基于linux环境下的C语言编写俄罗斯放宽 有暂停 排行榜等功能
Russia written a C language based on linux environment to relax a pause Top (2012-11-10, C/C++, 13KB, 下载3次)

http://www.pudn.com/Download/item/id/2043170.html

[Linux/Unix编程] my_russiablock

用VT控制码实现的俄罗斯方块程序,在linux下运行良好,带详细注释!
VT control code to achieve Tetris program, run under linux, with detailed notes! (2012-09-11, C/C++, 23KB, 下载2次)

http://www.pudn.com/Download/item/id/1990657.html

[Linux/Unix编程] block

Linux下编写的双人俄罗斯方块游戏,是用gcc和curse库编写的。
The Doubles Tetris game writing in linux by gcc and curse lib. (2010-04-09, C/C++, 10KB, 下载31次)

http://www.pudn.com/Download/item/id/1119011.html

[Linux/Unix编程] radarFDTDGUI

时域有限差分法求解麦克斯韦方程,选择边界吸收条件和理想匹配层法
Time-domain finite difference method for solving Maxwell' s equations (2009-09-15, C/C++, 93KB, 下载31次)

http://www.pudn.com/Download/item/id/911755.html

[Linux/Unix编程] udpsocket

linux下c语言的udp通讯小代码。。。不到1k,上去不了,日!加个md5的代码在里面,可以无视
c under linux language small code udp communication. . . Less than 1k, can not go, Japan! Md5 add the code inside, you can ignore the (2009-05-04, C/C++, 2KB, 下载48次)

http://www.pudn.com/Download/item/id/742606.html

[Linux/Unix编程] tetris_cpp

使用SDL库,做的俄罗斯方框,支持调速度,多彩方块
Use SDL library, to do the Russian box, support transfer speed, colorful box (2009-03-19, C/C++, 457KB, 下载2次)

http://www.pudn.com/Download/item/id/678924.html

[Linux/Unix编程] dbacl-1[1].3.1.tar

dbacl是一个通用目的的digramic贝叶斯文本分类器。它可以学习你提供的文本,接着用学到的类别来比较新的输入。
dbacl is a general-purpose text digramic Bayesian classifier. It can learn to provide you with the text, then uses learned relatively new type of input. (2005-04-26, C/C++, 348KB, 下载104次)

http://www.pudn.com/Download/item/id/1114447784448127.html
1234
总计:66