structure

    0热度

    1回答

    这是我想要的代码: #include <stdio.h> #include <stdlib.h> #include <sys/socket.h> #include <sys/types.h> #include <unistd.h> #include <netinet/in.h> #include <arpa/inet.h> #include <stdint.h> #include

    -1热度

    1回答

    我重写我的项目从VB.net到C# 我只是想从“主窗口”在这里 称之为“AxisAssignWindow”时,不包含“拥有者”的定义Solution Explorer AxisAssignWindow ownedWindow = new AxisAssignWindow(); ownedWindow.Owner = this; ownedWindow.ShowDialog(); 不知它说

    0热度

    2回答

    此处使用C++初学者。 我正在学习数据结构,无法弄清楚如何指向循环内的函数。例如 struct book { string author; string title; int publicationYear; }; void setBook(book&); int main() { book bookInfo[3]; setBook(b

    6热度

    3回答

    我在循环内部有下面的代码,以便循环迭代我将当前循环迭代的动态变量temp设置为getAdvisor_Advisors.advisor_ID的值。 <cfset temp = "getAdvisor_Advisors#LoopCount#.advisor_ID"> 下面这CFINVOKE调用我通过在动态“TEMP”变量,但不得不使用慢评估(临时)围绕它来获取正确值的查询。 <cfinvoke c

    1热度

    1回答

    我有一个大的结构(50+成员)这样的参考成员的结构: Public Structure DagDay Public DayDate As Date Public DayEcoZone As String Public DayOrd As Boolean Public DayHelg As Boolean Public DayAfton As Bo

    0热度

    2回答

    typedef struct student { char name[10]; int roll; char subject[5]; int mark; }STUDENT; 我使用的fwrite和上面的fread在file.Now结构来存储存储在文件中学生记录后,我修正结构如下 typedef struct student { char

    -1热度

    1回答

    你好我正在一个项目中,我有学生他们的数字姓氏和一切,我想选择一个学生的名字,并删除关于学生的整个信息在案例3:我的代码:` case 3:{ int fNomer; string ime; string prezime; string familiq; string fakyltet; string speci

    0热度

    1回答

    strurct-构造评价通过以下代码: (struct int (num) #transparent) (list (int 3) (int 5)) ;; case-1 '((int 3) (int 5)) ;; case-2 的情况下,1打印(#(struct:int 3) #(struct:int 5)), 但案件-2打印​​。 我该如何处理第二个为struct:int list?

    2热度

    2回答

    问题 有人能告诉我奠定了结构为我的第一个角项目的正确方法是什么? 概述 这是我的第一个角的项目,我希望得到的结构正确之前,我走的更远。 我正在构建一个具有多个部分和功能的窗体。 我在网上看到很多不同的想法,主要针对大型项目,而不是针对小型初学者项目,所以我希望有人可以帮助我获得主演。 当前结构 所有形式的文件是我的表格的不同部分。 app.js // app.js // create our a

    1热度

    2回答

    我开始学习如何在pythonanywhere工作,所以我有一些问题... 我的web应用程序的结构为: /home/mentor/mysite/servidor/ here I've run.py and the folder app inside app there's init.py , views.py and the folders: static,scripts,templa