Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux code
Search - linux code - List
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.
Date : 2025-12-23 Size : 126.26kb User :

本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the detailed comprehensive annotation and the explanation to the Linux early time operating system essence, is for the purpose of enabling the reader to obtain comprehensive and the profound understanding in the as far as possible short time to the Linux work mechanism,
Date : 2025-12-23 Size : 2.18mb User : 杜水飞

This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C 6 on a Windows 2,000 platform.
Date : 2025-12-23 Size : 126kb User : 李奇

fast_tcp的源代码加上了自己对它的中文注释,由于关于这方面的资料比较少所以想把自己做的一些东西拿出来,让同样学TCP的网友多点参考-fast_tcp added the source code of its own Chinese notes, as a result of the information in this regard is less so wanted to do something out so that the same TCP users learn more reference
Date : 2025-12-23 Size : 10kb User : 王名

the source code is writed by the authot, the susan algorithm to detecte the corner linear and many other features. you can use it in your workspace in windows or linux.
Date : 2025-12-23 Size : 12kb User : 翟振刚

This program displays 14 different interate functions (mandelbot) graphically. It has a C frontend but all the routines are written in asm using floating point floats,doubles,long doubles(80bit),SSE,and SSE2 instructions depending on the resolution and the processor used. Bitmaps can be saved. Series of images can also be saved. Many of these series are included in ".mnd" format. Here only the coordinates are saved so the files are very small. Use the (CTRL) key and the mouse to define a zoomin region and (SHFT)key and the mouse to move the image. See the included help file for more information. I have a linux version but some problems have creaped in. The X code has changed the last year and now the bitBlt routine crashes very frequently. I will upload this version when I get this bug under contron. The linux version has a super fast 64 bit asm version commin soon.
Date : 2025-12-23 Size : 233kb User : dancie

MTL公司的矩阵模板库,需要先下载boost库提供运行环境。目前只有源代码,下次上传说明文档和示例-MTL' s matrix template library, you need to download the boost library provides runtime environment. At present, only the source code, documentation and sample the next upload
Date : 2025-12-23 Size : 425kb User : fishedrun

SWMM,原代码,可以修改后进行城市降雨径流计算, The SWMM 5 computational engine consists of 43 C-code files plus several header files. The engine can be compiled either as a Dynamic Link Library (DLL) under Windows or as a stand-alone console application under both Windows and Linux, depending on which of the #define DLL and #define CLE declarations at the top of swmm5.c is commented out.- The SWMM 5 computational engine consists of 43 C-code files plus several header files. The engine can be compiled either as a Dynamic Link Library (DLL) under Windows or as a stand-alone console application under both Windows and Linux, depending on which of the#define DLL and#define CLE declarations at the top of swmm5.c is commented out.
Date : 2025-12-23 Size : 316kb User : 小杨

CurveFit是一个用于曲线拟合优化的开发包(SDK)。在许多领域都有广泛的应用如广告,标识,服装,皮革等。在这些领域设计的图形经常使用样条曲线等高阶线条表达的,切割加工的时候需要把他们转换成机器能接受的直线和圆弧。CurveFit是这样一个库,他实现在保证几何图形精度的前提下尽可能地优化拟合这些图形,输入一些参数和数据他就能生产优化后的结果,他可以减少高达90 的线段数量。这个开发包 (SDK,曲线拟合库) 支持大多数平台,从 32位/64位Windows到Linux/Unix 系统,他也支持 .NET和 JAVA 环境. CAD/CAM系统的开发人员可以把它集成到自己的软件里面拥有超强的曲线拟合功能, 提供的详细的演示程序及源代码可以帮助你只需要很少的编程知识就能方便地集成到你的系统里面去。 - CurveFit is a software development kit (SDK) to optimize curves. In many industries like ads, clothing, leather, the designed drawing by special software is in curves, the curves would be converted to line and arcs if user want to cut out them by machine. CurveFit is the library achieves this function that simplifies the lines and arc and keep the drawing in acceptable accurate level. This library accepts solver parameters and data , then generate optimized result. It can decrease up to 90 lines and arcs quantity significantly. This SDK (curve fitting library) supports most platform from 32-bit/64-bit Windows to Linux/Unix system, it supports .NET and JAVA environment also. Developers of CAD/CAM-systems can integrate it into their software, sample demo program with source code help you integrate it with your existing system or product and minimal programming knowledge required.
Date : 2025-12-23 Size : 12mb User : nestprofessor

“lsa-poly” is a polynomial least square fitting tool. e.g.: lsa-poly -f data.dat -x 1 -y 2 -n “-7 -2 0 4” -oe will fit column 2 with column 1 of data.dat, and the fitting function consists of x^-7. x^-2, x^0 and x^4 terms. ===================== The source code is compressed with two precompiled binaries, the MacOS X 10.9 and Ubuntu 11 on Linux 3.0.0.14 (64 bit).
Date : 2025-12-23 Size : 85kb User : 孙谨

国嵌,实验代码,嵌入式Linux系统工程师必修实验代码,输入子系统驱动代码-Country embedded experimental code, embedded Linux systems engineer compulsory experimental code input subsystem driver code
Date : 2025-12-23 Size : 2kb User : fejrkrntarc

TQ2440平台,基于LINUX 嵌入式系统的UDP通信源代码,是网络编程入门的好资料-TQ2440 platform for embedded systems based on LINUX UDP communication source code, network programming a good data entry
Date : 2025-12-23 Size : 2kb User : dfrtril

A Account Manager Future represents the result of an asynchronous Account Manager call Source Code for Linux.
Date : 2025-12-23 Size : 3kb User : abrtkra

test Constructor Source Code for Linux v2.13.6.
Date : 2025-12-23 Size : 1kb User : ferjkhtntarc

factory document Source Code for Linux.
Date : 2025-12-23 Size : 1kb User : dfrtril

Bluetooth Request Permission Test Source Code for Linux v2.13.6.
Date : 2025-12-23 Size : 2kb User : mioohbnrjttpro

Wraps a Bulk Cursor around an existing Cursor making it remotable Source Code for Linux v2.13.6.
Date : 2025-12-23 Size : 2kb User : hhslStobnr

Discourse Logger Test Source Code for Linux.
Date : 2025-12-23 Size : 1kb User : luswsoubnrhtesa

信道状态信息数据数据采集及预处理代码,可以载WIN和LINUX下对信道状态信息数据数据进行采集和处理,并绘制出原始的信道状态信息数据数据(A code of sample and process the data of Channel State Information.)
Date : 2025-12-23 Size : 582kb User : 猴小宝_猪小胖

将bitmap转为vector outline(turn bitmap to vector outline)
Date : 2025-12-23 Size : 986kb User : On_theway
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.