-
源码
说明: 1、用户登录
1)寻物启事
1.失物挂号
2.失物挂号办理
2)失物招领
1.失物招领修改
2.失物招领列表
3)个人资料
1.个人资料
2、办理员登录(1. User login
1) Discovery Notice
1. Registration of Lost Property
2. Registration of Lost Property
2) Lost and Found
1. Lost and Found Recruitment Amendment
2. Lost and Found List
3) Personal data
1. Personal data
2. Register the clerk)
- 2019-04-10 23:26:45下载
- 积分:1
-
newsread
A news reading App framework, the highlight of the project:
MVP mode: decoupling model and view layer, contract class management MVP, at a glance, realize vertical decoupling, base class perfect encapsulation, avoid frequent new objects.
RxJava: includes the perfect encapsulation of Rx handling server requests, caches, and thread scheduling.
Complex list processing, fully solve the sliding carton problem, the specific way to pay attention to the module "friend circle" example.
Component-based development, lateral decoupling
Encapsulate various kinds of tools, such as compressing pictures, carousers, viewing large graphs, caching tools, and image selectors.
- 2018-04-26 20:06:40下载
- 积分:1
-
basic amplifier based courseware amplification circuit of negative feedback base...
基本放大电路 基础教学课件 放大电路中的负反馈 基础课件部分3 集成运算放大器 -basic amplifier based courseware amplification circuit of negative feedback based courseware part 3 Integrated Operational Amplifiers
- 2022-01-25 22:52:56下载
- 积分:1
-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
约瑟夫环,用顺序表实现的,也是可以用链表实现的
约瑟夫环,用顺序表实现的,也是可以用链表实现的-Joseph Wan, the implementation of the order form, but also can realize the list
- 2022-03-22 00:51:13下载
- 积分:1
-
混沌(逻辑函数)检验
Chaos (logistic function) test
- 2023-04-28 10:50:03下载
- 积分:1
-
hechengjilu
一个合成记录,可以生成特定反射系数和特定条件下的合成地震记录。(A synthetic seismogram, can generate a specific reflection coefficient and the specific conditions of the synthetic seismogram.)
- 2009-06-13 14:40:04下载
- 积分:1
-
51 single
51单片机串口调试程序一列(不错)--单片机坐标,欢迎试用,并改进,-51 single-chip serial debugging process a (good)- Single-chip coordinates, welcomed the trial and to improve, thank you
- 2022-03-17 16:14:42下载
- 积分:1
-
fitting approximation with the C program
拟合与逼近的C程序-fitting approximation with the C program
- 2023-01-15 05:45:03下载
- 积分:1
-
扫地雷小游戏,如果周围格子变成白色则没有雷,出现红旗则有雷2...
扫地雷小游戏,如果周围格子变成白色则没有雷,出现红旗则有雷2-Discredited mine game, if the surrounding lattice into a white is not mine, there were red flags have mine 2
- 2022-06-02 22:19:40下载
- 积分:1