-
一个用C写的MUD 终端源码,从中可以学习到很多的相关的知识!值得一看!...
一个用C写的MUD 终端源码,从中可以学习到很多的相关的知识!值得一看!-1 C write MUD terminal source, from which one can learn a lot of knowledge! An eye-catcher!
- 2022-01-25 15:01:59下载
- 积分:1
-
C++ Builer and Que multi
C++ Builder和KE多线程程序实例
- 2023-07-17 15:40:03下载
- 积分:1
-
医院门诊管理系统,根据管理员的登录,可以进行医院门诊的管理,对病人进行住院和医用的记录...
医院门诊管理系统,根据管理员的登录,可以进行医院门诊的管理,对病人进行住院和医用的记录-Hospital out-patient management system, according to the registry administrator, you can out-patient hospital management, hospital patients and medical records
- 2022-03-23 10:31:28下载
- 积分:1
-
pc.c是移植于μCOS
pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, becaus
- 2022-12-20 12:30:03下载
- 积分:1
-
衍射透镜夫琅和费衍射仿真
应用背景这一计划将情节fraunhoufer衍射模拟远场衍射轴棱锥关键技术这是用来获得衍射图案在很长的距离。NumPy和llibraries PyLab Python是用来做模拟。
- 2023-05-10 03:35:03下载
- 积分:1
-
三星的44B0X的电路图,sch格式
三星的44B0X的电路图,sch格式-Samsung"s 44B0X circuits, sch format.
- 2022-03-29 07:07:17下载
- 积分:1
-
人工智能的八数码问题,可实现自动生成初始数,自动搜索,判断目标是否可达,并给出搜索步骤...
人工智能的八数码问题,可实现自动生成初始数,自动搜索,判断目标是否可达,并给出搜索步骤-AI 8 digital issues, can be realized automatically generate the initial number, auto-search, to determine whether the target up to, and gives search steps
- 2023-07-28 18:40:03下载
- 积分:1
-
需要.Net Framework2.0支持,如果没有请先下载安装微软的.Net Framework2.0:
http://www.microsoft.com...
需要.Net Framework2.0支持,如果没有请先下载安装微软的.Net Framework2.0:
http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=zh-cn
输入要抓图的网址,点“Go”按钮,页面加载完成后点"Save"按钮即可保存当前网页为图片。-Required. Net Framework2.0 support, if not please download and install Microsoft" s. Net Framework2.0: http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5& DisplayLang = zh-cn enter the drawings of the site, point " Go" button, the page loads after the completion point " Save" button to save the current page as a picture.
- 2022-03-18 03:18:34下载
- 积分:1
-
这是模拟物理中导弹打飞机现象的小程序。运行的时候需要把CCBP文件夹包含在头文件中。...
这是模拟物理中导弹打飞机现象的小程序。运行的时候需要把CCBP文件夹包含在头文件中。-This is the simulation of a missile attack against physics phenomena of small aircraft procedures. When run with the need to CCBP folder contains the first document.
- 2022-02-13 03:07:26下载
- 积分:1
-
demo(S50)源代码
应用背景D8 读卡器S50DEMO源代码,用于技术开发,和卡片个人化应用关键技术// rfvcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "rfvc.h"
#include "rfvcDlg.h"
#include "dcrf32.h"
#include "General.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//dc_HANDLE icdev;
HANDLE icdev;
unsigned long cardsnr;
/////////////////////////////////////////////////////////////////////////////
// CRfvcDlg dialog
CRfvcDlg::CRfvcDlg(CWnd* pParent /*=NULL*/)
: CDialog(CRfvcDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CRfvcDlg)
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
- 2022-02-16 02:14:23下载
- 积分:1