-
shurce
k在VC中对话框程序中实现切分窗口的控件类,不错的源码(K in VC dialog box procedure of segmentation window in the control class, a good source)
- 2017-06-01 17:21:19下载
- 积分:1
-
mt4-video
mt4 MQL语法说明书,适合写EA,MT4A外汇所用的EA或指标(MT4 MQL LANGUAGE)
- 2020-07-23 21:38:44下载
- 积分:1
-
howtoprograminc
C++大学教程第三版里面的部分习题答案,自己写的,可以参考(My homework of some problems in C++ howtoprogramme, you can reference it)
- 2012-03-12 23:50:09下载
- 积分:1
-
VS实例音乐盒
本系统以ASP.net为开发框架,应用Visual Studio 2005网页开发软件,采用C#编程语言,实现了在线音乐盒的功能,用户可以在线上传音乐,在线下载音乐,在线收听音乐,音乐播放效果较好。
- 2023-03-14 18:30:04下载
- 积分:1
-
VirtualInstrumentFLUKE 45双显示数字万用表
VirtualInstrumentFLUKE 45双显示数字万用表
采用c# vs2010编程 实现网络通信 采集电压 电流 电阻 频率 曲线显示 是学习 通信 csharp 的好程序
- 2022-05-22 00:35:31下载
- 积分:1
-
数据库连接
本资源为连接数据库的基本操作,
private void button3_Click(object sender, EventArgs e)
{
string user = textBox1.Text;
string pwd = textBox2.Text;
string code = textBox3.Text;
//创建数据库连接类的对象
SqlConnection con = new SqlConnection("server=FSMOOTH-PC;database=zxl;user=sa;pwd=fsmooth19841019");
con.Open();
//执行con对象的函数,返回一个SqlCommand类型的对象
SqlCommand cmd = con.CreateCommand();
//拼写语句
cmd.CommandText = "update users set name="" + user + "",pwd="" + pwd + "" where code="
- 2022-06-18 15:04:01下载
- 积分:1
-
_ping
Ping代码。这学校的课程设计。验证与远程计算机的连接。该命令只有在安装了 TCP/IP 协议后才可以使用。(Ping code. This design of the school curriculum. Authentication with the remote computer. The order only if the installed TCP/IP protocol can be used after.)
- 2008-04-17 19:48:09下载
- 积分:1
-
地图片实时数据在线加载数据
本地图片实时数据在线加载数据,加载本地电脑目录下的所有图片数据,以缩略图形式展开(Local image real-time data loads data online, loads all image data in the local computer catalog, and expands in abbreviated form.)
- 2020-06-20 00:00:02下载
- 积分:1
-
SiI957aSiI9575
SiI9573 and SiI9575规格书和原理图(SiI9573 and SiI9575 port processor)
- 2014-10-10 13:03:52下载
- 积分:1
-
16mesh_net_10wave_simple
这是基于VC的16节点格型光网络的方针程序,假设每条信道有10个波长,随机产生业务请求。具体看程序,探讨请私信。路由采用Dijkstra算法,一个小例子。(this is a simulation for 16 nodes-optical net based on VC6.0.)
- 2014-12-09 17:36:57下载
- 积分:1