登录
首页 » Windows开发 » Collected orion_ep93xx_wince_bsp_1

Collected orion_ep93xx_wince_bsp_1

于 2022-02-12 发布 文件大小:23.82 kB
0 180
下载积分: 2 下载次数: 1

代码说明:

收集到的orion_ep93xx_wince_bsp_1-3-507串行通讯驱动源码,未作测试-Collected orion_ep93xx_wince_bsp_1-3-507 serial communication driver source code, not for testing

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大...
    本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal mechanisms of monographs, the authors start from the basic concept, a comprehensive and systematic introduction to basic Windows components, such as process, thread, DLL and memory management, etc., and listed a large number of applications, incisive analysis of the use of components, in order to keep Windows programming skills to provide an effective shortcut. For different levels of Windows programmers, this book has an excellent reference value.
    2022-01-21 17:58:27下载
    积分:1
  • 仓库管理
    源码描述: 一、源码特点        1.、应用DBML作为数据驱动连接,想学习DBML的可以学习        2、采用MVC开发模式,MVC应用是基于vs2010项目模版开发 二、菜单功能        业务说明:        1、实现商品库存的入出存        2、实现入出存数据导出到EXCEL 三、注意事项       1、开发环境为Visual Studio 2010,数据库为SQLServer2008,使用.net 4.0开发。       2、管理员登陆名密码均为:51aspx       3、默认数据库连接字符串在webconfig配置文件中修改       4、DB_51aspx文件夹中是数据库文件,附加即可
    2022-08-11 12:05:08下载
    积分:1
  • 工作分配问题,该程序能够有效的进行工作分配,使得最终合乎要求...
    工作分配问题,该程序能够有效的进行工作分配,使得最终合乎要求-work
    2022-03-06 18:04:48下载
    积分:1
  • Delphi写的网络验证系统,方便你进行收费软件的编写!
    Delphi写的网络验证系统,方便你进行收费软件的编写!-Delphi to write a network authentication system to facilitate your software for the preparation of charge!
    2022-04-27 12:47:46下载
    积分:1
  • 这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的...
    这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的空格 RTrim――截掉串开始处的空格 LTrim――截掉串尾的空格 right――从右到左截掉字符 left―― 从左到右截掉字符 mid――截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控制台应用程序的头和实现,示范字符串处理函数的使用方法。-this a string functions,include:IsNumeric-check_up if the string is Numeric,Upcase-change to capital string,Lowercase-change to small string,Trim-cut blank of string tail,right-cut character from right to left,left-cut character from left to right,mid-cut character from mid to right,the zip file include StringFunctions.h and StringFunctions.cpp,which is using for string functions,main.cpp and main.h are head and implement of a console program,it demonstate the way of using string functions.
    2022-12-09 07:15:03下载
    积分:1
  • java data mining 2006
    java data mining 2006
    2022-02-12 08:21:45下载
    积分:1
  • 此应用程序是一个无线传感器网络的模拟。这样的网络…
    This application is a simulation of a wireless sensor network. Such a network is used to detect and report certain events across an expanse of a remote area - e.g., a battlefield sensor network that detects and reports troop movements. The idea behind this network is that it can be deployed simply by scattering sensor units across the area, e.g. by dropping them out of an airplane the sensors should automatically activate, self-configure as a wireless network with a mesh topology, and determine how to send communications packets toward a data collector (e.g., a satellite uplink.) Thus, one important feature of such a network is that collected data packets are always traveling toward the data collector, and the network can therefore be modeled as a directed graph (and every two connected nodes can be identified as "upstream" and "downstream.") -This application is a simulation of a wireless sensor network. Such a network is used to detect and report certain events across an expanse of a
    2022-02-13 05:01:20下载
    积分:1
  • 这个是vc中清除临时文件的一个批处理工具,很方便
    这个是vc开发中清除临时文件的一个批处理工具,很方便-vc development is the removal of a temporary batch tools, convenient
    2022-03-12 04:21:10下载
    积分:1
  • windows API编写的计算器小程序,编译器是lcc,简单实用
    用windows API编写的计算器小程序,编译器是lcc,简单实用-prepared using the calculator small programs, compilers LCC is a simple, practical
    2022-01-26 04:25:40下载
    积分:1
  • 识别过程锁定 (win32) Windows 文件资源
    简单的命令行实用程序开发使用 c + + 来识别哪些进程锁定 windows 文件。 使用方法 ︰ WhoUses.exe [/M] 文件名/M 文件名是一个模块名称 (EXE,DLL,...)文件名文件名称例子 ︰WhoUses.exe /M kernel32.dllWhoUses.exe /M c: est est.dllWhoUses.exe yourTextFile.txtWhoUses.exe c:pagefile.sysWhoUses.exe 串口 0 兼容 Windows XP、 Vista 和 7。
    2022-02-28 20:47:52下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载