-
danpianji
单片机C语言程序设计实训100例——基于8051+Proteus仿真(Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation)
- 2013-08-17 15:55:53下载
- 积分:1
-
安卓无线控温 实例源码(控制温度)
通过手机app遥控下位机进行温度的控制,手机可以读取温度值等的数据,并且可以自动发送指令,到达设定的温度后,手机可通过响铃或震动来提示用户。
- 2017-02-08下载
- 积分:1
-
图书馆管理系统项目
标题为图书馆管理系统的项目是用于监视和控制交易的图书馆管理软件在一个库中。该项目被开发了在 java 中,其中主要集中在
添加新成员,像库中的基本操作新的书籍和更新的新信息,搜索书籍和成员和设施,图书借阅和归还。
- 2022-06-28 15:28:39下载
- 积分:1
-
随机数的简单应用
随机数的简单应用,及其解析package random;import java.util.Random;public class random { public static void main(String[] args){/** * new Random(long seed) * 有参构造,伪随机数的值不会改变,只要保存好seed,那么数据可以还原 */ Random a =new Random(11); for(int i=0;i
- 2022-01-23 10:02:11下载
- 积分:1
-
android中不错的ExpandableListView实例效果源码
一、ExpandableListView介绍 一个垂直滚动的显示两个级别(Child,Group)列表项的视图,列表项来自ExpandableListAdapter 。组可以单独展开。 1.重要方法 expandGroup(int groupPos) :在分组列表视图中展开一组, setSelectedGroup(int groupPosition) :设置选择指定的组。 setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) :设置选择指定的子项。 getPackedPositionGroup(long packedPosition) :返回所选择的组 getPackedPositionForChild(int groupPosition, int childPosition) :返回所选择的子项 getPackedPositionType(long packedPosition) :返回所选择项的类型(Child,Group) isGroupExpanded(int groupPosition) :判断此组是否展开 2.代码:ExpandableListContextMenuInfo menuInfo=(ExpandableListContextMenuInfo)item.getMenuInfo();String title=((TextView)menuInfo.targetView).getText().toString();int type=ExpandableListView.getPackedPositionType(menuInfo.packedPosition);if (type==ExpandableListView.PACKED_POSITION_TYPE_CHILD) {int groupPos =ExpandableListView.getPackedPositionGroup(menuInfo.packedPosition);int childPos =ExpandableListView.getPackedPositionChild(menuInfo.packedPosition);二、ExpandableListAdapter 一个接口,将基础数据链接到一个ExpandableListView。此接口的实施将提供访问Child的数据(由组分类),并实例化的Child和Group。 getChildId(int groupPosition, int childPosition) 获取与在给定组给予孩子相关的数据。 getChildrenCount(int groupPosition) 返回在指定Group的Child数目。
- 2013-03-07下载
- 积分:1
-
服务器端原代码:
服务器端原代码:
双击代码全选123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596usingSystem; usingSystem.Collections.Generic; usingSystem.ComponentModel; usingSystem.Data; usingSystem.Drawing; usingSystem.Text; usingSystem.Windows.Forms; usingSystem.Net; usingSystem.Threading; usingSystem.Net.Sockets; namespaceWin_Talk { publicpartialclassForm1:Form { publicForm1() { InitializeComponent(); } privatevoidForm1_Load(objectsender,EventArgse) { } #region//定义变量 IPAddressHostIP=IPAddress.Parse("127.0.0.1"); IPEndPointpoint; Socketsocket; boolflag=true; SocketacceptedSocket; #endregion #region//声名委托 delegatevoidSetTextCallback(stringtext); privatevoidSetText(stringtext) { textBox2.AppendText(text+"rn"); } #endregion #region//进程方法 privatevoidProccess() { if(accept
- 2022-02-05 01:15:10下载
- 积分:1
-
java 文件上传示例源码下载
文件上传
- 2015-05-09下载
- 积分:1
-
2015全国大学生电子设计竞赛风力摆
说明: 脉冲宽度调制是一种模拟控制方式,根据相应载荷的变化来调制晶体管基极或MOS管栅极的偏置,来实现晶体管或MOS管导通时间的改变,从而实现开关稳压电源输出的改变。这种方式能使电源的输出电压在工作条件变化时保持恒定,是利用微处理器的数字信号对模拟电路进行控制的一种非常有效的技术。脉冲宽度调制是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在从测量、通信到功率控制与变换的许多领域中。(Pulse width modulation (PWM) is an analog control method, which modulates the bias of transistor base or MOS gate according to the change of load, so as to change the turn-on time of transistor or MOS and realize the change of output of switching regulated power supply. This method can keep the output voltage of the power supply constant when the working conditions change. It is a very effective technology to control the analog circuit by using the digital signal of the microprocessor. Pulse width modulation (PWM) is a very effective technology to control analog circuits by using the digital output of microprocessors. It is widely used in many fields, from measurement, communication to power control and conversion.)
- 2020-06-22 16:20:02下载
- 积分:1
-
Android记事本App
【实例简介】Android记事本App
- 2021-06-16 00:31:12下载
- 积分:1
-
smarthome-based-on-android-phone
基于android手机平台智能家居的设计,包括摄像头、控制、短信发送、图像处理、温湿度数据传送等设计(Smarthome,consist camera、control、send message、image、temperature and so on)
- 2013-01-16 17:18:43下载
- 积分:1