-
Example2
介绍如何在VC中调用matcom编译后的函数;
如在调试过程中遇到困难请详见VC知识库文章 - 浅析VC与Matlab联合编程二.mht” 文件(Introduction How to call Matcom compiled function in VC )
- 2009-03-11 16:02:27下载
- 积分:1
-
cnass
图表类,用于界面开发,进行解压即刻,内服详细说明(Graphic class, for interface development, decompression instant, internal service details)
- 2018-10-22 04:49:04下载
- 积分:1
-
手机短信源码 C#开发的手机短信发送接收程序,有兴趣朋友可以研究下...
手机短信源码 C#开发的手机短信发送接收程序,有兴趣朋友可以研究下-C# development of the SMS to send and receive proceedings, interested friends under study-Phone message source C# Developed mobile phone message sent to receive the procedure, interested friends can study under-C# Development of the SMS to send and receive proceedings, interested friends under study
- 2023-08-19 05:15:06下载
- 积分:1
-
caozuoxitongshiyanwendang
操作系统的实验文档 包含设计与说明 带源码例子(Document contains the operating system design and description of experimental)
- 2010-11-17 11:26:54下载
- 积分:1
-
Win32Cube
DirectX编写绘制旋转的盒子,便于新手学习如何设置世界矩阵,投影举证(DirectX prepared draw the rotating box, easy for novices to learn how to set the world matrix, projection proof)
- 2013-11-16 22:57:55下载
- 积分:1
-
Anti-jammingGPS-space-time-filtering
这是针对华为GSM/GPRS模块的GPS接收机空时抗干扰滤波技术研究(Research jamming GPS receiver space-time filtering technology)
- 2014-02-20 18:01:18下载
- 积分:1
-
微耕在售所有2次开发包201507
说明: it's a sdk doc, and has the lib and dll and document, it's control the door open and close.
- 2017-12-28 21:57:30下载
- 积分:1
-
Visual C# 查询指定时间间隔的数据
Visual C# 查询指定时间间隔的数据,根据学生出生年月查询学生年龄,代码如下:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"select 学生姓名,出生年月 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-03-02 08:45:17下载
- 积分:1
-
2004102423524210953
钢琴弹奏程序【VC++编程】(Piano Playing Procedural programming-- VC)
- 2004-11-07 13:33:48下载
- 积分:1
-
111.tar
Problem Description
对于输入的每个字符串,查找其中的最大字母,在该字母后面插入字符串“(max)”。
Input
输入数据包括多个测试实例,每个实例由一行长度不超过100的字符串组成,字符串仅由大小写字母构成。
Output
对于每个测试实例输出一行字符串,输出的结果是插入字符串“(max)”后的结果,如果存在多个最大的字母,就在每一个最大字母后面都插入"(max)"。
- 2012-02-27 23:12:14下载
- 积分:1