搜索结果
找到约 279 项符合
Add-ons 的查询结果
VC书籍 用VC制作一个商品交易管理系统.部分代码:“// 商品交易管理系统View.cpp #include “MyDlg1.h” void CMyView::OnRadiospxx() { //
用VC制作一个商品交易管理系统.部分代码:“// 商品交易管理系统View.cpp
#include “MyDlg1.h”
void CMyView::OnRadiospxx()
{
// TODO: Add your control notification handler code here
CMyDlg1 MyDlg1
MyDlg1.DoModal()
}
”
软件设计/软件工程 当你再次打开modelsim时,需要重新点击work lib里得相应模块。弹出 sim窗口,把鼠标点下 想要观测得模块,这是右边得信号列表会列出该模块得所有信号。一般情况下,你想观察这些信号时,需要把
当你再次打开modelsim时,需要重新点击work lib里得相应模块。弹出 sim窗口,把鼠标点下 想要观测得模块,这是右边得信号列表会列出该模块得所有信号。一般情况下,你想观察这些信号时,需要把他们add to wave。 不过介于你上次已经保存了 ...
通讯编程文档 This article describes a sniffer for Windows. WinSniff is an application for capturing packets on th
This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with appli ...
驱动编程 This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. U
This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln utility.
中间件编程 通用报表打印类使用说明 主要功能: 1 – 自动分页 2 – 自动划出纵横表格线 3 – 支持横向 / 纵向打印 4 – 支持打印输出或生成文本文件 使用方法: 1.Copy prt.h
通用报表打印类使用说明
主要功能:
1 – 自动分页
2 – 自动划出纵横表格线
3 – 支持横向 / 纵向打印
4 – 支持打印输出或生成文本文件
使用方法:
1.Copy prt.h, prt.cpp --- > Project Path
2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp )
3.Menu --- > open --- > prt_demo.rc --- > B ...
其他嵌入式/单片机内容 The Unisoft software module GERBER CONNECTION (CNC-BRIDGE). GERBER CONNECTION has all the features o
The Unisoft software module GERBER CONNECTION (CNC-BRIDGE). GERBER CONNECTION has all the features of VIEW-MARKUP and adds the ability to open multiple gerber file layers and add information to components. It is always the preference to use the CAD data vs. gerber data. If you do not have the CAD da ...
Windows CE Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware
Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的)
AR6K SDIO support. Requires firmware 1.1 on SD13 cards.
readme:
Atheros Communications
AR6001 WLAN Driver for SDIO installation Read Me
March 26,2007
(based on k14 fw1.1)
Windows CE Embedded CE 6.0 driver ...
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
驱动编程 The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is c
The Lite Evaluation/Demonstration Kit is intended to illustrate use of the
AN3042. The AN3042 is compliant to the PCI 2.1 Local Bus specification.
Included in the kit is a PCI add-in card, Windows drivers, demonstration
applications, and documentation of the hardware and software provided. The
m ...
嵌入式Linux 2410一些基本试验的源码
2410一些基本试验的源码,包括定时、外部中断、pwm、watchdog、实时时钟等。将src文件夹中的有关部分add到ADS1.2下即可。