-
u4AVR128
说明: 嵌入式操作系统UC/OS _II在atmel128单片机上的移植。(UC/OS _II atmel128 MCU in the transplant.)
- 2005-11-05 14:50:51下载
- 积分:1
-
cdmpile
实现QQ界面编程的问题,使用VC实现,涉及到许多控件编程的方法.(Implementation of QQ interface programming problems, the use of VC implementation, involving many control programming methods.)
- 2018-12-22 20:26:02下载
- 积分:1
-
MIPS五级流水线模拟程序
MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念(MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.)
- 2021-04-26 15:18:45下载
- 积分:1
-
C++ tcp_client
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 2, 2 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
/* Tell the user that we could not find a usable */
/* WinSock DLL. */
return;
}
/* Confirm that the WinSock DLL supports 2.2.*/
/* Note that if the DLL supports versions greater */
/* than 2.2 in addition to 2.2, it will still return */
/* 2.2 in wVersion since that is the version we */
/* requested. */
if ( LOBYTE(
- 2022-07-21 00:36:24下载
- 积分:1
-
QQ模拟登陆 源码下载
QQ模拟登陆 源码下载
- 2014-07-12下载
- 积分:1
-
DHT11 TEST
说明: 基于STM32F103单片机的DHT11测试源码(DHT11 test source code based on STM32F103 MCU)
- 2020-06-23 13:20:02下载
- 积分:1
-
图书管理
图书管理
- 2015-12-30下载
- 积分:1
-
even direct observation .. Tools : VB providers : 123 a meteorological report Xi...
观察甚至直接.. 开发工具:VB 提供者:123 ・一个气象报文解报处理的 源程序,可以直接嵌入到系统中....,使用方便.用于学习VB较适合.. 开发工具 :VB 提供者:ruan ・企业工资管理系统,运行本例需要确保您的-even direct observation .. Tools : VB providers : 123 a meteorological report Xie reportedly handling of the source, can be directly embedded into the system ..., easy to use. For learning VB .. more suitable for development tools : VB providers : Ruan Wage management system, running the cases need to ensure that your
- 2022-05-18 14:24:00下载
- 积分:1
-
mex1
program from calling VC++ programs from Matlab
- 2010-04-13 20:01:56下载
- 积分:1
-
结构体和共用体(一)
1.编写一个程序,用于创建一个结构体book,用来存储书的信息:书名、作者姓名、页数和价格。接收用户输入的值并显示这些值。
2.定义一个结构体,用来保存学生的信息,包括:学号、姓名、数学课程成绩、语文课程成绩、C课程成绩。编写一个程序,用来接收3位学生的信息,计算每位学生的平均成绩并显示详细信息。
- 2022-07-03 08:35:09下载
- 积分:1