文件系统的代码

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;

namespace WindowsFormsApplication8
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        int z = 0;
        public int lingshilabel;
        int recordnumbers = 0;
        int[] opheight = new int[9];
        FileStream hd = new FileStream("D:\\tm.txt", FileMode.Append);
        FileStream hdd = new FileStream("D:\\tt.txt", FileMode.Create);
        FileStream fs = new FileStream("d:\\textfil.txt", FileMode.Create);
        FileStream jl = new FileStream("d:\\jlwj.txt", FileMode.Create);
        FileStream zzymddx = new FileStream("d://zzymddx.txt", FileMode.Create);//1
        FileStream cjcrm = new FileStream("d:// cjcr.txt", FileMode.Open);//2
        FileStream zzydx = new FileStream("d:// zzydx.txt", FileMode.Open);//3
        FileStream ztzs = new FileStream("d:// ztzs.txt", FileMode.Open);//4
        FileStream xf = new FileStream("d:// xf.txt", FileMode.Open);//5
        FileStream xfy = new FileStream("d:// xfy.txt", FileMode.Open);//6
        FileStream jcyqqdm = new FileStream("d:// jcyqqd.txt", FileMode.Open);//7

        FileStream qzzymddx = new FileStream("d:// qzzymddx.txt", FileMode.Open);//10
        FileStream qdzs = new FileStream("d:// qdzs.txt", FileMode.Open);//9
        FileStream zzydxxz = new FileStream("d:// zzydxxz.txt", FileMode.Open);//11
        FileStream jcyq = new FileStream("d:// jcyq.txt", FileMode.Open);//12
        FileStream jczs = new FileStream("d:// jczs.txt", FileMode.Open);//13
        FileStream pjqdzsqdm = new FileStream("d:// pjqdzsqd.txt", FileMode.Open);//14
        FileStream pjcfqdm = new FileStream("d:// pjcfqd.txt", FileMode.Open);//15
        FileStream pjcyqqdm = new FileStream("d:// pjcyqqd.txt", FileMode.Open); //16
        FileStream ydzs = new FileStream("d:// ydzs.txt", FileMode.Open);  //17
        void getfun(int getdress, ref int outdate, FileStream fd)  //通过地址获得数据
        {
            byte[] bydata = new byte[11]; //
            int byda; //
            fd = fs;
            outdate = 0;
            getdress = (getdress - 1) * 10 + 1;
            fd.Seek(getdress, SeekOrigin.Begin);
            fd.Read(bydata, 0, 11);
            for (int k = 1; k <= bydata[0]; k++)
            {
                byda = bydata[k];
                outdate = outdate + byda * (int)Math.Pow(10, k - 1);
            }
        }
        void putfun(int putdress, int indate, FileStream fd) //通过地址记入数据
        {
            byte[] abydata = new byte[11]; //           
            int inda; //
            fd = fs;
            int zhongjie = indate;
            putdress = (putdress - 1) * 10 + 1;
            int k = 0;
            for (k = 1; k <= 10; k++)
            {
                if (zhongjie / (int)Math.Pow(10, k - 1) < 1 && k > 1)
                {
                    break;
                }
                else
                {
                    inda = indate % 10;
                    abydata[k] = (byte)inda;
                }
                indate = (indate - indate % 10) / 10;
            }
            abydata[0] = (byte)(k - 1);
            fd.Seek(putdress, SeekOrigin.Begin);
            fd.Write(abydata, 0, k);
        }
        void putfun1(int putdress, int indate, FileStream fd) //通过地址记入数据
        {
            byte[] abydata = new byte[11]; //          
            int inda; //
            fd = jl;
            int zhongjie = indate;
            putdress = (putdress - 1) * 10 + 1;
            int k = 0;
            for (k = 1; k <= 10; k++)
            {
                if (zhongjie / (int)Math.Pow(10, k - 1) < 1 && k > 1)
                {
                    break;
                }
                else
                {
                    inda = indate % 10;
                    abydata[k] = (byte)inda;
                }
                indate = (indate - indate % 10) / 10;
            }
            abydata[0] = (byte)(k - 1);
            fd.Seek(putdress, SeekOrigin.Begin);
            fd.Write(abydata, 0, k);
        }
        public void qdcr(int recordnumbern, int oprecordnumbern, int yu)
        {
            for (int number = 1; number <= 8; number++)
            {
                for (int opcheightn = 1; opcheightn <= 2; opcheightn++)
                {
                    recordnumbers = (recordnumbern) + 6400 - 50 + (number - 1) * 2 + opcheightn + (yu - 1) * 9600;
                    int lingshilabel1 = oprecordnumbern + 9589 + (yu - 1) * 9600 + ((number - 1) * 2 + opcheightn - 1) * 9600 * 2;
                    int oprecordnumbers = 0;

                    getfun(lingshilabel1, ref  oprecordnumbers, fs);
                    if (oprecordnumbers == 0)
                    {
                        oprecordnumbers = oprecordnumbern;
                    }
                    oprecordnumbers = oprecordnumbers + 1; //'计算出opreordnumber

                    putfun(lingshilabel1, oprecordnumbers, fs); //记录入传人9589

                    putfun(recordnumbers, oprecordnumbers, fs); //recordnumbers是开始传出的位置。oprecordnumbers是传出到的位置。
                }
            }
        }

        //在各中枢的传出(传入到各中枢)。传出的记忆柱,传到的记忆柱z=2是强度传入int cwidthnn,ref int clengthn
        public void crr(ref int oprecordnumbern, ref int recordnumbern, ref int z, ref int cwidthnn, ref int clengthn)
        {
            StreamWriter wj = new StreamWriter(hd);
            if (z == 1)
            {
                lingshilabel = recordnumbern + 9588;
                recordnumbers = 0;
                if (lingshilabel < 12)
                {
                    lingshilabel = 2;
                }
                getfun(lingshilabel, ref  recordnumbers, fs);
                if (recordnumbers == 0)
                {
                    recordnumbers = (recordnumbern) + 4800;
                }
                //获得传出recordnumber
                recordnumbers = recordnumbers + 1; //获得在传出需要put的recordnumber的位置recordnumber在ccr中已经计算+4800
                if (recordnumbers >= recordnumbern + 1600 * 4 - 50)
                {
                    wj.WriteLine("recordnumbers ,{0}", recordnumbers);
                }
            }
            putfun(lingshilabel, recordnumbers, fs);//记录入传人9588
            //z=2是强度传入
            if (z == 2)
            {
                recordnumbers = recordnumbern + 1600 * 4 - 50 + (clengthn - 1) * 2 + cwidthnn; // subzrecordnumber=1600
            }
            int lingshilabel1 = oprecordnumbern + 9589;
            int oprecordnumbers = 0;
            if (lingshilabel1 < 12)
            {
                lingshilabel1 = 2;
            }
            getfun(lingshilabel1, ref  oprecordnumbers, fs);
            if (oprecordnumbers == 0)
            {
                oprecordnumbers = oprecordnumbern;
            }
            oprecordnumbers = oprecordnumbers + 1; //'计算出opreordnumber
            if (oprecordnumbers - oprecordnumbern >= 1500)
            {
                wj.WriteLine("recordnumbers ,{0}", recordnumbers);
            }
            putfun(lingshilabel1, oprecordnumbers, fs); //记录入传人9589

            putfun(recordnumbers, oprecordnumbers, fs); //recordnumbers是开始传出的位置。oprecordnumbers是传出到的位置。
        }

        //感觉传入。强弱不同的数字进行转换,还包括奖惩预期中枢的强度区的9个记忆柱的传入与标记,jczslaber是第几个基本记忆柱群共有9个。yi是易与不易的记忆柱。记录位置是9575,cf=0是奖赏中枢, cf=1是惩罚中枢。jczslaber=cr(只是在需要时这样赋值。),cr决定kongjn.获得传到的对应中枢arecordnumber[n – 1](arecordnumber)。传出中枢的recordnumbern
        public void gjcr(ref int kongjn, ref int arecordnumber, ref int recordnumbern, ref int z)
        {
            int[] opheight = new int[9]; int opcheightn = 0; int zhongjie = 0;
            for (int number = 1; number <= 8; number++)
            {
                zhongjie = (opcheightn + zhongjie) * 10;
                opcheightn = Convert.ToInt32(kongjn / (Math.Pow(10, (8 - number)))) - zhongjie; //顺序获得8个表示强弱的数字
                opheight[number] = opcheightn; //得到opheight(1),opheight(1),opheight(1)……等等。
            }
            //获得8个数据传入,传到对应的中枢相应的位置
            for (int clengthn = 1; clengthn <= 8; clengthn++)
            {
                int cwidthnn = opheight[clengthn]; //定位基本记忆柱cwidthnn相当于cwidth[n].cwidthn=2
                for (int yu = 1; yu <= 2; yu++) //易兴奋的与不易兴奋的都参与传出,2是易兴奋的,定位记忆柱
                {
                    //包含易兴奋的与不易兴奋的,是应该传到的。是所在记忆柱的起始前的recordnumber
                    int oprecordnumbern = arecordnumber + (clengthn - 1) * 2 * 9600 * 2 + (cwidthnn - 1) * 9600 * 2 + (yu - 1) * 9600;
                    crr(ref oprecordnumbern, ref recordnumbern, ref z, ref cwidthnn, ref clengthn);
                }
            }
        }


        //状态中枢内部的传出联系
        public void ztz(int recordnumbern, int oprecordnumbern)
        {
            //在皮质是易与不易兴奋的记忆柱,所以要除以2,而在状态中枢是三个。;
            StreamWriter wj = new StreamWriter(hdd);
            int lingshilabel = oprecordnumbern + 9589;
            int oprecordnumber = 0;
            getfun(lingshilabel, ref oprecordnumber, fs);  //'被传入的记忆柱
            if (oprecordnumber == 0)
            {
                oprecordnumber = (oprecordnumbern);
            }
            //被传入的记忆柱
            oprecordnumber = oprecordnumber + 1;
            if (oprecordnumber - oprecordnumbern >= 1500)
            {
                wj.WriteLine("recordnumbers ,{0}", recordnumbers);
            }
            lingshilabel = recordnumbern + 9588;
            int recordnumber = 0;
            getfun(lingshilabel, ref recordnumber, fs);
            if (recordnumber == 0)
            {
                recordnumber = (recordnumbern) + 4800;
            }

            recordnumber = recordnumber + 1;
            if (recordnumber >= recordnumbern + 1600 * 4 - 50)
            {
                wj.WriteLine("recordnumber ,{0}", recordnumber);
            }
            //'计算出opreordnumber
            lingshilabel = oprecordnumbern + 9589;
            putfun(lingshilabel, oprecordnumber, fs); //记录入传人9589
            lingshilabel = recordnumbern + 9588;
            putfun(lingshilabel, recordnumber, fs);//记录入传人9588            
            putfun(recordnumber, oprecordnumber, fs); //记录入传人4800+            
        }

        public void qdzh(ref int oprecordnumbern)
        {

            int cr = 22222222;
            int lingshilabel = (oprecordnumbern) + 9592;
            putfun(lingshilabel, cr, fs); //记录入九种不同的强度
            cr = 22222122;
            lingshilabel = lingshilabel + 1;
            putfun(lingshilabel, cr, fs);
            cr = 12222221;
            lingshilabel = lingshilabel + 1;
            putfun(lingshilabel, cr, fs);
            cr = 11112222;
            lingshilabel = lingshilabel + 1;
            putfun(lingshilabel, cr, fs);
            cr = 22221111;
            lingshilabel = lingshilabel + 1;
            putfun(lingshilabel, cr, fs);
            cr = 21112112;
            lingshilabel = lingshilabel + 1;
            putfun(lingshilabel, cr, fs);
            cr = 12111211;
            lingshilabel = lingshilabel + 1;
            putfun(lingshilabel, cr, fs);
            cr = 11111121;
            lingshilabel = lingshilabel + 1;
            putfun(lingshilabel, cr, fs);
            cr = 11111111;
            lingshilabel = lingshilabel + 1;
            putfun(lingshilabel, cr, fs);
        }
        private void button1_Click(object sender, EventArgs e)
        {

            ; int yu  //yu=2是易兴奋的记忆柱,1是不易兴奋的记忆柱
             ; int qdm = 0

           ; int clengthn //一个中枢在长度空间上的第几个记忆柱
            ; int cheightn
             ; int cwidthn;

            ; int oplengthn //一个中枢在长度空间上的第几个记忆柱
             ; int opheightn
              ; int opwidthn
               ; int recordnumbern //具体到一个记忆柱之前的所有的recordnumber数
                ; int recordnumber //要读写记忆柱的recordnumber所在的位置
                //标志一个中枢的记忆柱的纤维联系方式
                 ; int outputsamen = 4; //一个记忆柱在相同中枢的传出所到达的记忆柱数。
            int outputnotsamen = 3; //一个记忆柱在不同中枢的传出所到达的记忆柱数。

            int acentern = 68;
            int[] clength = new int[69];
            int[] cheight = new int[69];
            int[] cwidth = new int[69];
            int[] clabel = new int[69];
            int[] cq = new int[69]; //定义传入强度中枢的类型感觉中枢的联络区1,可选择成为主注意对象,奖惩中枢的联络区5,3是强度中枢的联络区,2是运动中枢。
            int[,] ccenter = new int[69, 4];
            int[] center = new int[69];
            int[] yd = new int[69]; //运动中枢记录兴奋强度的九个记忆柱的标志。
            int[] arecordnumbe = new int[69];
            clength[1] = 8; cheight[1] = 2; cwidth[1] = 1; clabel[1] = 1; cq[1] = 1; //轮廓
            clength[2] = 8; cheight[2] = 2; cwidth[2] = 1; clabel[2] = 1; cq[2] = 1; //运动感知中枢,奖惩预期所有

            clength[4] = 8; cheight[4] = 2; cwidth[4] = 1; clabel[4] = 1; cq[4] = 1; //组成轮廓的线段所在的空间
            clength[5] = 0; cheight[5] = 0; cwidth[5] = 0; clabel[5] = 0; cq[5] = 0;
            clength[6] = 8; cheight[6] = 2; cwidth[6] = 1; clabel[6] = 1; cq[6] = 1; //声调
            clength[7] = 8; cheight[7] = 2; cwidth[7] = 1; clabel[7] = 1; cq[7] = 1; //频率
            clength[8] = 8; cheight[8] = 2; cwidth[8] = 1; clabel[8] = 1; cq[8] = 1; //空间    

            clength[10] = 0; cheight[10] = 0; cwidth[10] = 0; clabel[10] = 0; cq[10] = 0; //10记录的为感觉传入的强度,对应相应的中枢。兴奋到一定的强度会传入奖赏中枢,有的是专门传入奖赏或者惩罚中枢。
            clength[11] = 8; cheight[11] = 2; cwidth[11] = 1; clabel[11] = 11; cq[11] = 0; //
            clength[12] = 8; cheight[12] = 2; cwidth[12] = 1; clabel[12] = 11; cq[12] = 0;11与12是奖赏感觉刺激中枢
            clength[13] = 8; cheight[13] = 2; cwidth[13] = 1; clabel[13] = 11; cq[13] = 0;13与14是惩罚感觉刺激中枢
            clength[14] = 8; cheight[14] = 2; cwidth[14] = 1; clabel[14] = 11; cq[14] = 0;
            clength[15] = 4; cheight[15] = 1; cwidth[15] = 1; clabel[15] = 9; cq[15] = 7; //奖惩中枢的核心区15的3、4是运动中枢相联系的。
            clength[16] = 8; cheight[16] = 2; cwidth[16] = 1; clabel[16] = 1; cq[16] = 1; //感觉中枢的联络区
            clength[17] = 8; cheight[17] = 2; cwidth[17] = 1; clabel[17] = 1; cq[17] = 5; //奖的强弱的联络区(并行)
            clength[18] = 8; cheight[18] = 2; cwidth[18] = 1; clabel[18] = 1; cq[18] = 5; //惩的强弱,的联络区(并行)
            clength[19] = 3; cheight[19] = 1; cwidth[19] = 1; clabel[19] = 4; ccenter[19, 1] = 16; ccenter[19, 2] = 17; ccenter[19, 3] = 18; cq[19] = 0; //强度综合
            clength[20] = 8; cheight[20] = 2; cwidth[20] = 1; clabel[20] = 1; cq[20] = 5; //运动中枢的联络区,表示几个基本的运动传出到21
            clength[21] = 9; cheight[21] = 1; cwidth[21] = 1; clabel[21] = 2; cq[21] = 10; //运动传出中枢
            clength[22] = 9; cheight[22] = 1; cwidth[22] = 1; clabel[22] = 2; cq[22] = 9; //运动中枢 cq    9个基本运动。传出到20中枢,人为输入运动。
            clength[23] = 8; cheight[23] = 2; cwidth[23] = 1; clabel[23] = 1; cq[23] = 1; //
            clength[24] = 8; cheight[24] = 2; cwidth[24] = 1; clabel[24] = 1; cq[24] = 1;

            clength[26] = 8; cheight[26] = 2; cwidth[26] = 1; clabel[26] = 1; cq[1] = 1;  //
            clength[27] = 36; cheight[27] = 1; cwidth[27] = 1; clabel[27] = 8; ccenter[27, 1] = 26; cq[27] = 10; //奖惩中枢的联络区的强度总和

            clength[31] = 8; cheight[31] = 2; cwidth[31] = 1; clabel[31] = 1; cq[31] = 51;//奖的强弱的联络区
            clength[32] = 8; cheight[32] = 2; cwidth[32] = 1; clabel[32] = 1; cq[32] = 51;
            clength[33] = 8; cheight[33] = 2; cwidth[33] = 1; clabel[33] = 1; cq[33] = 51;
            clength[34] = 8; cheight[34] = 2; cwidth[34] = 1; clabel[34] = 1; cq[34] = 51;
            clength[35] = 8; cheight[35] = 2; cwidth[35] = 1; clabel[35] = 1; cq[35] = 51;
            clength[36] = 8; cheight[36] = 2; cwidth[36] = 1; clabel[36] = 1; cq[36] = 51;
            clength[37] = 8; cheight[37] = 2; cwidth[37] = 1; clabel[37] = 1; cq[37] = 51;
            clength[38] = 8; cheight[38] = 2; cwidth[38] = 1; clabel[38] = 1; cq[38] = 51;
            clength[39] = 8; cheight[39] = 2; cwidth[39] = 1; clabel[39] = 1; cq[39] = 51;

            clength[41] = 8; cheight[41] = 2; cwidth[41] = 1; clabel[41] = 1; cq[41] = 52;//惩的强弱,的联络区
            clength[42] = 8; cheight[42] = 2; cwidth[42] = 1; clabel[42] = 1; cq[42] = 52;
            clength[43] = 8; cheight[43] = 2; cwidth[43] = 1; clabel[43] = 1; cq[43] = 52;
            clength[44] = 8; cheight[44] = 2; cwidth[44] = 1; clabel[44] = 1; cq[44] = 52;
            clength[45] = 8; cheight[45] = 2; cwidth[45] = 1; clabel[45] = 1; cq[45] = 52;
            clength[46] = 8; cheight[46] = 2; cwidth[46] = 1; clabel[46] = 1; cq[46] = 52;
            clength[47] = 8; cheight[47] = 2; cwidth[47] = 1; clabel[47] = 1; cq[47] = 52;
            clength[48] = 8; cheight[48] = 2; cwidth[48] = 1; clabel[48] = 1; cq[48] = 52;
            clength[49] = 8; cheight[49] = 2; cwidth[49] = 1; clabel[49] = 1; cq[49] = 52;
            clength[50] = 8; cheight[50] = 2; cwidth[50] = 1; clabel[50] = 1; cq[50] = 1;
            clength[51] = 8; cheight[51] = 2; cwidth[51] = 1; clabel[51] = 1; cq[51] = 1;
            clength[52] = 8; cheight[52] = 2; cwidth[52] = 1; clabel[52] = 1; cq[52] = 1;


            StreamWriter wj = new StreamWriter(hdd);
            clength[67] = 2; cheight[67] = 1; cwidth[67] = 1; clabel[67] = 9; cq[67] = 0; //主注意目的对象的奖惩预期的值的大小。其值的大小兴奋奖惩预期中枢的联系区
            //计算出状态中枢的基本记忆柱群数。50到68之间都可以添加联络中枢如运动感觉中枢等
            int n; int label1 = 1;
            int[] g = new int[69];
            for (n = 1; n <= 67; n++)
            {
                g[1] = 0;
                g[n + 1] = g[n] + clength[n] * cheight[n] * cwidth[n];
                label1 = 1 + label1; int label2 = g[n + 1] * 9600 * 2;
                wj.Write(" n= ,{0},{1}", label1, label2);
                putfun1(label1, label2, jl);
            }
            clength[68] = (int)g[68]; cheight[68] = 1; cwidth[68] = 1; clabel[68] = 7; cq[68] = 0; //状态中枢for n = 1 to 25,g[1] = 0,g[n + 1] = g[n] + clength[n] * cheight[n] * cwidth[n],print g[26],next


            /*‘1到9是感觉中枢;
            ‘共有9600个recordnumber.cq是对强度的综合。ccenter是专门联系的中枢。;
            9587皮质传递到状态中枢,状态中枢传递到皮质。;
            9578是记忆柱的标志;
            ‘共有9600个recordnumber;*/
            //传出加9600,传入不加
            // 0到4800传入,传出4800到6400以后
            //6400+1到9560,传入一段1580。

            //9560到9565记录在一个空间的记忆柱
            //9565 记录要读的段,用1或者2表示,记录的段总是进行记忆的段。(1)(2)
            //9566 是段的时间与zqtime,qzqtime的关系jyzxftime
            //9567 是记忆柱的突触开始兴奋的时间 (1)兴奋周期突触最早兴奋时间
            //9568 记录有多少传入(1,与读取的展示框的位置一致)+1
            //9569 标志兴奋强(1)+2
            //9570 是记忆柱的突触开始兴奋的时间(2)
            //9571记录有多少传入(2)
            //9572 标志兴奋强度(2)
            //9573 记忆柱兴奋时间 (1) 这一或前一兴奋周期的时间
            //9574 记忆柱兴奋时间(2)
            //9575 标记奖惩联络区的强度中枢的9个记忆柱。或者运动传出的9个记忆柱。
            //9576 记录记忆柱的空间标志。中枢标志加长度标志。
            //9577 记录状态中枢的目的对象与主注意对象是否兴奋过。
            //9578 记录展示柜的位置,同时也记入展示框
            //9579 传出到易与不易兴奋的记忆柱,是基本记忆柱群之间的事。
            //9580 是中枢的位置(cq标志1,是主注意对象选择的标志。5是奖惩预期的标志,3是强度中枢,6是运动中枢的联络区)
            //9581 具体中枢标记
            //9582    +2 功能柱的位置
            //9583    记录主注意对象
            //9584   +4
            //9585    记录qlabeltime参数
            //强度中枢或奖惩来表示强度   9586                     +6
            //传出到状态中枢 9587                 +7
            //写文件时第几个传出 9588    +8
            //第几个传入 9589
            //与奖惩联络区对应的奖惩区 9590,9591  +10,+11一对一的传播
            //第19中枢。强度中枢总的兴奋强度存在九个兴奋级别'9592、9593、9594、'9595、9596、9597、9598、9599、9600
            int[] kongjn = new int[10]; //感觉传入再传出。weizhi代表8种兴奋参数,既可以表示强度也可以表示其它信息。
            kongjn[1] = 22222222;
            kongjn[2] = 22222122;
            kongjn[3] = 12222221;
            kongjn[4] = 11112222;
            kongjn[5] = 22221111;
            kongjn[6] = 21112112;
            kongjn[7] = 12111211;
            kongjn[8] = 11111121;
            kongjn[9] = 11111111;
            int yi; int opn; int outputsame; int arecordnumbern; int oprecordnumbern;
            int lingshilabel1; int lingshilabel; int oprecordnumber;
            int[] arecordnumber = new int[69]; int cr;
            acentern = 68;
            for (n = 1; n <= acentern; n++) //计算每个中枢及之前的总recordnumber
            {
                arecordnumber[n] = arecordnumber[n - 1] + clength[n] * cheight[n] * cwidth[n] * 9600 * 2;
            }


            for (n = 1; n <= acentern; n++) //定位中枢
            {
                switch (clabel[n]) //联络区的联络
                {

                    case 1:
                        {
                            for (clengthn = 1; clengthn <= clength[n]; clengthn++)
                            {
                                for (cwidthn = 1; cwidthn <= cwidth[n]; cwidthn++) //定位基本记忆柱
                                {
                                    for (cheightn = 1; cheightn <= cheight[n]; cheightn++) //计算出所有的基本记忆柱群
                                    {
                                        for (yu = 1; yu <= 2; yu++) //易兴奋的与不易兴奋的都参与传出,2是易兴奋的,定位记忆柱
                                        {
                                            recordnumbern = arecordnumber[n - 1] + (clengthn - 1) * cheight[n] * cwidth[n] * 9600 * 2 + (cwidthn - 1) * cheight[n] * 9600 * 2 + (cheightn - 1) * 9600 * 2 + (yu - 1) * 9600; //获得对象记忆柱之前的所有的recordnumber数                            

                                            for (opn = 1; opn < acentern; opn++) //各中枢被传入的
                                            {
                                                if (yu == 2 && opn != n) goto gotolabel1; //如果是易兴奋的只能是内部联系
                                                if (clabel[opn] == 1 | clabel[opn] == 3)
                                                {

                                                    if (opn != n) //中枢不相同,这是外部联系
                                                    {
                                                        //计算出基本length,height
                                                        for (outputsame = 1; outputsame <= outputnotsamen; outputsame++) //与被传入中枢联系的基本记忆柱群的数目
                                                        {
                                                            oplengthn = clengthn + 1 + outputsame; //计算第几个传出
                                                            if (oplengthn > clength[opn]) //计算出length,从第几个基本记忆柱群开始计算
                                                            {
                                                                oplengthn = oplengthn - clength[opn];
                                                            }
                                                            for (opheightn = 1; opheightn <= cheight[opn]; opheightn++)  //得出,height,联络区一般没有width=1
                                                            {
                                                                for (yi = 1; yi <= 2; yi++) //外部联系包含易兴奋的与不易兴奋的
                                                                {
                                                                    oprecordnumbern = arecordnumber[opn - 1] + ((oplengthn - 1) * cheight[opn] + opheightn - 1) * 9600 * 2 + (yi - 1) * 9600;
                                                                    int z = 1;
                                                                    int cwidthnn = 0;
                                                                    crr(ref oprecordnumbern, ref recordnumbern, ref z, ref cwidthnn, ref clengthn);
                                                                } //yi外部联系包含易兴奋的与不易兴奋的
                                                            } //opheight
                                                        } //outputsame
                                                    } //if opn

                                                    if (opn == n) //中枢相同,内部联系
                                                    {
                                                        //要明确中枢的位置
                                                        for (outputsame = 1; outputsame <= outputsamen; outputsame++)
                                                        {
                                                            oplengthn = clengthn + 1 + outputsame; //计算第几个传出
                                                            if (oplengthn > clength[opn]) //计算出length
                                                            {
                                                                oplengthn = oplengthn - clength[opn];
                                                            }
                                                            for (opheightn = 1; opheightn <= cheight[opn]; opheightn++) //得出,height
                                                            {
                                                                for (yi = 1; yi <= 2; yi++) //yi2
                                                                {
                                                                    if (yu == 2 && yi == 1) goto gotolabel12; //易兴奋的记忆柱不需要传出到不易兴奋的记忆
                                                                    //在各中枢的传出(传入到各中枢)
                                                                    oprecordnumbern = arecordnumber[opn - 1] + ((oplengthn - 1) * cheight[opn] + opheightn - 1) * 9600 * 2 + (yi - 1) * 9600;
                                                                    int z = 1;
                                                                    int cwidthnn = 0;
                                                                    crr(ref oprecordnumbern, ref recordnumbern, ref z, ref cwidthnn, ref clengthn);
                                                                gotolabel12: ;
                                                                } //yi2
                                                            } //for opheight = 1 to cheight(opn) '得出,height
                                                        } //outputsame
                                                    } //opn == n                                                      
                                                }//clabel[opn]==1|clabel[opn]==3)
                                            gotolabel1: ;
                                            }//opn = 1; opn <= acentern; opn++) //各中枢被传入的
                                        } //yu

                                    } //cheight(n)
                                } //clength(n)
                            } //cwidth(n)

                            //case 2的中枢没有传入只有对应传出
                            break;
                        }

                    case 2: //'case 2的中枢没有传入只有对应传出
                        {

                            for (int m = 1; m <= 3; m++) //三个ccenter(n,m)值
                            {
                                if (ccenter[n, m] == 0) goto gotolabel10;
                                for (clengthn = 1; clengthn <= clength[n]; clengthn++) //n是第几个中枢这里是第三个,顺序读出这个中枢的clength空间
                                {
                                    for (cwidthn = 1; cwidthn <= cwidth[n]; cwidthn++)
                                    {

                                        for (cheightn = 1; cheightn <= cheight[n]; cheightn++) //这个中枢的cheight计算
                                        {
                                            arecordnumbern = arecordnumber[n - 1] + (clengthn - 1) * cheight[n] * cwidth[n] * 9600 * 2 + (cwidthn - 1) * cheight[n] * 9600 * 2 + (cheightn - 1) * 9600 * 2;  //第三中枢的各基本记忆柱之前所有的recordnumber,只有不易兴奋的能传出。
                                            //感觉中枢传出只有不易兴奋的记忆柱群

                                            recordnumber = arecordnumbern + 4800;
                                            //感觉传入
                                            int weizhi = 0;
                                            if (m == 1)
                                            {
                                                weizhi = clengthn;
                                            }
                                            if (m == 2)
                                            {
                                                weizhi = cheightn;
                                            }
                                            if (m == 3)
                                            {
                                                weizhi = cwidthn;
                                            }
                                            int kongn = kongjn[weizhi];
                                            int arecordnumb = arecordnumber[ccenter[n, m] - 1];
                                            z = 1;
                                            gjcr(ref kongn, ref arecordnumb, ref arecordnumbern, ref z);
                                        } //cheightn=1
                                    } //cwidthn=1
                                } //clengthn=1
                            gotolabel10: ; // if ccenter(n,m)=0 then goto 10; // if ccenter(n,m)=0 then goto 10
                            } // for m=1 to 3 '三个ccenter(n,m)值
                            break;
                        }

                    case 7:
                        {
                            //状态中枢的联系

                            for (opn = 1; opn <= 27; opn++) //状态中枢内部的联系
                            {
                                if (opn == 10 | opn == 27 | opn == 3 | opn == 9 | opn == 25) continue;
                                for (clengthn = 1; clengthn <= clength[opn]; clengthn++)
                                {
                                    for (cwidthn = 1; cwidthn <= cwidth[opn]; cwidthn++)
                                    {
                                        for (cheightn = 1; cheightn <= cheight[opn]; cheightn++) //计算出所有的基本记忆柱群
                                        {
                                            recordnumbern = arecordnumber[n - 1] + arecordnumber[opn - 1] * 3 / 2 + ((clengthn - 1) * cwidth[opn] * cheight[opn] + (cwidthn - 1) * cheight[opn] + cheightn - 1) * 9600 * 3; //获得对象记忆柱之前的所有的recordnumber数

                                            if (clength[opn] < 7) //这种情况下,clength()一般为2如奖惩中枢的核心区这种情况下,只需要联系中枢的前三个
                                            {
                                                for (int op = 1; op <= 27; op++) // '对象在状态中枢的各个传出到的基本记忆柱群。中枢被传入的
                                                {
                                                    if (op == 10 | op == 27 | op == 3 | op == 9 | op == 25) continue;
                                                    for (int opclengthn = 1; opclengthn <= clength[op]; opclengthn++)
                                                    {
                                                        if (opclengthn > 3)
                                                        {
                                                            goto gotolabel13;
                                                        }
                                                        for (int opcwidthn = 1; opcwidthn <= cwidth[op]; opcwidthn++)
                                                        {
                                                            for (int opcheightn = 1; opcheightn <= cheight[op]; opcheightn++) //计算出所有的基本记忆柱群
                                                            {
                                                                oprecordnumbern = arecordnumber[n - 1] + (arecordnumber[op - 1]) * 3 / 2 + (((opclengthn) - 1) * cwidth[op] * cheight[op] + ((opcwidthn) - 1) * cheight[op] + opcheightn - 1) * 9600 * 3;
                                                                ztz(recordnumbern, oprecordnumbern); //状态中枢内部的传出联系

                                                            } //for opcwidthn=1 to cwidth[op]
                                                        } //for opclengthn=1 to clength[op]
                                                    gotolabel13: ; //if opclengthn>3 then goto 13; //if opclengthn>3 then goto 13
                                                    } //for opcheightn=1 to cheight[op]  '计算出所有的基本记忆柱群
                                                } //for op=1 to clength[opn]
                                            } //if clength[opn]<7 then

                                            if (clength[opn] > 7)
                                            {
                                                for (int op = 1; op <= 27; op++)
                                                {
                                                    if (op == 10 | op == 27 | op == 3 | op == 9 | op == 25) continue;
                                                    if (clength[op] < 7)
                                                    {
                                                        if (clengthn > 2)
                                                        {
                                                            goto gotolabel23; //只需要前两个来联系
                                                        }
                                                        for (int opclengthn = 1; opclengthn <= clength[op]; opclengthn++)
                                                        {
                                                            for (int opcwidthn = 1; opcwidthn <= cwidth[op]; opcwidthn++)
                                                            {
                                                                for (int opcheightn = 1; opcheightn <= cheight[op]; opcheightn++) //计算出所有的基本记忆柱群
                                                                {
                                                                    oprecordnumbern = arecordnumber[n - 1] + (arecordnumber[op - 1]) * 3 / 2 + (((opclengthn) - 1) * cwidth[op] * cheight[op] + ((opcwidthn) - 1) * cheight[op] + opcheightn - 1) * 9600 * 3;
                                                                    ztz(recordnumbern, oprecordnumbern);  //状态中枢内部的传出联系
                                                                } //for opcwidthn=1 to cwidth[op]
                                                            } //for opclengthn=1 to clength[op]
                                                        } //for opcheightn=1 to cheight[op]  '计算出所有的基本记忆柱群
                                                    } //if  clength[op]<7 then
                                                gotolabel23: ;//if clengthn>3 then goto dayu3; //if clengthn>3 then goto dayu3

                                                    if (clength[op] > 7)
                                                    {

                                                        for (outputsame = 1; outputsame <= outputnotsamen; outputsame++) //与被传入中枢联系的基本记忆柱群的数目
                                                        {
                                                            int opclengthn = clengthn + 1 + outputsame; //计算第几个传出outputn=outputn+1
                                                            if (opclengthn > clength[op]) //计算出length,从第几个基本记忆柱群开始计算
                                                            {
                                                                opclengthn = opclengthn - clength[op];
                                                            }

                                                            for (int opcwidthn = 1; opcwidthn <= cwidth[op]; opcwidthn++)
                                                            {
                                                                for (int opcheightn = 1; opcheightn <= cheight[op]; opcheightn++) //计算出所有的基本记忆柱群
                                                                {
                                                                    oprecordnumbern = arecordnumber[n - 1] + (arecordnumber[op - 1]) * 3 / 2 + (((opclengthn) - 1) * cwidth[op] * cheight[op] + ((opcwidthn) - 1) * cheight[op] + opcheightn - 1) * 9600 * 3; ;
                                                                    ztz(recordnumbern, oprecordnumbern); //状态中枢内部的传出联系
                                                                } //for opcwidthn=1 to cwidth[op]
                                                            } //for opclengthn=1 to clength[op]
                                                            //for opcheightn=1 to cheight[op]  '计算出所有的基本记忆柱群
                                                        } //if  clength[op]>7 then

                                                    } //for op=1 to 30
                                                } // if  clength[opn]>7 then

                                            } //for cheightn = 1 to cheight[opn] '计算出所有的基本记忆柱群
                                        } //for clengthn = 1 to clength[opn]
                                    } //for cwidthn = 1 to cwidth[opn]
                                } //for opn=1 to 30  '状态中枢内部的联系


                            }
                            break;
                        }
                } //select case clabel[n]
            }//for n=centern=1 to acentern定位中枢


            //易兴奋的与不易兴奋的联系
            for (n = 1; n <= 66; n++)
            {
                for (clengthn = 1; clengthn <= clength[n]; clengthn++)
                {
                    for (cwidthn = 1; cwidthn <= cwidth[n]; cwidthn++) //定位基本记忆柱
                    {
                        for (cheightn = 1; cheightn <= cheight[n]; cheightn++) //计算出所有的基本记忆柱群
                        {
                            recordnumbern = arecordnumber[n - 1] + ((clengthn - 1) * cwidth[n] * cheight[n] + (cwidthn - 1) * cheight[n] + cheightn - 1) * 9600 * 2;
                            int kjbz = 10 * n + clengthn;
                            lingshilabel = recordnumbern + 9576;
                            putfun(lingshilabel, kjbz, fs); //为主注意对象的选择作准备。;但空间及主注意对象的标志好像没有必要。
                            lingshilabel = recordnumbern + 9580;
                            lingshilabel1 = cq[n];
                            putfun(lingshilabel, lingshilabel1, fs); //为主注意对象的选择作准备,为奖惩,感觉,运动选择做准备。;
                            kjbz = 10 * n + clengthn;
                            lingshilabel = recordnumbern + 9576 + 9600;
                            putfun(lingshilabel, kjbz, fs); //为主注意对象的选择作准备。;但空间及主注意对象的标志好像没有必要。
                            lingshilabel = recordnumbern + 9580 + 9600;
                            lingshilabel1 = cq[n];
                            putfun(lingshilabel, lingshilabel1, fs); //为主注意对象的选择作准备,为奖惩,感觉,运动选择做准备。;
                            recordnumber = recordnumbern + 9579;
                            int recordnumber1 = recordnumber + 9600;
                            putfun(recordnumber, recordnumber1, fs);
                            putfun(recordnumber1, recordnumber, fs);
                        }
                    }
                }
            }

            //运动中枢的联系
            for (int anumber = 1; anumber <= 9; anumber++)
            {
                int opcheightn = 0;
                int zhongjie = 0;
                for (int number = 1; number <= 8; number++)
                {
                    zhongjie = (opcheightn + zhongjie) * 10;
                    opcheightn = Convert.ToInt32(kongjn[anumber] / (Math.Pow(10, (8 - number)))) - zhongjie; //顺序获得8个表示强弱的数字
                    opheight[number] = opcheightn; //得到opheight(1),opheight(1),opheight(1)……等等。
                }

                for (clengthn = 1; clengthn <= 8; clengthn++)
                {
                    int cwidthnn = opheight[clengthn]; //定位基本记忆柱cwidthnn相当于cwidth[n]. cwidthn=2
                    for (yu = 1; yu <= 2; yu++) //易兴奋的与不易兴奋的都参与传出,2是易兴奋的,定位记忆柱
                    {
                        recordnumbern = arecordnumber[1] + (clengthn - 1) * 2 * 9600 * 2 + (cwidthnn - 1) * 9600 * 2 + (yu - 1) * 9600;
                        z = 1;
                        //包含易兴奋的与不易兴奋的,是应该传到的。是所在记忆柱的起始前的recordnumber
                        oprecordnumbern = arecordnumber[20] + (anumber - 1) * 9600 * 2 + (yu - 1) * 9600;
                        crr(ref oprecordnumbern, ref recordnumbern, ref z, ref cwidthnn, ref clengthn);
                    }
                }
            }

            //奖惩预期传入奖惩预期强度17,18,到27
            for (int cf = 1; cf <= 2; cf++)
            {
                int m1 = 14;
                int m2 = 0;

                for (int anumber = 1; anumber <= 9; anumber++)
                {
                    int opcheightn = 0; m2 = 29 + anumber + (cf - 1) * 10;
                    int zhongjie = 0;
                    for (int number = 1; number <= 8; number++)
                    {
                        zhongjie = (opcheightn + zhongjie) * 10;
                        opcheightn = Convert.ToInt32(kongjn[anumber] / (Math.Pow(10, (8 - number)))) - zhongjie; //顺序获得8个表示强弱的数字
                        opheight[number] = opcheightn; //得到opheight(1),opheight(1),opheight(1)……等等。
                    }
                    for (clengthn = 1; clengthn <= 8; clengthn++)
                    {
                        int cwidthnn = opheight[clengthn]; //定位基本记忆柱cwidthnn相当于cwidth[n]. cwidthn=2
                        for (yu = 1; yu <= 2; yu++) //易兴奋的与不易兴奋的都参与传出,2是易兴奋的,定位记忆柱
                        {
                            //包含易兴奋的与不易兴奋的,是应该传到的。是所在记忆柱的起始前的recordnumber
                            oprecordnumbern = arecordnumber[m1] + (yu - 1) * 9600 + (cf - 1) * 9600 * 2;
                            recordnumbern = arecordnumber[m2] + (clengthn - 1) * 2 * 9600 * 2 + (cwidthnn - 1) * 9600 * 2 + (yu - 1) * 9600;
                            lingshilabel = recordnumbern + 9575;
                            lingshilabel1 = cf * 100 + yu * 10 + anumber; //在9575记入奖惩cf、易yu、不易及位置信息anumber
                            putfun(lingshilabel, lingshilabel1, fs);
                            z = 1;
                            crr(ref oprecordnumbern, ref recordnumbern, ref z, ref cwidthnn, ref clengthn);
                        }
                    }
                }
            }
            //皮质与状态中枢的联系。
            for (int k = 1; k <= g[68]; k++)
            {
                recordnumbern = (k - 1) * 9600 * 2;
                int zrecordnumber = g[68] * 9600 * 2 + (k - 1) * 9600 * 3 + 9587;
                lingshilabel = recordnumbern + 9587;
                putfun(lingshilabel, zrecordnumber, fs); //皮质传出到状态中枢
                putfun(zrecordnumber, lingshilabel, fs); //状态中枢传出到不易兴奋的
                lingshilabel = recordnumbern + 9587 + 9600;
                putfun(lingshilabel, zrecordnumber, fs); //皮质的易兴奋的记忆柱传出到状态中枢                                                                                       
            }

            //‘设置奖惩传入。刺激传入的时候,根据中枢传到10中枢相应的记忆柱,强度是传入的总和,兴奋到一定强度传入奖惩中枢。前9个是感觉传入,主要中介奖惩。随后16与16分别是奖惩感觉,如痛觉,或奖赏的感觉。它们都传入奖赏中枢或惩罚中枢。;
            /*for (int qdjc = 1; qdjc < 51; qdjc++) //中介奖赏
            {
                //15,1是奖赏中枢,2是惩罚中枢
                for (yi = 1; yi <= 2; yi++)
                {
                    recordnumbern = arecordnumber[9] + (qdjc - 1) * 9600 * 2 + (yi - 1) * 9600;


                    //‘易兴奋的传到奖赏中枢,不易兴奋的传到惩罚中枢的易兴奋的记忆柱。要求强度中枢的不易兴奋的记忆柱不易被兴奋。兴奋太强则兴奋惩罚中枢。;

                    int jcrecordnumbern = arecordnumber[14] + (yi - 1) * 9600;
                    int z = 1;
                    int cwidthnn = 0;
                    clengthn = 0;
                    crr(ref jcrecordnumbern, ref recordnumbern, ref z, ref cwidthnn, ref clengthn);
                }


                if (qdjc == 11 | qdjc == 12)
                {
                    //‘奖赏感觉刺激中枢;
                    for (clengthn = 1; clengthn <= clength[qdjc]; clengthn++)
                    {
                        for (cwidthn = 1; cwidthn <= cwidth[qdjc]; cwidthn++) //定位基本记忆柱
                        {
                            for (cheightn = 1; cheightn <= cheight[qdjc]; cheightn++) //计算出所有的基本记忆柱群
                            {
                                for (yi = 1; yi <= 2; yi++)
                                {
                                    recordnumbern = arecordnumber[qdjc - 1] + (clengthn - 1) * cheight[qdjc] * cwidth[qdjc] * 9600 * 2 + (cwidthn - 1) * cheight[qdjc] * 9600 * 2 + (cheightn - 1) * 9600 * 2 + (yi - 1) * 9600;
                                    int jcrecordnumbern = arecordnumber[14] + (yi - 1) * 9600;
                                    for (int m = 1; m <= 3; m++)
                                    {
                                        int z = 1;
                                        int cwidthnn = 0;
                                        int clengthnn = 0;
                                        crr(ref jcrecordnumbern, ref recordnumbern, ref z, ref cwidthnn, ref clengthnn);
                                    }
                                }
                            }
                        }
                    }
                }


                if (qdjc == 14 | qdjc == 13)
                {
                    //‘惩罚刺激中枢;
                    for (clengthn = 1; clengthn <= clength[qdjc]; clengthn++)
                    {
                        for (cwidthn = 1; cwidthn <= cwidth[qdjc]; cwidthn++) //定位基本记忆柱
                        {
                            for (cheightn = 1; cheightn <= cheight[qdjc]; cheightn++) //计算出所有的基本记忆柱群
                            {
                                for (yi = 1; yi <= 2; yi++)
                                {
                                    recordnumbern = arecordnumber[qdjc - 1] + (clengthn - 1) * cheight[qdjc] * cwidth[qdjc] * 9600 * 2 + (cwidthn - 1) * cheight[qdjc] * 9600 * 2 + (cheightn - 1) * 9600 * 2 + (yi - 1) * 9600;
                                    int jcrecordnumbern = arecordnumber[14] + (yi - 1) * 9600 + 9600 * 2;
                                    for (int m = 1; m <= 3; m++)
                                    {
                                        int z = 1;
                                        int cwidthnn = 0;
                                        int clengthnn = 0;
                                        crr(ref jcrecordnumbern, ref recordnumbern, ref z, ref cwidthnn, ref clengthnn);
                                    }
                                }
                            }
                        }
                    }
                }
            }
            //‘传入奖惩中枢强弱的联络区。;
            for (int jc = 1; jc <= 2; jc++)
            {
                for (yu = 1; yu <= 2; yu++)
                {

                    recordnumbern = arecordnumber[14] + (jc - 1) * 9600 * 2;
                    qdzh(ref recordnumbern);

                    int jcqdm = 0;
                    if (jc == 2)
                    {
                        jcqdm = 18;
                    }
                    if (jc == 1)
                    {
                        jcqdm = 17;
                    }

                    int oprecordnumbe = arecordnumber[jcqdm - 1];
                    qdcr(recordnumbern, oprecordnumbe, yu);

                }
            }*/


        }
    }

}
 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
