Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux code
Search - linux code - List
该程序是处理嚣的调度的源代码,通过进程调度,实验各进程的功能,进程序数的多少,决定进程执行的速度。-the procedure is to deal with the clamor of the source code scheduling, process scheduling, the experimental process functions into The number of procedures, the decision to speed the process of implementation.
Date : 2008-10-13 Size : 2.77kb User : 张英子

此源代码将生成 linux x86的 shellcode-this source code will create Linux x86 Shellcode
Date : 2008-10-13 Size : 1.81kb User : 涛涛

一款在LINUX常用的VPN软件的WINDOWS版本源码-one commonly used in the Linux VPN software version of the Windows source code
Date : 2025-12-23 Size : 392kb User : 李锦

此源代码将生成 linux x86的 shellcode-this source code will create Linux x86 Shellcode
Date : 2025-12-23 Size : 2kb User : 涛涛

编辑器,源代码 一个简单的计算器 E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)JavaScript 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一个速度很快的C/C++/Java源代码美化工具。 astyle比indent好在 有很多成套的的风格定义:ansi ...SLICKEDIT这种大型商业文本编辑器等。 解决:对于...==>网页选项==>HTML源代码选单里选择“使用下面... www.chedong.com/tech/indent_tools.html 14K 2005-3-3 - 百度快照 Jedit for Linux Source Code 源代码--eNet软件-editor, source code for a simple calculator E EC world-- Netting dream ... different backgrounds. Java is based on the C-oriented computer programs designed to replace .... (2) do not have JavaScript compiler source code embedded in HTML ... is different. Java source code to be compiled, as exists ... a part of, in general text editor with HTML can be a ... www.51foru.com/index008jsjc.htm 19K 2003-12-10- Baidu snapshot C Java PHP Perl Python the code landscaping tools ... php), a fast C/C/Java source code for landscaping tools. Astyle than indent Fortunately, there are many sets of the style definition : ansi ... SLICKEDIT such a large-scale commercial, such as text editors. Solution : ...== gt; Website options == gt; HTML source code menu you select "Use the following ... www.c
Date : 2025-12-23 Size : 44kb User : 王健

E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)JavaScript 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一个速度很快的C/C++/Java源代码美化工具。 astyle比indent好在 有很多成套的的风格定义:ansi ...SLICKEDIT这种大型商业文本编辑器等。 解决:对于...==>网页选项==>HTML源代码选单里选择“使用下面... www.chedong.com/tech/indent_tools.html 14K 2005-3-3 - 百度快照 Jedit for Linux Source Code 源代码--eNet软件-world-- Netting dream ... different backgrounds. Java is based on the C-oriented computer programs designed to replace .... (2) do not have JavaScript compiler source code embedded in HTML ... is different. Java source code to be compiled, as exists ... a part of, in general text editor with HTML can be a ... www.51foru.com/index008jsjc.htm 19K 2003-12-10- Baidu snapshot C Java PHP Perl Python the code landscaping tools ... php), a fast C/C/Java source code for landscaping tools. Astyle than indent Fortunately, there are many sets of the style definition : ansi ... SLICKEDIT such a large-scale commercial, such as text editors. Solution : ...== gt; Website options == gt; HTML source code menu you select "Use the following ... www.chedong.com/tech/indent_tools.html 14K 2005-3-
Date : 2025-12-23 Size : 114kb User : 王健

OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
Date : 2025-12-23 Size : 853kb User : 李权波

winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而TC太老,不支持C99,VC也不能很好支持。那些代码是在Linux下用gcc调试通过的。所以使用gcc没有问题。Windows下使用lcc没问题。没有在Dev-C++下测试过,应该没问题。其他编译器一概不保证可以通过。 4、请不要为了索取完整代码给我发邮件,我已经在第一点声明过了:我没有完整代码,所有我有的代码都已经在报告里了。 5、我不是你们的程序设计老师,所以请不要给我发你们的代码让我来修改。至少在1月23日之前不可以。 祝愿大家都能顺利的完成自己的课程设计。 《编译原理》课程设计报告 1 词法分析 1.1 试验目的 设计,编制并调试一个词法分析程序,加深-winsock programming statement : Recently, I have been to use the report of this experiment, and this time I made to the mail. I do not oppose the use of this report. However, there are several issues to make : one, the report code incomplete. Only syntax analysis and lexical analysis of the two functions, not the integrity of the process up so that the main function. 2, I wrote the code in the wrong syntax analysis of the grammatical rules, which led to some grammatical rules with the source document can not be properly analyzed. The problem I face the final report is described. 3, code compiler : I do not guarantee experimental report of the code can be compiled under the TurboC2.0 through. Visual C does not guarantee that. The code is in line with the rules of grammar C99 standards, and
Date : 2025-12-23 Size : 173kb User : 名台

