-
Pointers-and-Arrays
This Chapter deals with POinters and Arrays. Sample Programs are given to workout in C++ environment.
- 2014-09-16 23:41:56下载
- 积分:1
-
数据库新建加载
SQLDMO.Application SQLServer = new SQLDMO.Application();
SQLDMO.NameList strServerList = SQLServer.ListAvailableSQLServers();
if (strServerList.Count > 0)
{
for (int i = 0; i < strServerList.Count; i++)
{
toolStripTextBox1.Items.Add(strServerList.Item(i + 1));
}
}
&nbs
- 2023-02-05 04:25:03下载
- 积分:1
-
USB HID
- 2022-01-21 00:44:06下载
- 积分:1
-
Complex_operator_overloading
新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。(New complex class complex operation, overloading+ =+,*,/operator for computing the plural.)
- 2012-09-08 20:34:31下载
- 积分:1
-
LMT70资料V1.0
说明: 基于stm32F1的LMT70代码,实现将温度显示在串口上(Based on the lmt70 code of stm32f1, the temperature is displayed on the serial port)
- 2020-10-12 13:37:44下载
- 积分:1
-
svm
能够对所俩种采集的数据,把他们精确的区分开(Can to two of the data collected, and their precise separate)
- 2012-03-21 21:19:22下载
- 积分:1
-
51单片机TLC2543电压表
基于51单片机的数字直流电压表相关材料,内容有原理图,仿真文件,论文材料,程序源码等。(The related materials of digital DC voltmeter based on 51 single chip computer include schematic simulation files, paper materials, program source code, etc.)
- 2019-04-26 15:06:01下载
- 积分:1
-
WEBRTC
在windows平台上,WebRTC采用的是dshow技术,来实现枚举视频的设备信息和视频数据的采集,WebRTC的视频部分,包含采集、编解码(I420/VP8)、加密、媒体文件、图像处理、显示、网络传输与流控(RTP/RTCP)等功能。视频加密是WebRTC的video_engine一部分,相当于视频应用层面的功能,给点对点的视频双方提供了数据上的安全保证,可以防止在Web上视频数据的泄漏。
- 2023-02-20 05:55:07下载
- 积分:1
-
xna C#游戏编程技术,原先发过几个,今天继续发送,我有大量的例子,以后会定期发送,希望对大家有帮助...
xna C#游戏编程技术,原先发过几个,今天继续发送,我有大量的例子,以后会定期发送,希望对大家有帮助-xna C# game programming techniques, originally issued in a few, today continued to send, I have a lot of examples of the future will be regularly sent, hope to help everyone
- 2023-05-12 05:25:03下载
- 积分:1
-
Arduino 蓝牙连接与 bluegiga wt12 芯片
作为大师使用 arduino 连接蓝牙 wt12 芯片。连接到蓝牙 wt12 RX TX VDD VSS 引脚 arduino。
- 2022-12-17 20:05:03下载
- 积分:1