Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - X86
Search - X86 - List
调用directshow出现链接错误,如何解决? player.obj : error LNK2001: unresolved external symbol _IID_IVideoWindow player.obj : error LNK2001: unresolved external symbol _IID_IMediaControl 这是因为链接器没有找到合适的.lib文件。两种办法: 1、在EVC菜单Tools—options—directories 里把library files的路径重新调整一下。如果你只安装了EVC自带的 Standard SDK而没有其它SDK,可以指定WINCE目录中的.lib文件路径,例如D:\WINCE500\PUBLIC\DIRECTX\ OAK\LIB\X86\RETAIL。注意CPU的类型。 2、安装SDK,前提是导出SDK的PB内核工程必须包括DirectShow或者其它组件。 -Call directshow link errors, how to solve? player.obj: error LNK2001: unresolved external symbol _IID_IVideoWindow player.obj: error LNK2001: unresolved external symbol _IID_IMediaControl This is because the linker does not find suitable. lib file. In two ways: 1, in the EVC menu Tools-options-directories in the path of the library files to re-adjust. If you only installed the Standard SDK EVC own and not the other SDK, you can specify the directory in WINCE. Lib file path, for example D: \ WINCE500 \ PUBLIC \ DIRECTX \ OAK \ LIB \ X86 \ RETAIL. Note CPU type. 2, the installation of SDK, SDK, provided that the PB cores derived works must include the DirectShow or other components.
Update : 2024-05-03 Size : 14336 Publisher : chenl

bochs是一个开源的虚拟X86平台的虚拟机,bochs是用C++编写开发的软件,并且是开源的,本文件是对bochs的源码进行分析与注释-bochs source code illustrate
Update : 2024-05-03 Size : 2102272 Publisher : linjielong

本次只需要升级交换板SF2300上的软件版本,升级完成并重启后SF2300会自动加载更新后的应用承载板AC2240软件 在SF2300的应用维护模式appadmin下更新xway_om.zip, 在SF2300的管理维护模式OMadmin下更新xway_node.zip, xw_rpc.tar.gz是用于x86刀片服务器对FPGA卡进行RPC调用的软件包 软件更新方法、XtreamWay交换协议、FPGA远程调用方法等可参考附件中的说明文档 -The exchange only need to upgrade the software version on board SF2300, SF2300, after the upgrade is complete and restart the update will automatically load the application bearing plate AC2240 software application maintenance mode appadmin SF2300 to update xway_om.zip, the management mode in SF2300 OMadmin update the xway_node.zip, xw_rpc.tar.gz for x86 blade server RPC calls on the FPGA card package software update method, XtreamWay exchange protocol, FPGA remote call methods refer to the attached documentation
Update : 2024-05-03 Size : 19474432 Publisher : BRN

Source updated 16 november 2010. Support added for Windows XP SP2 + SP3, Vista and Windows 7. X86 systems. Compile it with Meerkat 1.1 Link: http://www.mediafire.com/?hbhjorv8797k2ee
Update : 2024-05-03 Size : 1024 Publisher : STRELiTZIA

jiexplorer browse image-jiexplorer browse image
Update : 2024-05-03 Size : 21137408 Publisher : hh

NVIDIA nForce driver source file
Update : 2024-05-03 Size : 2928640 Publisher : lili

汇编实验,是做电话本功能的,平台式x86,这个是课程设计的,很有用-asm source ,the function is telephone book,x86,it is so useful.
Update : 2024-05-03 Size : 2048 Publisher : daluzhou12

这是介绍的关于逆向的资料,通过逆向大家可以学习下x86下的汇编语言。-This is the introduction of information on the reverse, we can learn through the reverse under the following x86 assembly language.
Update : 2024-05-03 Size : 13530112 Publisher : 好格

Linux环境概况及安装方法Linux是一套免费使用和自由传播的类Unix操作系统,它主要用于基于Intel x86系列CPU的计算机上。其目的是建立不受任何商品化软件的版权制约的、全世界都能自由使用的Unix兼容产品。 -Environment Overview and Installation Linux Linux is a free to use and free dissemination of the Class Unix operating system, which is mainly used for Intel x86 series CPU based computer. The aim is to build commercial software without any copyright restriction, the whole world can freely use the Unix-compatible products.
Update : 2024-05-03 Size : 873472 Publisher : 淘涛

