搜索资源列表
list
- 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
C++ecc.rar
- C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行了,C++ Realized elliptic curve algorithm. Has been written in a library file as long as the call on the list
DISK.rar
- C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
c-hash
- C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
lpci.c
- 主要的功能是在LINUX下枚举所有PCI的信息-List all pci information under linux
EnumDeviceProperties_demo
- 在List框中显示系统中所有设备 并在下面的信息栏中显示所有的设备(USB、主板、IDE等所有设备管理器中的设备)的信息,使用接口为SetupAPI-List box display system at all the equipment and information in the following column shows all the devices (USB, motherboard, IDE Device Manager all of the equipment) inform
Mastering.Algorithms.with.C
- Data comes in all shapes and sizes, but often it can be organized in the same way. For example, consider a list of things to do, a list of ingredients in a recipe, or a reading list for a class. Although each contains a different type of data, they a
stub_printf.c
- Passing variable argument list to other functions on G-Passing variable argument list to other functions on GCC
rc4crypt
- rc4 RC4 was initially a trade secret, but in September 1994 a descr iption of it was anonymously posted to the Cypherpunks mailing list[3]. It was soon posted on the sci.crypt newsgroup, and from there to many sites on the Internet. The leaked code
digitaleyes-c
- DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml. usage : ./digitaleyes[.opt] [processes in chronological order] file -noise Reduces image noise. -rotate Finds angle and rotate image. -lessons Builds the lessons
linux-dev-manage.c
- 该C程序通过调用linux环境下的一些系统函数,实现对linux中/dev目录的管理,包括统计该目录下文件数目,以及列出所有文件等。-The C program by calling the linux environment, some system functions to realize the linux in the/dev directory management, including the statistics of the directory number of files,
list
- c数据结构 链表源码,在linux下可编译,包含makefile文件-c data structure linked list source code can be compiled under the linux, including the makefile file
c
- this command will list directories in linux in terminal
good-c
- linux链表,有很好的功能,可以作为学习参考,对初学者很有用-linux list
learn-CPP-node-linklist
- 易学C++链表节点类案例,有详细的注解,方便阅读代码-Learn C++ list node class case, with detailed comments, and easy-to-read code
list
- C#水晶报表应用实例,使用水晶报表以列表形式显示学生信息,详细说明了使用方法,可以说是一个教程,通过这个教程让你学会更多的水晶报表使用知识,测试前请确保安装有.NET 4.0环境,以及附加和连接好SQL数据库信息。-C# Crystal Reports application example, to use Crystal Reports student information is displayed in tabular form, detailing the use of the meth
c-link
- 链表的创建、链表的插入、链表的修改和链表的删除。-List creation, list of the insert, modify, and list the list of deletion.
List-Control_RowHeight
- MFC动态设置List control的行高,实现的源代码-reset the height of List control,realize by opencv and c++
C语言库函数参考手册
- C语言 库函数列表,速查,可以方便、快速定位到函数,了解其功能及用法。(Quick C language library function list, can easily and quickly locate the function, understand its function and usage.)
list
- 封装了通用的C语言链表,使用的时候可以直接调用(It encapsulates the common C language linked list, which can be called directly when used.)