x264视频解码源码,c代码,vc环境编译通过-H.264 video decoder source, c code, compile environment vc
Date : 2025-12-23 Size : 522kb User : 李海

此代码是研究 mysql 5.0.22 得出的结果,描述并使用标准 c++演示了使用 MySQLC API 函数简单操作数据库的流程 例子程序在 VC6(VC7.1) + windows 2000 上调试通过 例子程序在 red hat linux 9,red fc6 上调试通过 -this code is to examine mysql 5.0.22 the results Description and use standard c demonstration of the use of a simple API function MySQLC Database examples process procedures V C6 (VC7.1), debugging windows 2000 through examples of procedures in red hat linu x 9, red fc6 debugging through
Date : 2025-12-23 Size : 15kb User : 魏洪平

三维动画太阳的源代码,在Linux下实现-3D animation Sun's source code, under Linux
Date : 2025-12-23 Size : 11kb User : 何福贵

ape源程序解码-包括文件解析,播放,在pc上编译通过,执行正常;-ape decoder source code- including document analysis, the player in the pc through the compiler, the implementation of the normal
Date : 2025-12-23 Size : 411kb User : wuyufeng

详细介绍了linux的资源以及代码,对计算机工作者真是宝宝一样好的东西-Detailed information on resources, as well as linux code of computer workers really good things, like baby
Date : 2025-12-23 Size : 709kb User : 宁长来

包含源程序和论文。本设计论文分为两大部分。第一部分对LINUX以及LINUX网络编程环境作了一个介绍。详细分析了编程中将用到的BSD套接字函数族的使用。第二部分记录了本人与合作者唐志军开发的邮件系统的实现过程,从总体分析、模块划分到详细设计,并在后面附了本人实现的C语言源代码。-Contains the source code and papers. The thesis is divided into two main design. The first part of the LINUX, as well as network programming environment LINUX made a presentation. Detailed analysis of the programming will be used BSD Sockets Functions use. The second part of the record of my collaborators唐志军and e-mail system developed by the realization of the process, from the overall analysis, module division to the detailed design and attached at the back I realized the C language source code.
Date : 2025-12-23 Size : 250kb User : jhm

动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!-Dynamic host address assignment client source code! Is run by LINUX under, WINDOWS is still under testing! From the test is completed to everyone!
Date : 2025-12-23 Size : 868kb User : siting

这个文件是为了实现GSM 接收短信的一部分代码,以后有时间会继续上传 主要实现的是编码转换,是我自己写的。-This document is a GSM receive text messages in order to achieve part of the code, after the time will continue to upload the main achievement of the encoding conversion, I wrote it myself.
Date : 2025-12-23 Size : 2kb User : king

CPE广域网管理协议既TR069协议中的ACS服务器实现源代码-ACS open source code for tr069
Date : 2025-12-23 Size : 6.65mb User : 远方

文件——》新建——》项目,选择MFC应用程序——》名称为player——》确定。 点击应用程序类型——》基于对话框——》完成。 在DIALOG中右击——》插入ACTIVEX控件——》选Windows Media Player ,添加了Windows Media Player 控件ID为IDC_OCX1。 对Windows Media Player控件右击——》添加变量——》变量名为m_wmplayer——》完成。 拉二个按钮到DIALOG中“打开”和“暂停”,双击“打开”输入以下代码: -Paper- " New-" item, choose MFC applications- " known as the player-" determined. Click on application type- " based on the dialog box-" to complete. Right-click in the DIALOG- " ACTIVEX control insert-" choose Windows Media Player, added the Windows Media Player control ID for IDC_OCX1. Windows Media Player control on the right-click- " add variable-" variable named m_wmplayer- " completed. DIALOG two buttons to pull of " open" and " suspended" , double-click " Open" , enter the following code:
Date : 2025-12-23 Size : 156kb User : 陈冉

linux 中发送邮件代码,移植性高,并且通过测试。-Send e-mail code in linux, high portability, and to pass the test.
Date : 2025-12-23 Size : 9kb User :

主题模型,相关主题模型,correlated topic model -correlated topic model C implementation linux
Date : 2025-12-23 Size : 203kb User : wang
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.