-
带图片放大的Flash相册特效
带图片放大的Flash相册特效,会智能判断图片的显示位置,跟随鼠标漂移,其实就是滑动的Flash特效。
- 2022-08-20 12:12:14下载
- 积分:1
-
一款数独游戏源代码,运行在支持table pc的系统上(如vista)。
界面美观,是学习vs和游戏开发的理想教程...
一款数独游戏源代码,运行在支持table pc的系统上(如vista)。
界面美观,是学习vs和游戏开发的理想教程-A Sudoku game source code, running on the table pc support systems (such as vista). Interface aesthetics, learning and game developers vs ideal Tutorial
- 2022-02-11 20:45:01下载
- 积分:1
-
chifafenxiqi chifafenxiqi chifafenxiqi chifafenxiqi
chifafenxiqi chifafenxiqi chifafenxiqi chifafenxiqi-chifafenxiqi chifafenxiqi chifafenxiqi chif afenxiqi chif afenxiqi chifafen c. chifafenxiqi
- 2023-04-09 23:45:04下载
- 积分:1
-
C# 泛型列表List用法示例
C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。
private void Frm_Main_Load(object sender, EventArgs e)
{
List People = new List{//创建人员列表
new Person(1,"王*科"),
new Person(2,"王*科"),
new Person(3,"赵*东")};
var query = from p in People//过滤人员名称中以"科"结束的序列
where p.Name.EndsWith("科")
select new
{
人员ID = p.ID,
人员姓名 = p.Name
};
foreach (var item in query)//遍历查询结果
{
label1.Text += item + "
";
}
}
}
public class Person
{
public Person(int id, string name)
{
this.ID = id;
this.Name = name;
}
public int ID { get; set; }//人员ID
public string Name { get; set; }//人员姓名
}
- 2023-01-08 20:45:03下载
- 积分:1
-
Internet chat room design graduate, including translation, thesis source code,
网上聊天室毕业设计,包括翻译,论文源代码,-Internet chat room design graduate, including translation, thesis source code,
- 2023-07-17 21:30:04下载
- 积分:1
-
这是一个模式是别里的关于fisher算法实现的广义线性分类器
这是一个模式是别里的关于fisher算法实现的广义线性分类器-This is a model other fisher Lane on the algorithm of generalized linear classifier
- 2022-03-18 07:18:47下载
- 积分:1
-
Beautiful Code is a useful book for programming.
代码之美,对于编程的学习非常有帮助。能够规范代码的编写,是一本值得一看的好书。-Beautiful Code is a useful book for programming.
- 2022-03-02 22:06:25下载
- 积分:1
-
The use of VB development for Maxim
利用VB开发的针对Maxim-Dallas DS2770电量检测芯片,实现对锂电池的实时数据采集软件。-The use of VB development for Maxim-Dallas DS2770 chip power detection, on the lithium batteries to achieve real-time data acquisition software.
- 2022-05-15 17:30:44下载
- 积分:1
-
Cisco CVP 的Call Serve与第3方CTI的通信协议
Cisco CVP 的Call Serve与第3方CTI的通信协议-Cisco CVP Call Serve with the No. 3 party CTI communication protocol
- 2022-11-24 15:40:03下载
- 积分:1
-
Kawaks 1.45 最终中文典藏版还是言论游戏玩游戏的好的工具,是比不可少的好...
Kawaks 1.45 最终中文典藏版还是言论游戏玩游戏的好的工具,是比不可少的好-Kawaks 1.45 final version of the Chinese collection of words or play games of the good tools are essential for the good than Wanton
- 2022-03-24 16:07:58下载
- 积分:1