-
铺设网络的最佳路径
铺设网络的最佳路径-network rollout best path
- 2022-08-07 03:56:16下载
- 积分:1
-
Like a similar BNB chariot game source code, it is worth learning and learning O...
一个类似泡泡堂一样的战车游戏源代码,很值得借鉴和学习哦,多谢支持-Like a similar BNB chariot game source code, it is worth learning and learning Oh, Thank you for your support
- 2022-05-31 11:45:51下载
- 积分:1
-
用于打开Motorola L6系列手机的软件,很好的,汉化版
用于打开Motorola L6系列手机的软件,很好的,汉化版-Used to open the Motorola L6 mobile phone series software, very good Chinese Version
- 2022-01-25 20:26:10下载
- 积分:1
-
labview 声卡配置实例,利用函数选板里提供的函数配置好参数,连线即可...
labview 声卡配置实例,利用函数选板里提供的函数配置好参数,连线即可-labview examples of the sound card configuration
- 2022-03-13 15:06:47下载
- 积分:1
-
一个简单的点
简单的点阵程序,在一个16*16的点阵上显示一个汉字-A simple dot-matrix procedure, a 16* 16 dot matrix display a Chinese character
- 2022-08-07 19:11:21下载
- 积分:1
-
用DELPHI编写的聊天程序
用DELPHI编写的聊天程序-prepared with the DELPHI chat program
- 2022-12-08 09:25:02下载
- 积分:1
-
Emdros is a text database middleware
Emdros is a text database middleware-layer aimed at storage and
retrieval of "text plus information about that text." This
information could be linguistic analyses or other annotations. Emdros
provides an abstraction of text that makes it well suited to storing
/syntactic analyses/ of text, but other linguistic information is
supported as well. Emdros comes with a query-language, MQL, that
enables powerful queries. Emdros acts as a middleware-layer between a
client (not provided) and a database back-end. Currently, PostgreSQL,
MySQL, and SQLite (2 and 3) are supported, but other back-ends can
easily be added.-Emdros is a text database middleware-layer aimed at storage and
retrieval of "text plus information about that text." This
information could be linguistic analyses or other annotations. Emdros
provides an abstraction of text that makes it well suited to storing
/syntactic analyses/ of text, but other linguistic information is
supported as well. Emdr
- 2023-07-09 16:25:04下载
- 积分:1
-
这是几个比较经典的游戏,包括了扫雷,贪吃蛇,推箱子,俄罗斯方块,拼图等游戏...
这是几个比较经典的游戏,包括了扫雷,贪吃蛇,推箱子,俄罗斯方块,拼图等游戏-This is a few more classic games, including mine, a huge memory, Tuixiangzi, the Russian box, puzzles and other games
- 2022-04-16 10:28:00下载
- 积分:1
-
Cubist
Cubist-demo调试程序-Cubist-demo debugger
- 2023-04-10 17:35:04下载
- 积分: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