-
Chapter20
适合初学者的vc++程序,能有效地在短时间内提高自己的编程能力(Suitable for beginners vc++ procedures, can effectively improve their programming ability in a short time
)
- 2014-03-10 14:30:52下载
- 积分:1
-
jingtongmatlab
精通matlab综合辅导与指南。。用c++编程实现的matlab计算。。(Proficient in matlab General counseling and guidance. . Programming using c++ implementation of matlab calculation. .)
- 2009-04-06 10:58:34下载
- 积分:1
-
C++ Sql server 高校学生管理系统
针对于高校学生的管理系统,包括学籍管理、课程管理、成绩管理、教师管理、选课管理等系列操作,本系统采用C++编写,外加SQL SERVR 2000数据库进行数据管理,完美的通过课程设计评选。希望能帮助你们
- 2022-04-10 10:07:17下载
- 积分:1
-
process
POSIX下进程控制的实验程序(操作系统实验程序)(POSIX process under the control of experimental procedures (operating system, the experimental procedure))
- 2008-04-14 21:28:33下载
- 积分:1
-
C#在listView自定义imageList图标列表
C#在listView自定义imageList图标列表,实际上是创建了一个图像列表的Listview列表,我们可以将一些菜单条目做成此类型,以图标的风格展现操作选项,本实例中你可以熟悉imageList、listView1列表项的添加与删除。
下面是关键的代码:
listView1.LargeImageList = imageList1;
imageList1.ImageSize = new Size(37,36);
imageList1.Images.Add(Image.FromFile("01.png"));调用图标显示的图像资源
imageList1.Images.Add(Image.FromFile("02.png"));
listView1.SmallImageList = imageList1;
listView1.Items.Add("明日科技");图标下边显示的文字
listView1.Items.Add("C#编程词典");
listView1.Items[0].ImageIndex = 0;
listView1.Items[1].ImageIndex = 1;
- 2023-03-09 08:05:03下载
- 积分:1
-
Di_Tu_Pi_Pei
将出租车采集到的GPS数据匹配到电子地图上,并将车辆定位在道路上。(The taxi collected GPS data matching to the electronic map, and the position of the vehicle on the road.)
- 2015-12-09 20:48:53下载
- 积分:1
-
手势识别
实现了2018年电赛手势识别题目。。。。。(code for gesture recognition)
- 2020-06-19 19:20:02下载
- 积分:1
-
以太网盾,打开了Arduino数字引脚
在这个偏微分方程,arduino Uno im 去实施,说明如何开启关闭数字 pin 通过以太网 (互联网 lan)。
是必要的一个路由器,arduino,以太网屏蔽,指示灯。
对代码注释,玩得很。
- 2022-04-08 02:16:29下载
- 积分:1
-
BigEndianOrLittleEndian
该代码用于判断一个处理器是大端模式还是小端模式(The codes are used to distinguish if a CPU is a big-endian mode or little-endian mode.)
- 2012-12-07 10:05:11下载
- 积分:1
-
13.8
文件的读取 添加信息,删除信息,文件的储存(Read the file to add information, delete information, document storage)
- 2011-01-23 15:38:41下载
- 积分:1