登录
首页 » Others » B7_Panel

B7_Panel

于 2020-06-19 发布
0 127
下载积分: 1 下载次数: 2

代码说明:

说明:  用来处理一些面板数据,stata文件,可以进行面板数据回归等一系列操作(use to deal with stata panel data)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Data structure (C language version), Tsinghua University Press, chap Courseware
    数据结构(C语言版)清华大学出版社第一章课件-Data structure (C language version), Tsinghua University Press, chap Courseware
    2023-05-02 04:00:03下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • level set
    levelset界面追踪程序,能够处理复杂图形界面追踪(levelset program used to compute the complicated face)
    2017-06-06 15:10:28下载
    积分:1
  • BASPSO
    说明:  通过BAS与PSO算法相结合,形成一种新的算法,通过不同的模型,进行仿真。(Through the combination of BAS and PSO algorithm, a new algorithm is formed, which is simulated by different models.)
    2020-03-27 15:15:58下载
    积分:1
  • 很好的的 坦克游戏代码。。。可以引用里面的类
    很好的的 坦克游戏代码。。。可以引用里面的类-good game code tanks. . . They invoke the category
    2022-10-28 13:20:03下载
    积分:1
  • ACC_Vehicle_MPC-master
    基于matlab编写的车辆自适应巡航代码,可运行(Based on MATLAB, the vehicle adaptive cruise code can be run.)
    2021-05-12 16:52:07下载
    积分:1
  • LLC
    simulink设计的一个简单的LLC仿真,初学者可以借鉴(Simulink design of a simple LLC simulation, beginners can draw on)
    2020-09-23 17:07:50下载
    积分:1
  • chap5_6plant
    利用线性化反馈方法,设计滑模控制器。利用这种技术,设计了一种自适应神经控制器。(The use of feedback linearization method, the design sliding mode controller. With this technology, design of an adaptive neural controller.)
    2009-12-09 17:18:56下载
    积分:1
  • formation_control-master
    用于多机器人的编队控制,能够形成不同的编队(Formation control for multiple robots can form different formations)
    2019-03-12 09:13:21下载
    积分:1
  • : ASP的反编码工具编码程序步骤一:将程序的代码拷贝到文本框中,然后选择好类型,比如说 .asp的,html类型的文件是不需要编码的,所以没有任何改动。步骤二...
    : ASP的反编码工具编码程序步骤一:将程序的代码拷贝到文本框中,然后选择好类型,比如说 .asp的,html类型的文件是不需要编码的,所以没有任何改动。步骤二:将生成的代码拷贝下来,保存好文件即可。编码程序步骤一:将编码过的程序代码拷贝到文本框中,然后点《反编码》即可出现源码,然后将第一行的的代码删除即可。步骤二:Ctrl+c Ctrl+v ...... -: ASP coding tools of the anti-coding a procedural steps : procedure code to copy the text box and then select the right type, for instance. Asp, html type of document coding is not necessary, so no changes. Step 2 : Generation copy down the code, save the file. Coding a procedural steps : encoding over the code to copy text box, and then "anti-coding" can arise source, and then the first line of code can be deleted. Step 2 : Ctrl c Ctrl v ......
    2023-02-10 05:30:03下载
    积分:1
  • 696518资源总数
  • 105225会员总数
  • 7今日下载