Welcome![Sign In][Sign Up]
Location:
Search - kernel stream

Search list

[Windows DevelopNewsPlayer

Description: Java内核是unicode的,就连class文件也是,但是很多媒体,包括文件/流的保存方式是使用字节流的。因此Java要对这些字节流经行转化。char是unicode的,而byte是字节。Java中byte/char互转的函数在sun.io的包中间有。其中ByteToCharConverter类是中调度,可以用来告诉你,你用的convertor。其中两个很常用的静态函数是-Java kernel is unicode,as well as class files.However,most multimedias use stream bytes,including the way of their storage.So java ought to convert these stream bytes.char is unicode,while byte is byte.byte/char convertion function is in sun.io.class ByteToCharConverter could tell you which convertor you are using.two usual static functions are
Platform: | Size: 4690226 | Author: 电子科大 | Hits:

[Consolels

Description: LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file name with full path -q : if file name contains space then use \" to embrace it -c : swith on/off color -d : list folders only -f : list files only -o : omit file s extension name -O : omit all file s extension names -! : use kernel API instead of stream function to list other options : will be ignored Color: yellow : directory gray : hidden file/directory red : readonly file/directory blue : compressed file/directory green : system file/directory white : normal file/directory Noice: There should be less then 100 masks -l/-w, -d/-f can t be both valid, only the latter will be Both \"-\" and \"/\" can be used to define options
Platform: | Size: 23591 | Author: 孙谨 | Hits:

[Windows DevelopNewsPlayer

Description: Java内核是unicode的,就连class文件也是,但是很多媒体,包括文件/流的保存方式是使用字节流的。因此Java要对这些字节流经行转化。char是unicode的,而byte是字节。Java中byte/char互转的函数在sun.io的包中间有。其中ByteToCharConverter类是中调度,可以用来告诉你,你用的convertor。其中两个很常用的静态函数是-Java kernel is unicode,as well as class files.However,most multimedias use stream bytes,including the way of their storage.So java ought to convert these stream bytes.char is unicode,while byte is byte.byte/char convertion function is in sun.io.class ByteToCharConverter could tell you which convertor you are using.two usual static functions are
Platform: | Size: 4689920 | Author: 电子科大 | Hits:

[Consolels

Description: LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file name with full path -q : if file name contains space then use " to embrace it -c : swith on/off color -d : list folders only -f : list files only -o : omit file s extension name -O : omit all file s extension names -! : use kernel API instead of stream function to list other options : will be ignored Color: yellow : directory gray : hidden file/directory red : readonly file/directory blue : compressed file/directory green : system file/directory white : normal file/directory Noice: There should be less then 100 masks -l/-w, -d/-f can t be both valid, only the latter will be Both "-" and "/" can be used to define options-LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file name with full path -q : if file name contains space then use " to embrace it -c : swith on/off color -d : list folders only -f : list files only -o : omit file s extension name -O : omit all file s extension names -! : use kernel API instead of stream function to list other options : will be ignored Color: yellow : directory gray : hidden file/directory red : readonly file/directory blue : compressed file/directory green : system file/directory white : normal file/directory Noice: There should be less then 100 masks -l/-w,-d/-f can t be both valid, only the latter will be Both "-" and "/" can be used to define options
Platform: | Size: 23552 | Author: 孙谨 | Hits:

[Audio programKS_IO

Description: Kernel audio stream sample.
Platform: | Size: 56320 | Author: Rubem Rocha | Hits:

[USB developEZ_USB_DRV

Description: EZ_USB driver source General purpose USB device driver Environment: kernel mode // ***************** Version 6 ***************** // User: Mdn Date: 9/17/01 Time: 10:54a // Updated in $/USB/Drivers/ezusbdrv // Fixed memory leak bug in ISO streaming code. Was setting the // PendingTransfers variable to the wrong value and not properly freeing // after stopping the ISO stream.-EZ_USB driver source General purpose USB device driver Environment: kernel mode // ***************** Version 6 ***************** // User: Mdn Date: 9/17/01 Time: 10:54a // Updated in $/USB/Drivers/ezusbdrv // Fixed memory leak bug in ISO streaming code. Was setting the // PendingTransfers variable to the wrong value and not properly freeing // after stopping the ISO stream.
Platform: | Size: 187392 | Author: YasakSav | Hits:

[Driver DevelopWinpkFilter

Description: 一个高性能的网络数据包处理架构,利用WinpkFilter可以在应用层直接对数据包进行处理,甚至可以在应用层延缓数据包发送-WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network activity without having to write low level TDI or NDIS driver code. WinpkFilter is more than just a firewall development kit for Windows. With WinpkFilter you can make an application that inserts itself into the Windows network stream: custom firewall solution, internet connection sharing (NAT), IP shaper, VPN and many other low-level network solutions completely in user-mode using your favorite development environment: Visual C++, Visual C#, Delphi, Visual Basic, C++ Builder and etc. Using WinpkFilter requires no experience in kernel mode programming on your behalf since WinpkFilter provides you with powerful user level API. However, if you need to implement your solution (to achieve better performance) in kernel mode you can use well-documented raw IOCTL interface as well.
Platform: | Size: 5840896 | Author: awe | Hits:

[Driver DevelopUsbsamp-Sample

Description: USBSAMP的示例演示了如何执行完整和高速散装和同步,超音速散装流数据传输到一个通用USB设备通过使用内核模式驱动程序框架(KMDF)。超快速度的批量传输只有工作当微软USB 3.0堆栈被加载。示例还包含一个控制台应用程序,启动批量测试(包括流)和等时传输和获取数据从设备的I / O端点。该应用程序还演示了如何使用设备名称和管道基础guid名称生成的操作系统使用SetupDiXXX用户模式api。-The USBSAMP sample demonstrates how to perform full and high speed bulk and isochronous, and SuperSpeed bulk stream data transfers to a generic USB device by using Kernel Mode Driver Framework (KMDF). Superspeed bulk transfers only work when the Microsoft USB 3.0 stack is loaded. The sample also contains a console test application that initiates bulk (including stream) and isochronous transfers and obtains data from the device s I/O endpoints. The application also demonstrates how to use GUID-based device names and pipe names generated by the operating system using the SetupDiXXX user-mode APIs.
Platform: | Size: 75776 | Author: 冯一疯 | Hits:

[Linux-Unixvsyscall

Description: DESCRIPTION: static function entry to allocate stream buffers.flag to indicate if buffer needs to be registered at kernel initially.
Platform: | Size: 9216 | Author: hqsinqj | Hits:

[VHDL-FPGA-VerilogReadFifo

Description: QuartusII 15.0版本中,在Qsys中建立的自己定制的符合Avalon总线协议的IP核,实现功能将输入的TS流识别并存储到FIFO中,Nios核再通过总线对数据进行读取-QuartusII 15 version of the Qsys in to establish their own custom Avalon bus protocol in line with the IP core, the realization of the function to enter the TS stream to identify and store the Nios, FIFO kernel and then read the data through the bus
Platform: | Size: 73728 | Author: 艾馨 | Hits:

CodeBus www.codebus.net