Location:
Search - flush
Search list
Description: helix 源代码,能够在pc上演示,可以移植到嵌入式系统-helix source code,It s can demonstrate on PC,can transplant to flush type system.
Platform: |
Size: 4155458 |
Author: 宋丛林 |
Hits:
Description: TCL语言的学习教程和几个程序实例
array.tcl
--- ---
This simple example shows how to create and manipulate arrays.
main commands used: array, puts, foreach, get
calculator.tcl
--------------
This script asks the user to enter an operation ( ex: 24 + 52 ),
analyses the operation, computes it and return the result.
main commands used: proc, expr, return, while, puts, flush, switch, lindex,
gets
file_copy.tcl
-------------
This script asks the user to enter a source file, a destination file and copies
the source file in the destination file.main commands used: puts, gets, read, seek, open, close.-TCL language learning tutorials and examples of several programs array.tcl --------- T his simple example shows how to create and manip ulate arrays. main commands used : array, puts, foreach. get calculator.tcl -------------- This scrip t asks the user to enter an operation (ex : 24 52), analyzes the operation, it computes and return the result. main command s used : proc, expr, return, while, puts, flush, switch, Lindex. gets file_copy.tcl ------------- This script asks the user to enter a source file, a destination file and copies the source file in the destination file.main commands used : puts, gets, read, seek, open, close.
Platform: |
Size: 434419 |
Author: 王力 |
Hits:
Description: 一个刷屏机的源码,在编辑框里输入要刷的内容,点击“开始”进行重复刷屏,点击“停止”,暂停刷屏-a Shuabing machine source code, the input frame editing brush to the content, clicking on the "Start" Shuabing repeat, Click on the "stop", suspended Shuabing
Platform: |
Size: 24060 |
Author: lyzcw |
Hits:
Description: 链栈的演示程序
实现栈的入栈,清空,出栈,退出操作。
输入指定元素。-chain stack of demo program Stack stack, flush out stack, to withdraw from the operation. Designated input elements.
Platform: |
Size: 363011 |
Author: 邱芊芊 |
Hits:
Description: 看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} {
global ns nf
$ns flush-trace
#Close the trace file
close $nf
#Execute nam on the trace file
exit 0
}
#Create four nodes
set n0 [$ns node]
set n1 [$ns node]
set n2 [$ns node]
set n3 [$ns node]
#Create links between the nodes
$ns duplex-link $n0 $n2 1Mb 10ms
Platform: |
Size: 3451 |
Author: shilei |
Hits:
Description: mips 模拟器 5断流水线,支持断点 stall flush
Platform: |
Size: 120713 |
Author: liusong |
Hits:
Description: Flush解码源程序-Flush source decoder
Platform: |
Size: 332280 |
Author: 张先生 |
Hits:
Description: 如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: <!--#include file=\"data.inc\"--> 但是如果data.inc中包含JSP CODE ,我们可以使用: <%@include file=\"data.inc\"%> 如何执行一个线程安全的JSP? 只需增加如下指令 <%@ page isThreadSafe=\"false\" %> JSP如何处理HTML FORM中的数据? 通过内置的request对象即可,如下: <% String item = request.getParameter(\"item\") int howMany = new Integer(request.getParameter(\"units\")).intValue() %> 在JSP如何包含一个静态文件? 静态包含如下:<%@ include file=\"copyright.html\" %> 动态包含如下:<jsp:include page=\"copyright.html\" flush=\"true\"/> 在JSP中如何使用注释? 主要有四中方法: 1。<%-- 与 --%> 2。// 3。/**与**/ 4。<!--与-->-how mixed use Jsp and SSI # include JSP can be used as follows contains pure HTML : lt ;!--# include file = "data.inc" -- gt; But if data.inc JSP CODE contains, we can use : lt ; % @ include file = "data.inc"% gt; how to implement a security thread JSP only increased as follows instructions lt; % @ page isThreadSafe = "false"% gt; JSP HTML FORM how to handle the data through built-in object can request , as follows : lt; % String item = request.getParameter ( "item") int howMany = new Integer (request.getParameter ( "units")). intValue ()% gt; how the JSP contains a static document contains static as follows : lt; % @ include file = "copyright.html"% gt; Dynamic includes : lt; jsp : include page = "copyright.html" flush
Platform: |
Size: 4154 |
Author: 孙武 |
Hits:
Description: H.264编码算法的完整源代码
文件:VideoEncoderX264.h
class CVideoEncoderX264 :
{
public:
CVideoEncoderX264(void);
~CVideoEncoderX264(void);
virtual bool Connect(CVideoEnDecodeNotify* pNotify, const CVideoEnDecodeItem& Item);
virtual void Release(void);
virtual void Encode(BYTE* pInData, int nLen, BYTE* pOutBuf, int& nOutLen, int& nKeyFrame);
private:
x264_picture_t m_Pic;
x264_t *h;
x264_param_t param;
void Flush(void);
Platform: |
Size: 30720 |
Author: lixh2009 |
Hits:
Description: 粘弹性地基结构动力响应计算程序,虽然比较老,还是很有价值。-Visco-elastic foundation structural dynamic response calculation program, though relatively old, is still of great value.
Platform: |
Size: 733184 |
Author: 张卫平 |
Hits:
Description: flush有限元程序说明书,希望对大家有帮助-flush finite element program description, we want to help
Platform: |
Size: 3868672 |
Author: 张卫平 |
Hits:
Description: 网狐平台下游戏赣州同花棋牌游戏,头文件源文件齐全客户端服务端都有哈-The Fox network platform game Ganzhou flush board games header file source files complete client server Kazakhstan
Platform: |
Size: 1222656 |
Author: 陈东 |
Hits:
Description: Functions to sequence FLUSH and FUA writes driver for Linux
Platform: |
Size: 4096 |
Author: zanjencu |
Hits:
Description: Functions for global dcache flush when writeback caching in SMP
Platform: |
Size: 1024 |
Author: yieziutie |
Hits:
Description: Flush dcache and invalidate icache when the dcache is in writeback mode
Platform: |
Size: 1024 |
Author: mengpongging |
Hits:
Description: vc实现电脑桌面刷新功能。模拟F5命令。-flush desktop by F5
Platform: |
Size: 20480 |
Author: 张飞 |
Hits:
Description: this a i/o flush code running on windows-this is a i/o flush code running on windows
Platform: |
Size: 4098048 |
Author: qk |
Hits:
Description: Flush dcache and invalidate icache when the dcache is in writeback mode.
Platform: |
Size: 2048 |
Author: senpwning |
Hits:
Description: tlb-flush.S: TLB flushing routines.
Platform: |
Size: 1024 |
Author: pwssser |
Hits:
Description: A working function to flush the keyboard buffer in standard C.
Platform: |
Size: 27648 |
Author: Ken_xD |
Hits: