Welcome![Sign In][Sign Up]
Location:
Search - CE LIST

Search list

[Otherwincebase

Description: Windows CE 培训教程 课程介绍 1 主要讲解WinCE系统层面的开发知识,非应用层面介绍 2 讲解有关WinCE的基本知识、概念和开发的内容 3 要求熟悉C++及操作系统的基本知识 4 了解Windows操作系统的注册表知识 5 了解Windows的基本工作原理 6 了解基本嵌入式定义及基础-Windows CE training courses on a tutorial on the main level of the system WinCE development of knowledge , introduced the non-application of the two WinCE on the basic knowledge, development of the concept and content requirements familiar with the three C and the operating system to understand four basic knowledge of the Windows operating system Note Table 5 list knowledge of Windows to understand the basic working principle of six basic understanding and definition of embedded foundation
Platform: | Size: 25252 | Author: linfan | Hits:

[Windows Develop如何在台式机上运行wince

Description: 想不想体验一下WINCE,照下面的步骤,你完全可以在你的台式机上运行它。第一步,文件拷贝。你需要拷贝几个必须的文件,nk.bin(WINCE的系统),loadcepc.exe(WINCE加载程序),config.sys(WINCE加载必须的设置),autoexec.bat(没有也行,有了更方便)。例如你把nk.bin和loadcepc.exe拷贝到c:\\cesys。Config.sys和autoexec.bat需要拷贝到dos启动盘上。第二步,启动到DOS。可以从WIN98下启动到DOS,或者做一个WIN98启动盘进入DOS,或者做一个DOS6.22的启动盘,进入DOS。。。随便你了。第三步,进入到c:\\cesys,执行loadcepc加载nk.bin。关于loadcepc的具体指令格式,如果你感兴趣,键入loadcepc /?,看看文档,如果你不想费劲,直接键入以下指令:loadcepc /l:800x600x16 nk.bin 。。。。。。 CE系统起来了吗?祝你试用愉快。-Want to try WINCE, following steps list below, you can enjoy it: first, copy files. you should copy nk.bin,loadcepc.exe,config.sys,autoexec.bat(optional). For example, you should copy nk.bin and loadcepc.exe to c:\\cesys and copy Config.sys, autoexec.bat to DOS bootup disk. Second, run in DOS, you may run into DOS from Win98 or boot from WIN98 bootup disk or DOS6.22 boot disk, as you like. Third, turn to directory c:\\cesys, execute loadcepc, load nk.bin. If you interist in all command format of loadcepc, type \"loadcepc /?\" and enter to read document. If you want use it easily, just type following command: loadcepc /1:800x600x16 nk.bin. Is CE system running? Enjoy it!
Platform: | Size: 14008094 | Author: 无恒 | Hits:

[Windows Develop如何在台式机上运行wince

Description: 想不想体验一下WINCE,照下面的步骤,你完全可以在你的台式机上运行它。第一步,文件拷贝。你需要拷贝几个必须的文件,nk.bin(WINCE的系统),loadcepc.exe(WINCE加载程序),config.sys(WINCE加载必须的设置),autoexec.bat(没有也行,有了更方便)。例如你把nk.bin和loadcepc.exe拷贝到c:\cesys。Config.sys和autoexec.bat需要拷贝到dos启动盘上。第二步,启动到DOS。可以从WIN98下启动到DOS,或者做一个WIN98启动盘进入DOS,或者做一个DOS6.22的启动盘,进入DOS。。。随便你了。第三步,进入到c:\cesys,执行loadcepc加载nk.bin。关于loadcepc的具体指令格式,如果你感兴趣,键入loadcepc /?,看看文档,如果你不想费劲,直接键入以下指令:loadcepc /l:800x600x16 nk.bin 。。。。。。 CE系统起来了吗?祝你试用愉快。-Want to try WINCE, following steps list below, you can enjoy it: first, copy files. you should copy nk.bin,loadcepc.exe,config.sys,autoexec.bat(optional). For example, you should copy nk.bin and loadcepc.exe to c:\cesys and copy Config.sys, autoexec.bat to DOS bootup disk. Second, run in DOS, you may run into DOS from Win98 or boot from WIN98 bootup disk or DOS6.22 boot disk, as you like. Third, turn to directory c:\cesys, execute loadcepc, load nk.bin. If you interist in all command format of loadcepc, type "loadcepc /?" and enter to read document. If you want use it easily, just type following command: loadcepc /1:800x600x16 nk.bin. Is CE system running? Enjoy it!
Platform: | Size: 14008320 | Author: 无恒 | Hits:

[Multimedia DevelopRplColor

Description: When I wrote this function my problem was to replace one color by an other on transparent bitmaps. My images were resources bitmaps, which I store in an ImageList for easy transparency. There is no easy way to directly access a Bitmap s pixel on Win32. If you re interested in, this article may help you to understand the usage of CreateDIBSection. If you have to load a bitmap from resource and made many color replacements, or if you have to change a color in a HBITMAP this function is for you. If you have a bitmap in resource and want to replace one or more color on load, it s better to use CreateMappedBitmap. You can found in the sample program a ReplaceColor function which use CreateMappedBitmap. I ve made the same code using only BitBlt. All BitBlt are really fast but the creation of the mask bitmap is so slow than the whole function is twice slower than the code using CreateDIBSection. ( sources are in the sample ) -When I wrote this function was to my problem replace one color by an other on transparent bit maps. My images were resources bitmaps, which I store in an ImageList for easy transpare ncy. There is no easy way to directly access a Bit 's pixel map on Win32. If you're interested in, this article may help you to understand the risques e of CreateDIBSection. If you have to load a bitm ap from resource and made many color replacemen ts. or if you have to change a color in a HBITMAP this f unction is for you. If you have a bitmap in resour ce and want to replace one or more color on load, it's better to use CreateMappedBitmap. You can f ound in the sample program a ReplaceColor funct ion which use CreateMappedBitmap. I've made the same code using only BitBlt. All are real BitBlt
Platform: | Size: 6144 | Author: 孙磊 | Hits:

[OS programwincebase

Description: Windows CE 培训教程 课程介绍 1 主要讲解WinCE系统层面的开发知识,非应用层面介绍 2 讲解有关WinCE的基本知识、概念和开发的内容 3 要求熟悉C++及操作系统的基本知识 4 了解Windows操作系统的注册表知识 5 了解Windows的基本工作原理 6 了解基本嵌入式定义及基础-Windows CE training courses on a tutorial on the main level of the system WinCE development of knowledge , introduced the non-application of the two WinCE on the basic knowledge, development of the concept and content requirements familiar with the three C and the operating system to understand four basic knowledge of the Windows operating system Note Table 5 list knowledge of Windows to understand the basic working principle of six basic understanding and definition of embedded foundation
Platform: | Size: 24576 | Author: linfan | Hits:

[Windows CENotepad

Description: 在EVC下的记事本程序,输入法为自己写的拼音输入法,程序速度不是很快。支持文件列表功能,支持新建,打开,保存,删除文件。支持文本读取,支持换行翻页功能。-In the EVC of the Notepad program, the input method for their own writing Pinyin input method, the program speed is not fast. List of features supporting documents to support the new, open, save, delete files. Support for text reading, support functions wrapped page.
Platform: | Size: 6876160 | Author: 刘林涛 | Hits:

[Windows DevelopWindows_CE_API_v20

Description: 列举了Windows CE 的api函数-List of api function Windows CE
Platform: | Size: 1199104 | Author: yt | Hits:

[Windows CEProg

Description: Windows CE (5.00) commandline tool to show process list, used dll s, heap size, sysinfo
Platform: | Size: 27648 | Author: vs | Hits:

[Windows MobilePviewce

Description: 获取Mobile当前进程列表,List View的用法 Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK or Windows Mobile 5.0 Smartphone SDK, ActiveSync 4.0. -Description: This sample is a process viewer for CE devices. Usage: Load the project from Visual Studio 2005, and build normally. Relevant APIs/Associated Help Topics: CreateToolhelp32Snapshot Assumptions: none. Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK or Windows Mobile 5.0 Smartphone SDK, ActiveSync 4.0.
Platform: | Size: 18432 | Author: gzhard | Hits:

[Windows CEList

Description: CE 6.0平台使用酷派风格列表控件的例子-CE 6.0 platform, using the example of Cool-style list control
Platform: | Size: 86016 | Author: 徐晓男 | Hits:

[Windows CEMicron

Description: Micron is a list of tools for win ce 5.0
Platform: | Size: 831488 | Author: Rob | Hits:

[OtherSmartDeviceProject1

Description: A set of classes for handling WiFi connections in Windows CE, has functions for retrieving a list of available access points, signal strengths, checking connection status, and programmatically connecting/disconnecting to/from wireless Access Points. *Program.cs is just a file for testing, doesn t contain relevent code.
Platform: | Size: 93184 | Author: v0x | Hits:

[Windows CEListView

Description: 基于windows ce.net的list view,windowsAPI编程,EVC开发-list view for windows ce.net,using windows API,EVC
Platform: | Size: 113664 | Author: tsexflove | Hits:

[Windows Developlist

Description: 用链表实现的学生系统花名册,C++写,可以作为链表学习。-With a list of students to achieve system Huaming Ce
Platform: | Size: 2048 | Author: marine | Hits:

[Data structsBinaryTree

Description: 程序输入是一个(扩展)二叉树的先序序列。例如:扩展二叉树先序序列为ab#d##ce###。其中#代表空指针。 编写程序实现二叉树的如下操作: 1) 建立二叉链表 2)二叉树的先序、中序、后序遍历 3)求解二叉树的叶子结点个数 4)将二叉树中所有结点的左、右子树相互交换 -Program input is a (extended) binary tree inorder sequence. For example: the first order extended binary tree sequence is ab# d## ce###. Where# null pointer. Programming to achieve binary tree as follows: 1) the establishment of binary list 2) the first order binary tree, in order, the order of traversal 3) solve the binary tree leaf node number 4) binary tree All nodes of the left and right subtree exchange
Platform: | Size: 1024 | Author: 王石 | Hits:

[Crack Hackunimodem.dll-adapted-for-windows-ce-3.0-systems.r

Description: BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user defined & stdlib, Writing to a file, A Simple Count String.cpp, ACCI 2 Decimal,Hex,octal.cpp, ACCURATE and MODERN conversion .cpp, Ascii to Unicode and vice-versa.cpp, Converts a numeric string to integer .cpp, Finds and replaces a string with a given string.cpp, GotoXY.cpp, how variables can exist in different scopes.cpp, input and revers string.cpp, revers string 2.cpp, Searches if a textfile contains a string .cpp, simplest logic and most simplest password program .cpp, strcat,strcmp,strcpy(VB).cpp, string compare.cpp, string manip tutorial.cpp, StriStr--This function is an ANSI version of strstr() with case insensitivity.cpp, strrtrim.cpp, UPPER.C, VB string function.cpp
Platform: | Size: 21504 | Author: Ahmad | Hits:

[Windows CED2XXAccess_vcpp

Description: 关于FTDI s D2XX 系列芯片的 win CE环境操作演示-This variant of FTDI s D2XX Access program for Windows CE uses C++ to list devices, return description strings, open devices, set Baud rates, read data and write data.
Platform: | Size: 114688 | Author: lichen | Hits:

[OtherWaveTest

Description: This a VS2005 sample to list wave in/out devices information on a Windows CE device.-This is a VS2005 sample to list wave in/out devices information on a Windows CE device.
Platform: | Size: 5120 | Author: winson | Hits:

[USB develop3-D2XXAccess_vcpp

Description: FTDI支持Windows CE D2XXAccess,使用c++列出设备,返回描述字符串,打开设备,设置波特率,读取数据,写入数据。这个代码也可以在c#和VB.net \Windows CE平台上使用。-his variant of FTDI s D2XXAccess example for Windows CE uses C++ to list devices, return description strings, open devices, set Baud rates, read data and write data. This example is also available in C# and VB.NET for Windows CE platforms.
Platform: | Size: 124928 | Author: mm | Hits:

[Driver DevelopWaveTest

Description: This a VS2005 sample to list wave in/out devices information on a Windows CE device.-This is a VS2005 sample to list wave in/out devices information on a Windows CE device.
Platform: | Size: 5120 | Author: urrkendGo | Hits:
« 12 »

CodeBus www.codebus.net