-
DBFHelper
C#读写DBF文件类,无需驱动
C#读写DBF文件类,无需驱动(C# read DBF file,No need driver
C# read DBF file,No need driver)
- 2017-02-25 22:00:00下载
- 积分:1
-
一个虚拟仪器的程序,功能为保存图片数据到数据库。
一个虚拟仪器的程序,功能为保存图片数据到数据库。-A virtual instrument procedures, functions for the preservation of image data to a database.
- 2023-05-07 12:35:02下载
- 积分:1
-
DS18B20
利用18B20测温 并用LCD1602进行显示(18B20 temperature and use LCD1602 display)
- 2009-07-11 09:00:18下载
- 积分:1
-
java里面实现的接口的应用,对不同的类中,如果有相同的属性,就可以创建接口。这样就便于管理...
java里面实现的接口的应用,对不同的类中,如果有相同的属性,就可以创建接口。这样就便于管理-java inside the interface to achieve the application of a different category, if the same attributes, we can create interfaces. This manageable
- 2023-08-24 07:25:03下载
- 积分:1
-
fin
多普勒雷达测速(FPGA、DSP与界面显示)(Doppler radar velocity measurement)
- 2020-07-04 14:00:02下载
- 积分:1
-
AutoCAD environment, since the definition of the entity good example ARX help de...
AutoCAD环境中,自定义实体的很好的例子,有助于ARX开发人员快速掌握自定义实体的技术-AutoCAD environment, since the definition of the entity good example ARX help developers quickly grasp from the technical definition of entities
- 2022-10-04 07:00:02下载
- 积分:1
-
car4Ssale
用c++做的汽车4s店销售系统(mfc)
录入查询库存预定等功能模块
头文件中定义 class CAutomobile4SshopDlg : public CDialog
头文件中定义class sale : public CDialog
class service : public CDialog
class storage : public CDialog
class guanli : public CDialog
分别作销售,服务,库存,管理功能模块函数体调用
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_AUTOMOBILE4SSHOP_DIALOG 102
.....宏定义为函数体调用(Using c++ to do car 4s shop sales system (mfc)
Input query inventory reserve and other functional modules
Header file defines class CAutomobile4SshopDlg: public CDialog
Header file defines class sale: public CDialog
class service: public CDialog
class storage: public CDialog
class guanli: public CDialog
Respectively, for sales, service, inventory management function module calls the function body
# define IDM_ABOUTBOX 0x0010
# define IDD_ABOUTBOX 100
# define IDS_ABOUTBOX 101
# define IDD_AUTOMOBILE4SSHOP_DIALOG 102
Defined as a function of the body ..... macro call)
- 2013-10-24 17:52:29下载
- 积分:1
-
cjelatex
电子学报英文版LATEX模板,投搞的重要工具,有源代码(E-Journal in English LATEX template, an important tool Tougao, source code)
- 2021-04-21 12:28:49下载
- 积分:1
-
quanxitu
老师编写的一个简单的生成全息图,是一个matlab程序(he teacher writes a simple generated hologram)
- 2017-07-09 15:17:16下载
- 积分:1
-
VC++ 模拟实现网络语音电话
VC++ 模拟实现网络语音电话,类似语音聊天的功能,这是一个通过网络实现的网络语音电话,功能目前是比较基础的,仅供学习参考吧。本实例当时在Windows 2000环境下运行通过。相关的代码如下:
#define BUFFERSIZE 5120 //缓冲区大小
static HWAVEIN hWaveIn ; //录音设备句柄
static HWAVEOUT hWaveOut ; //播放设备句柄
static PBYTE pBufferIn[2]; //用于接收和播放的两块缓冲区
static PBYTE pBufferOut[2]; //用于发送和录音的两块缓冲区
static PWAVEHDR pWHIn[2]; //用于录音的PWAVEHDR结构数组
static PWAVEHDR pWHOut[2]; //用于播放的PWAVEHDR结构数组
static WAVEFORMATEX waveform ; //用于打开音频设备的WAVEFORMATEX结构
int nIn = 0; //当前播放缓冲区号
int nOut = 0; //当前录音缓冲区号
int nComState = 1; //显示通话状态信息的变量
CString LocalIP; //本机IP地址
CString RemoteIP; //远端主机IP地址
CServerAS sServer; //服务器套接字
CClientAS sClient; //客户端套接字
CServerAS sListen; //监听套接字
BOOL ConnectDown = FALSE; //“连接”按钮是否被按下
BOOL sState = FALSE; //是否处于服务器端状态
BOOL cState = FALSE; //是否处于客户端状态
- 2022-02-14 11:56:52下载
- 积分:1