-
使用ArcEngine java api开发的,打开一个shape文件,并显示其中所有记录的值...
使用ArcEngine java api开发的,打开一个shape文件,并显示其中所有记录的值-ArcEngine java api use development, open a shape file, and display all records in which the value of
- 2022-02-26 07:28:23下载
- 积分:1
-
人偶装备遍历器带源码
dnf,人偶装备遍历,修改人偶装备数据,达到修改伤害!(Doll equipment traversal)
- 2020-11-18 07:09:39下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
不错的多开补丁源代码,不需要解压密码,欢迎大家使用
不错的多开补丁源代码,不需要解压密码,欢迎大家使用-good patches more open source code, not extracting passwords and you are welcome to use
- 2022-05-07 15:49:11下载
- 积分:1
-
Android ArrayAdapter创建ActivityList内容列表
本源码主要演示Android ActivityList内容列表的如何创建,采用ArrayAdapter实现,演示了姓名列表、带单选框的列表、没有数据的列表和对列表进行操作这几项功能,要注意,layout的xml文件名需要全部小写。
ActivityList1:
1.初步介绍ListView这个组件。
2.初步介绍ArrayAdapter。
# simple_list_item_single_choice
# simple_list_item_1
# simple_list_item_multiple_choice
3.上边的相关介绍。
ActivityList2:(有错误,没有调试成功,回头再看)
1.介绍cusor。
2.介绍CursorAdapter。
ActivityList3:
1.SimpleAdapter
2.simple_list_item_1和simple_list_item_2的介绍。
3.利用自己的layout来进行显示。
- 2022-03-06 06:09:13下载
- 积分:1
-
大数据块复制
汇编语言实现大数据快复制
返回使用的时间和数据块大小(Assembly language for fast replication of large data
Return the time of use and the size of the data block)
- 2020-07-01 12:20:02下载
- 积分:1
-
研究电动汽车无序充电对电网的影响
说明: 根据电动汽车无序充电进行蒙特卡洛仿真得到日负荷曲线(Monte Carlo simulation based on disorderly charging of electric vehicle to get daily load curve)
- 2021-03-01 20:09:34下载
- 积分:1
-
Huffman coding code decoding system describes the use of Huffman coding informat...
哈夫曼码的编码译码系统 问题描述 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传输的数据预先编码:在接受端通过一个译码系统对传来的数据进行译码(复原)。对于双向传输信息的通道,每端都需要一个完整的编码译码系统。试为这样的信息收发站编写一个哈夫曼码的编码译码系统。-Huffman coding code decoding system describes the use of Huffman coding information can be greatly improved communication channel utilization, reduced transmission time, and lower transmission costs. However, this requires the transmitter through a coding system will be pre-transmission of data encoding : the receiving end through a decoding system to conduct data from the decoder (recovery). For the two-way transmission of information access, each side needs a complete Coding System. Examination of this information hubs to prepare a code of Huffman coding decoding system.
- 2023-09-09 09:50:03下载
- 积分:1
-
fortran courses designed to prepare the plane for the finite element program
fortran课程设计时编写的连续体平面问题的有限元源程序 -fortran courses designed to prepare the plane for the finite element program
- 2022-03-14 11:44:32下载
- 积分:1
-
指纹识别设计
简单的指纹识别系统,包括增强、二值化、细化、匹配等(Simple fingerprint identification system, including enhancement, binarization, thinning, matching and so on)
- 2019-03-17 21:04:29下载
- 积分:1