DL : 0
This folder or any similar folder such as this created to hold your speech files, should be copied into the root folder C:\ , created on the local hard drive. Then the path will read thus C:\SpeechData\Tope... etc. An alternative is to modify the file setTemplates.m to change the directory as appropriate. Try to use the same microphone for training as well as for recognition to obtain improved accuracy. You might also need to tweak your sound card s mic input level. The recognition time is dependent on systems s processing power and has been observed at between 1 and 5 seconds on various x86 platforms. To speed up recognition, you can implement unconstrained DTW (this is the code portion taking most time).-This folder or any similar folder such as this created to hold your speech files, should be copied into the root folder C:\ , created on the local hard drive. Then the path will read thus C:\SpeechData\Tope... etc. An alternative is to modify the file setTemplates.m to change the directory as appropriate. Try to use the same microphone for training as well as for recognition to obtain improved accuracy. You might also need to tweak your sound card s mic input level. The recognition time is dependent on systems s processing power and has been observed at between 1 and 5 seconds on various x86 platforms. To speed up recognition, you can implement unconstrained DTW (this is the code portion taking most time).
Update : 2024-05-03 Size : 130048 Publisher : Stephan

DL : 0
ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内部实现 LICENSE 许可证文件 Makefile Linux平台下的Makefile Makefile.win Windows平台下的Makefile 如果没有特别说明,下面两节中所提的命令皆在ucc目录下运行。-ucc is a compiler driver during operation, it will first call to the C preprocessor to preprocess the file, Then in turn call the compiler and assembler generate an object file, the last call the linker and the multiple object files Library files are linked together to create the final application. Currently, ucc support running Linux on Intel X86 platform and Windows operating systems. When extracting the downloaded source code, the system will generate a directory called ucc, the directory is organized as follows: driver drives to achieve ucl C compiler implementation doc document, in English and Chinese versions of the ucc ucc internal implementation manual and License file LICENSE The Makefile Makefile Linux platform Makefile.win Windows platform under the Makefile If not specified, the following two commands mentioned in the directory are run in the ucc.
Update : 2024-05-03 Size : 700416 Publisher : 飞轩泠

x86的assembler,程序作业.希望对大家有所帮助。- the assembler of x86 CPU
Update : 2024-05-03 Size : 17408 Publisher : 赵发全

用于无法输入半角,vs中文全角输入法补丁-vs中文全角输入法补丁
Update : 2024-05-03 Size : 1719296 Publisher : sunwenchao

DL : 0
关于qtopia比较好的学习资料,包括qtopia的移植,编程,调试等等。同时还包括基于x86的QT结构编程进行了解读-About qtopia better learning materials, including the qtopia transplant, programming, debugging and more. Also includes x86-based programming was interpretation of QT structure
Update : 2024-05-03 Size : 2794496 Publisher : bryan

x86串口程序,初始化了硬件,下载更改地址中断即可应用,方便实用-x86 serial program
Update : 2024-05-03 Size : 9216 Publisher : 李磊

DL : 0
Jacob Brider COM Java
Update : 2024-05-03 Size : 465920 Publisher : CheChen

嵌入式系统的基础知识对于一台内存为256M的32bit x86主机来说,它的虚拟地址空间范围是-Basics of embedded system memory for a host for the 256M' s 32bit x86, it is the range of virtual address space
Update : 2024-05-03 Size : 6144 Publisher :

OSG2.8.2可以用于编译OSG 工程,可以编译为开发环境.-OSG2.8.2
Update : 2024-05-03 Size : 19115008 Publisher : 风影

DL : 0
描述如何通过CF卡引导vxWorks操作系统,用于X86工业计算机-CF card describes how to boot vxWorks operating system for X86 Industrial Computer
Update : 2024-05-03 Size : 7590912 Publisher : wangfaqiang

DL : 0
Direct /dev/kmem process viewer, for linux kernels, intel x86. It show all proccesses exist in system.
Update : 2024-05-03 Size : 2048 Publisher : malivan
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.