搜索结果
找到约 972 项符合
YOUr-MTD 的查询结果
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()
}
”
数学计算 Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operati
Matrix TCL Lite 1.12
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program sour ...
金融证券系统 股票源码The application wizard has created this SCDemo application for you. This application not only
股票源码The application wizard has created this SCDemo application for
you. This application not only demonstrates the basics of using the Microsoft
Foundation Classes but is also a starting point for writing your application.
其他书籍 课题组的最终目标是要完成一个完整的基于EP9315的ARM9开发平台
课题组的最终目标是要完成一个完整的基于EP9315的ARM9开发平台,将
Bootloader和嵌入式Linux移植到开发平台上,使最小系统能正常工作。对外扩
接口也要进行驱动的移植和编写,重点移植MTD驱动、IDE驱动,编写IIC总线
}r动、CAN线}r动、AD勺 A转换驱动。 ...
VC书籍 This book is for developers who design and program devices that use the Universal Serial Bus (USB)
This book is for developers who design and program devices that use the
Universal Serial Bus (USB) interface. The goal is to introduce you to USB
and to help you get your devices up and communicating as quickly and easily
as possible.
Java编程 We have a group of N items (represented by integers from 1 to N), and we know that there is some tot
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparis ...
Linux/Unix编程 This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through
This a naive implementation of BOOTP/TFTPBOOT, the protocols
to use to bootstrap a computer through a TCP/IP network.
The goal was to design a small footprint implementation
to allow the code to be integrated into a monitor program
stored in a ROM/FLASH, the footprint is about 7 KBytes
for the test ...
其他书籍 You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of S
You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of SQL s expressive power. You d like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You d like to take your SQL skills to the next ...
汇编语言 The 808 Virus Here another virus from Skism. It s a quick overwriting virus but you can use the s
The 808 Virus
Here another virus from Skism. It s a quick overwriting virus but
you can use the source code to write your own viruses.
人工智能/神经网络 我编写的八数码问题C++实现
我编写的八数码问题C++实现,This file contains a summary of what you will find in each of the files that
make up your 8_num application.