虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

A.L.I.C.E.

  • Fire and fury

    This article is about the 2018 book. For other uses, see Fire and Fury (disambiguation). The title refers to a quote by Trump abot the conflict with North Korea. The book became a New York Times number one bestseller.Fire and Fury: Inside the Trump White House is a 2018 book by Michael Wolff which details the behavior of U.S. President Donald Trump and the staff of his 2016 presidential campaign and White House. The book highlights descriptions of Trump's behavior, chaotic interactions among senior White House staff, and derogatory comments about the Trump family by former White House Chief StrategistSteve Bannon. Trump is depicted as being held in low regard by his White House staff, leading Wolff to state that "100% of the people around him" believe Trump is unfit for office.[1] Reviewers generally accepted Wolff's portrait of a dysfunctional Trump administration, but were skeptical of many of the book's most controversial claims.

    标签: Fire fury and

    上传时间: 2018-02-26

    上传用户:Yoobaobao

  • 学生成绩管理

    #include<stdio.h> #include<windows.h> int xuanxiang; int studentcount; int banjihao[100]; int xueqihao[100][10]; char xm[100][100]; int xuehao[100][10]; int score[100][3]; int yuwen; int shuxue[000]; int yingyu[100]; int c[100]; int p; char x[1000][100]="",y[100][100]="";/*x学院 y专业 z班级*/  int z[100];  main() { void input(); void inputsc(); void alter(); void scbybannji(); printf("--------学生成绩管理-----\n"); printf("请按相应数字键来实现相应功能\n"); printf("1.录入学生信息   2.录入学生成绩       3.修改学生成绩\n"); printf("4.查询学生成绩   5.不及格科目及名单   6.按班级输出学生成绩单\n"); printf("请输入你要实现的功能所对应的数字:"); scanf("%d",&xuanxiang); system("cls"); getchar(); switch (xuanxiang) { case 1:input(); case 2:inputsc(); case 3:alter(); /*case 4:select score(); case 5:bujigekemujimingdan();*/ case 6:scbybanji; } } void input() { int i; printf("请输入你的学院名称:"); gets(x); printf("请输入你的专业名称:"); gets(y); printf("请输入你的班级号:"); scanf("%d",&z); printf("请输入你们一个班有几个人:"); scanf("%d",&p); system("cls"); for(i=0;i<p;i++) { printf("请输入第%d个学生的学号:",i+1); scanf("%d",xuehao[i]); getchar(); printf("请输入第%d个学生的姓名:",i+1); gets(xm[i]); system("cls"); } printf("您已经录入完毕您的班级所有学生的信息!\n"); printf("您的班级为%s%s%s\n",x,y,z); /*alter(p);*/ } void inputsc() { int i; for(i=0;i<p;i++) { printf("\n"); printf("--------------------------------------------------------------------------------\n\n"); printf("\t\t\t\t录入学生的成绩\n\n\n"); printf("--------------------------------------------------------------------------------\n\n"); printf("\t\t\t\t%s\n",xm[i]); printf("\n"); printf("\t\t\t\t数学:"); scanf("%d",&shuxue[i]); printf("\n"); getchar(); printf("\t\t\t\t英语:"); scanf("%d",&yingyu[i]); printf("\n"); getchar(); printf("\t\t\t\tc语言:"); scanf("%d",&c[i]); system("cls"); } } void alter() { int i;/*循环变量*/ int m[10000];/*要查询的学号*/ int b;/*修改后的成绩*/ char kemu[20]=""; printf("请输入你要修改的学生的学号"); scanf("%d",&m); for (i=0;i<p;i++) { if (m==xuehao[i]) { printf("%s的数学成绩为%d,英语成绩为%d,c语言成绩为%d,xm[i],shuxue[i],yingyu[i],c[i]");  printf("请输入你想修改的科目");} } gets(kemu); getchar(); if (kemu=="数学"); { scanf("%d",&b); shuxue[i]=b;} if (kemu=="英语"); { scanf("%d",&b); yingyu[i]=b;} if (kemu=="c语言"); { scanf("%d",&b); c[i]=b; } printf("%s的数学成绩为%d,英语成绩为%d,c语言成绩为%d,xm[i],shuxue[i],yingyu[i],c[i]"); } void scbybannji() { int i; char zyname[20]; int bjnumber; printf("请输入你的专业名称"); scanf("%s",&zyname); printf("请输入你的班级号"); scanf("%d",&bjnumber); for (i=0;i<p;i++) { if (zyname==y[i]); if (bjnumber==z[i]); printf("专业名称%s班级号%d数学成绩%d英语成绩%dc语言成绩%d,y[i],z[i],shuxue[i],yingyu[i],c[i]"); } }

    标签: c语言

    上传时间: 2018-06-08

    上传用户:2369043090

  • JAVA SMPP 源码

    Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second. jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component: http://camel.apache.org/smpp.html Travis-CI status: History The project started on Google Code: http://code.google.com/p/jsmpp/ It was maintained by uudashr on Github until 2013. It is now a community project maintained at http://jsmpp.org Release procedure mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase> log in here: https://oss.sonatype.org click the 'Staging Repositories' link select the repository and click close select the repository and click release License Copyright (C) 2007-2013, Nuruddin Ashr uudashr@gmail.com Copyright (C) 2012-2013, Denis Kostousov denis.kostousov@gmail.com Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016, Pim Moerenhout pim.moerenhout@gmail.com This project is licensed under the Apache Software License 2.0.

    标签: JAVA SMPP 源码

    上传时间: 2019-01-25

    上传用户:dragon_longer

  • SmartCitiesTheInternetofThings,PeopleandSystems

    The contemporary view of the Smart City is very much static and infrastructure- centric, focusing on installation and subsequent management of Edge devices and analytics of data provided by these devices. While this still allows a more efficient management of the city’s infrastructure, optimizations and savings in different do- mains, the existing architectures are currently designed as single-purpose, vertically siloed solutions. This hinders active involvement of a variety of stakeholders (e.g., citizens and businesses) who naturally form part of the city’s ecosystem and have an inherent interest in jointly coordinating and influencing city-level activities.

    标签: Internet Systems Cities People Things Smart The and of

    上传时间: 2020-05-26

    上传用户:shancjb

  • Ceramic+Thick+Films+for+MEMS+and+Microdevices

    As a student I did my best to avoid text books – a strange statement for a Professor to make and one that I should clarify before you put this book down; I did my best to avoid text books that did not help me.

    标签: Microdevices Ceramic Thick Films MEMS for and

    上传时间: 2020-06-06

    上传用户:shancjb

  • PC机与单片机串行通信的多种实现方法.pdf

    计算帆过程控制技术在各种删量与控制系统中已获得越来{ l越广泛的应用。许多坝I控系统需要PC机与现场数据采集仪器l冲 0}进行控制秆l煎掂变换,可靠地实现PC机与单片机之问的郜行l I通信己成为各种测拉系统实现的重要条忭之一。

    标签: 单片机 串行通信

    上传时间: 2021-11-30

    上传用户:

  • 串并联阻抗等效互换与回路抽头时的阻抗变换.ppt

    串并联阻抗等效互换与回路抽头时的阻抗变换.pptLC串、并联谐振回路在工作时,往往需要良好的阻抗匹配、选频作用,因此必须考虑串、并联阻抗的等效互换及输出、输入间的阻抗变换问题。串、并联阻抗的等效互换可通过等效性总结其规律,输出、输入间的阻抗变换可以通过对L或C元件的抽头实现,本节将讨论这些问题并总结其规律。

    标签: 阻抗

    上传时间: 2022-02-18

    上传用户:

  • Linux内核移植和yaffs2根文件系统制作

    第一章移植内核1.Linux内核基础知识在动手进行 Linux内核移植之前,非常有必要对 Linux内核进行一定的了解下面从 Linux内核的版本和分类说起1.L.I Linux版本Linux内核的版本号可以从源代码的顶层目录下的 Makefile中看到,比如2.6.29.1内核的 Makefile中:其中的 VERSION和 PATCHLEVELI组成主版本号,比如24、2.526等,稳定版本的德主版本号用偶数表示(比如26的内核),开发中的版本号用奇数表示(比如25),它是下一个稳定版本内核的前身。SUBLEVEL称为次版本号,它不分奇偶,顺序递增,每隔1-2个月发布一个稳定版本1 EXTRAVERSION称为扩展版本号,它不分奇偶,顺序递增,每周发布几次扩展本版号。1,1,2什么是标准内核按照资料上的习惯说法,标准内核(或称基础内核)就是指主要在htp/www.kernelorg/维护和获取的内核,实际上它也有平台属性的。这些linux内核并不总是适用于所有imux支持的体系结构。实际上,这些内核版本很多时候并不是为一些流行的嵌入式 linux系统开发的,也很少运行于这些嵌入式inux系统上,这个站点上的内核首先确保的是在 InteIX86体系结构上可以正常运行,它是基于X86处理器的内核,如对inux-24l8ab2的配置 make menuconfig时就可以看到,Processor type and features->中只有386、486、586/K5/5x86/6x866x86MX、Pentium-Classic、Pentium-MMX、Pentium-Pro/Celeron/Pentium-ll,Pentium-Ill/Celeron(Coppermine),Pentium-4K6K6-/k6-Ⅲl、Athlon/Duron/K7、Elan,Crusoe,Winchip-C6·winchip-2

    标签: linux

    上传时间: 2022-04-01

    上传用户:

  • 蓝牙芯片QCC5144 详细规格书

    高通蓝牙芯片QCC5144 详细规格手册datasheet (共99页)含各个接口说明,应用原理图等信息。 QualcommTrueWireless™ stereo earbuds  (无线双耳) Features(特点) ■ Qualifiedto Bluetooth v5.2 specification  (蓝牙协议标准5.2) ■ 120 MHz Qualcomm ® Kalimba ™ audio DSP  (120MHz 的音频DSP处理器) ■ 32 MHz/80MHz Developer Processor for applications   ■ Firmware Processor for system ■ Flexible QSPI flash programmable platform   (可编程的QSPI外挂存储器) ■ High-performance 24‑bit audio interface       (高性能的24位音频接口) ■ Digital and analog microphone interfaces      (含 数字 及模拟 MIC接口) ■ Flexible PIO controller and LED pins with PWM support ■ Serial interfaces: UART, Bit Serializer (I²C/SPI), USB 2.0   (支持串口,I2C, SPI,USB 接口) ■ Advanced audio algorithms   (高级的音频算法) ■ ActiveNoise Cancellation:        (支持ANC 主动降噪功能) Hybrid, Feedforward, and Feedback modes, using Digital or Analog Mics, enabled using license keys available from Qualcomm® ■ Qualcomm ® aptX ™ and aptX HD Audio  (支持独特的aptx 功能)

    标签: 蓝牙芯片 qcc5144

    上传时间: 2022-04-07

    上传用户:

  • 高通蓝牙芯片QCC3040 详细规格手册datasheet

    高通蓝牙芯片QCC3040 详细规格手册datasheet (共96页)QualcommTrueWireless™ stereo earbuds  (无线双耳)Features(特点)■ Qualifiedto Bluetooth v5.2 specification  (蓝牙协议标准5.2)■ 120 MHz Qualcomm ® Kalimba ™ audio DSP  (120MHz 的音频DSP处理器)■ 32 MHz Developer Processor for applications   (32MH的 应用处理器)■ Firmware Processor for system■ Flexible QSPI flash programmable platform   (可编程的QSPI外挂存储器)■ High-performance 24‑bit audio interface       (高性能的24位音频接口)■ Digital and analog microphone interfaces      (含 数字 及模拟 MIC接口)■ Flexible PIO controller and LED pins with PWM support■ Serial interfaces: UART, Bit Serializer (I²C/SPI), USB 2.0   (支持串口,I2C, SPI,USB 接口)■ Advanced audio algorithms   (高级的音频算法)■ ActiveNoise Cancellation:        (支持ANC 主动降噪功能)Hybrid, Feedforward, and Feedback modes, using Digitalor Analog Mics, enabled using license keys available from Qualcomm®■ Qualcomm ® aptX ™ and aptX HD Audio  (支持独特的aptx 功能)

    标签: 蓝牙芯片 qcc3040

    上传时间: 2022-04-09

    上传用户:slq1234567890