共两个不同设计例子,都含详细的文档资料。 任务2.设计一个简单的二级文件系统 设计要求: 在任一OS下,建立一个大文件,把它假象成硬盘,在其中实现一个简单的模拟文件系统。 编写一管理程序对此空间进行管理,要求: 1. 实现盘块管理 2. 实现文件的读写操作 3. 每组最多2人,小组内要有明确分工,课程设计报告中设计部分可以相同,个人实现部分不同 参考建议: 将模拟硬盘的文件空间划分为目录区,文件区;采用位示图进行空间管理,盘块的分配使用显示链接(FAT表)的方式。 设计技术参数(数据结构)参考: #define MaxSize 100 #define Disk 512 //每个盘块大小为512bit #define NumDisk 2048 //有2048个盘块,既可分配空间为 1M /*************目录和文件的结构定义***********************/ struct DirectoryNode { char name[9]; /*目录或文件的名字*/ int type; /*0代表目录,1代表普通文件*/ struct DirectoryNode *next; /*指向下一个兄弟结点的指针*/ struct DirectoryNode *preDirFile; /*指向父结点的指针*/ struct DirectoryNode *subFile; /*指向第一个子结点的指针*/ int size; /*如果是文件则表示文件的大小*/ int first; /*起始盘块号*/ int last; /*末尾盘块号*/ int order; /*备用*/ }; //连续分配 struct FileSys { int VacTable[NumDisk]; //空闲表,0为空闲,1为被用 struct DirectoryNode root; //根目录 struct DirectoryNode Directory[NumDisk]; } *filesys; typedef struct { struct DirectoryNode *DirFile; char name[9]; }DataType; //包含一个指向目录的指针和名字 typedef struct { //队列结构的实现 DataType data[MaxSize]; int front,rear; //分别表示队列的头结点和尾结点 }Tp; void InitQueue(Tp *sq) //队列初始化 int EnAddQueue(Tp *sq,DataType data) //在队列中增加元素 DataType EnDelQueue(Tp *sq) //从队列中删除一个元素 int Empty(Tp *sq) //判断队列是否为空,返回0表示队列为空 ①.Dir:显示目录内容命令,显示当前目录下的文件和子目录。 ②.Md:创建目录操作。 ③.Create:创建文件,在当前目录下创建一个文件。 ④. all:显示从根目录开始的所有目录和文件及其层次结点。 ⑤.Cd:改变目录。 ⑥.Del:删除文件操作。 ⑦. Rd:删除目录操作,删除当前目录下的子目录。 ⑧. Ren:重命名函数 ⑨. Exit:退出命令

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值