zxc3931208
zxc3931208
关注数: 42
粉丝数: 120
发帖数: 1,860
关注贴吧数: 39
记录自己吸附,挖图,树苗的日子 就拿这个镇楼吧,都是运气。
哪里可以看到147以后的动漫 斗鱼有人播
每次想减肥
陈 冰凤凰应该洗什么技能
吧里哪个群卖手机辅助的 app的
吧里养狗的进来 我的哈士奇让同小区的藏獒给咬死了,还被那藏獒的主人说哈士奇就是垃圾,比不过藏獒。本来要起诉他的,没收他家的藏獒。后来搞着搞着成民事调和了。赔了点小钱,本来事情过去也就算了。TMD最近老子在花园散步那条JB狗见了老子老死盯着我还时不时低吼一声。最后我决定养条比藏獒还凶的,也咬死它。老子也赔钱,也叫狗吼他。有什么狗能绝对咬死藏獒的?一定要绝对能咬死的,要是再被咬死一条我都没脸出来。
朋友结婚 想送份沙画的祝福视频 哪位吧友有空练练手的
为啥这次公告不准 明明是5级 到游戏里变4级?
昨天刷图出的金丝衣服 箱子出了陨铁 醉了 非要我用陨铁吗
借个100区的号 想看看100区的大神 麻烦有100区垃圾小号的借来看看
我真的不是拖 今天刷图又出了陨铁衣服 2个了
六人段太祖单飞 应该堆武力还是内力 现在内力6000 武力5000
我有重阳 所以开到了太祖?
新五绝里谁最适合做反击镇守,大家来探讨下 过儿,郭大侠,一灯,老顽童,黄岛主
6人阵容里怎么嵌入双五绝或者新五绝阵容 已固定了阿飞和东方的位置,满级弟子若干 足够九转。麻烦大家帮忙参考
在哪里可以模拟计算弟子属性? 记得看见不少人用过
求助大神 这怎么解决?
教你如何跟妹子搭讪 妹子们得知我是上来要电话的,都特别热情,争先恐后的。长的帅就是好啊
混淆视听
5人记录贴 小阿飞
五人记录贴 最爱阿飞
签到送的是龙儿还是魂魄
五人血站记录招剑神
纪录5人血站成长之路
找亮点
战斗资源加载莫名其妙变多了!!! 坑仑已经坑了我们这么多钱了,还联合运营商来坑我们流量
游戏进不去啊!
完全小白求大神解释代码 function varargout = B2(varargin) % B2 M-file for B2.fig % B2, by itself, creates a new B2 or raises the existing % singleton*. % % H = B2 returns the handle to a new B2 or the handle to % the existing singleton*. % % B2('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in B2.M with the given input arguments. % % B2('Property','Value',...) creates a new B2 or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before B2_OpeningFunction gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to B2_OpeningFcn via varargin. % % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one % instance to run (singleton)". % % See also: GUIDE, GUIDATA, GUIHANDLES % Edit the above text to modify the response to help B2 % Last Modified by GUIDE v2.5 08-Oct-2009 11:19:06 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_OpeningFcn', @B2_OpeningFcn, ... 'gui_OutputFcn', @B2_OutputFcn, ... 'gui_LayoutFcn', [] , ... 'gui_Callback', []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT % --- Executes just before B2 is made visible. function B2_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % varargin command line arguments to B2 (see VARARGIN) % Choose default command line output for B2 handles.output = hObject; % Update handles structure guidata(hObject, handles); % UIWAIT makes B2 wait for user response (see UIRESUME) % uiwait(handles.figure1); % --- Outputs from this function are returned to the command line. function varargout = B2_OutputFcn(hObject, eventdata, handles) % varargout cell array for returning output args (see VARARGOUT); % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Get default command line output from handles structure varargout{1} = handles.output; % --- Executes on selection change in popupmenu2. function popupmenu2_Callback(hObject, eventdata, handles) % hObject handle to popupmenu2 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Hints: contents = get(hObject,'String') returns popupmenu2 contents as cell array % contents{get(hObject,'Value')} returns selected item from popupmenu2 global b; b=get(hObject,'Value'); % --- Executes during object creation, after setting all properties. function popupmenu2_CreateFcn(hObject, eventdata, handles) % hObject handle to popupmenu2 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles empty - handles not created until after all CreateFcns called % Hint: popupmenu controls usually have a white background on Windows. % See ISPC and COMPUTER. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor')) set(hObject,'BackgroundColor','white'); end % --- Executes on selection change in popupmenu1. function popupmenu1_Callback(hObject, eventdata, handles) % hObject handle to popupmenu1 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Hints: contents = get(hObject,'String') returns popupmenu1 contents as cell array % contents{get(hObject,'Value')} returns selected item from popupmenu1 global a; a=get(hObject,'Value'); % --- Executes during object creation, after setting all properties. function popupmenu1_CreateFcn(hObject, eventdata, handles) % hObject handle to popupmenu1 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles empty - handles not created until after all CreateFcns called % Hint: popupmenu controls usually have a white background on Windows. % See ISPC and COMPUTER. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor')) set(hObject,'BackgroundColor','white'); end % --- Executes on button press in pushbutton1. function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) global a; global b; c1=solve('116/T=1.5*log(T)-2.3'); c2=solve('116/T=1.5*log(T)-9.2'); c3=solve('116/T=1.5*log(T)'); c4=solve('116/T=1.5*log(T)-6.9'); c5=solve('116/T=1.5*log(T)+3'); c6=solve('116/T=1.5*log(T)-3.9'); switch a case 1 if b==1 set(handles.text1,'String',double(c1)); elseif b==2; set(handles.text1,'String',double(c3)); elseif b==3; set(handles.text1,'String',double(c5)); end; case 2 if b==1 set(handles.text1,'String',double(c2)); elseif b==2; set(handles.text1,'String',double(c4)); elseif b==3; set(handles.text1,'String',double(c6)); end; end % --- Executes on button press in pushbutton2. function pushbutton2_Callback(hObject, eventdata, handles) % hObject handle to pushbutton2 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) global a b; c3=solve('116/T=1.5*log(T)'); c4=solve('116/T=1.5*log(T)-6.9'); if a==1 T=17.58:0.1:40; D=1-exp(116./T)*10^(14)/10^(15)./T.^(1.5); plot(T,D); xlabel('开氏温度K'); ylabel('电离度'); title('浓度为10^ 14(cm*3)时电离度和温度的关系图线'); set(handles.text3,'String',double(c3)); else a==2 T=80:1:550; D=1-exp(116./T)*10^(17)/10^(15)./T.^(1.5); plot(T,D); xlabel('开氏温度K'); ylabel('电离度'); title('浓度为10^ 17(cm*3)时电离度和温度的关系图线'); set(handles.text3,'String',double(c4)); end function edit1_Callback(hObject, eventdata, handles) % hObject handle to edit1 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Hints: get(hObject,'String') returns contents of edit1 as text % str2double(get(hObject,'String')) returns contents of edit1 as a double % --- Executes during object creation, after setting all properties. function edit1_CreateFcn(hObject, eventdata, handles) % hObject handle to edit1 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles empty - handles not created until after all CreateFcns called % Hint: edit controls usually have a white background on Windows. % See ISPC and COMPUTER. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor')) set(hObject,'BackgroundColor','white'); end % --- Executes on button press in pushbutton3. function pushbutton3_Callback(hObject, eventdata, handles) % hObject handle to pushbutton3 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) close(gcf) % --- Executes during object creation, after setting all properties. function text1_CreateFcn(hObject, eventdata, handles) % hObject handle to text1 (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles empty - handles not created until after all CreateFcns called
哪里可以买到漫画
谁有加速器 谢谢了!
新手求一个号 不要太好的 有级别就行啦 新手不怎么会玩
有人玩梦幻西游不 江苏2区夫子庙 有玩的朋友吗 可以转区来玩 。我是玩129的 低等级的也可以来。
有玩梦幻西游的吗 江苏2区夫子庙。有玩的转区一起玩啊。129天科的。低等级的也行
线代帝进 LZ嫂子周日下午考线代,上海的文科学校。嫂子三点开考 ,一点半能拿到试卷 。现诚心求一位大神帮忙解题。
开在10-10了,来个人帮帮忙
石林怎么才能弄到?冥想的话要用多少钱?
replay的剧情改变了,这是为什么?
我对11很失望 我是11最早的一批玩家,刚推出的时候我号召浩方VS的朋友都来11,结果现在11外挂这么多,连续3把,实在是寒心
操翻对面宙斯大TK 艰辛 要的留邮箱
这个数据什么水平
求光院大三用书 么么
1
下一页