Heat+Pipe
Heat+Pipe技术资料下载专区,收录28份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
Heat+Pipe 全部资料 28 份
Resolution of heat equation using Crank Nicholson method. Implemented in matlab language.
Resolution of heat equation using Crank Nicholson method. Implemented in matlab language.
algrithm for optimization matlab source code for heat conducting plate 3 methods are included
algrithm for optimization matlab source code for heat conducting plate 3 methods are included
Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem a
Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem as a function of s an...
The pipe "|" char in linux rewrite in C. Another example of managing streams in C.
The pipe "|" char in linux rewrite in C. Another example of managing streams in C.
FEATURES • 16 bit PIPE Spec PCI Express Testbench • Link training • Initial Flo
FEATURES • 16 bit PIPE Spec PCI Express Testbench • Link training • Initial Flow Control • P...
//打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驱动程序里面的 Pipe 名, 对应访问某个端点
//打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动...
实现进程的管道通信。用系统调用pipe( )建立一管道
实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管...