-
C# 不规则窗体实例源代码w
C# 不规则窗体实例源代码w
- 2015-01-08下载
- 积分:1
-
gif图片转换成jpg文件格式 实例源码
gif图片转换成jpg文件格式 实例源码
- 2013-05-22下载
- 积分:1
-
GDOP
卫星导航系统中计算DOP值,非常实用的程序,希望对大家有用(satellite navigation system )
- 2009-12-06 19:14:46下载
- 积分:1
-
Beyond-the-CPP-STL
Boost 带领你远远地超越了C++标准库,它使得C++编程更优雅、更有活力、更高产。首先,
我们系统地介绍一下Boost 库的主要组成和它们的主要用法。(Boost lead you far beyond C++ standard library, it makes C++ programming more elegant, more dynamic, more productive. First, we introduced a major component of the Boost libraries and their usage.)
- 2013-04-26 14:05:00下载
- 积分:1
-
XTF
xtf格式侧扫声纳数据格式解析与应用,主要用于XTF格式解码(Xtf format side scan sonar data format analysis and application, mainly for XTF format decoding)
- 2021-03-22 09:19:16下载
- 积分:1
-
C# 实现窗体控件值与数据库字段绑定
C# 实现窗体控件值与数据库字段绑定,DataBinding的用法例子,基本的数据库操作示例,学习MyAdapter、SqlDataAdapter、DataBindings、BindingContext等的用法,测试例子如上图所示。
- 2022-03-18 00:24:48下载
- 积分:1
-
dfspagwh
使用fdtd算法的人都知道这是初学fdtd的入门程序,很简单的程序但是能起到很重要的作用哦()
- 2018-05-27 08:43:26下载
- 积分:1
-
Visual C# LINQ转换为一对多字典
Visual C# 转换为一对多字典,构造泛型列表,使用LINQ查找用户代码小于3的列表,此时的query变量的类型是IEnumerable类型,使用ToLookup方法将query转换为一对多字典类型:
ILookup userLookup = query.ToLookup(itm => itm.UserCode);
label1.Text = "ILookup的结果是:
";
foreach (var user in userLookup)//遍历查询结果
{
label1.Text += user.Key;//显示主键
label1.Text += " ";
foreach (var user2 in user)//遍历所有值
{
label1.Text += user2.UserName + " , ";//显示键值
}
label1.Text += "
";
}
- 2023-05-18 03:20:03下载
- 积分:1
-
lift-simulator
it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.(it sa lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.)
- 2006-10-24 16:52:23下载
- 积分:1
-
diablo-source
说明: 用C++模拟实现了diablo的界面,任务可以在场景中自由移动,操作感和原作相差无几。压缩包中包括程序源码和执行文件。(Simulation using C++ interface to achieve the diablo, the task can move freely in the scene, the operation is almost the same sense of the original. Compressed package includes source code and executable programs.)
- 2011-03-08 14:41:21下载
- 积分:1