您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C语言程序设计标准教程

  2. 适用于初第七章:结构与联合 结构类型定义和结构变量说明   在实际问题中,一组数据往往具有不同的数据类型。例如, 在学生登记表中,姓名应为字符型;学号可为整型或字符型; 年龄应为整型;性别应为字符型;成绩可为整型或实型。 显然不能用一个数组来存放这一组数据。 因为数组中各元素的类型和长度都必须一致,以便于编译系统处理。为了解决这个问题,C语言中给出了另一种构造数据类型——“结构”。 它相当于其它高级语言中的记录。   “结构”是一种构造类型,它是由若干“成员”组成的。 每一个成员可以是一个基本
  3. 所属分类:C

    • 发布日期:2009-05-22
    • 文件大小:27kb
    • 提供者:fanhaoqiang
  1. AJAX技术指南.pdf

  2. AJAX技术指南.pdf
  3. 所属分类:Web开发

  1. oracle触发器实例讲解

  2. oracle触发器实例讲解2008-11-27 09:17--[6]// Oracle Trigger ---------------------------------------------------------------------------------------------// --实例1------------------------ --创建触发器,当用户对test表执行DML语句时,将相关信息记录到日志表 --创建测试表 CREATE TABLE test ( t_id
  3. 所属分类:Oracle

    • 发布日期:2010-11-23
    • 文件大小:33kb
    • 提供者:shafhappy
  1. 数位板压力测试

  2. sdk LCS/Telegraphics Wintab* Interface Specification 1.1: 16- and 32-bit API Reference By Rick Poyner Revised February 11, 2012 This specification was developed in response to a perceived need for a standardized programming inter-face to digitizing
  3. 所属分类:VB

    • 发布日期:2012-05-24
    • 文件大小:4kb
    • 提供者:zhangjiagang1
  1. [.Net控件] Infragistics NetAdvantage for Windows Forms 2013 Vol.1

  2. ☆ 资料说明:☆ 压缩包内包含安装程序和注册机; With more than 100+ controls, NetAdvantage for Windows Forms is the most mature, fully-featured Windows Forms product on the market. For 13.1, we’ve continued our investment in CodedUI features in key controls, but have also
  3. 所属分类:C#

    • 发布日期:2013-04-25
    • 文件大小:63mb
    • 提供者:gattaca2011
  1. Learning Internet of Things PACKT 2015

  2. This book starts by exploring the popular HTTP, UPnP, CoAP, MQTT, and XMPP protocols. You will learn how protocols and patterns can put limitations on network topology and how they affect the direction of communication and the use of firewalls. Thin
  3. 所属分类:网络基础

    • 发布日期:2015-03-27
    • 文件大小:12mb
    • 提供者:vanridin
  1. Datastage Transformer 函数说明

  2. tage Transformer 函数说明
  3. 所属分类:其它

    • 发布日期:2015-04-17
    • 文件大小:1mb
    • 提供者:kunkun8100
  1. 课程设计作业方块

  2. 课程设计作业方块课程设计作业方块 俄罗斯方块程序设计与系统分析
  3. 所属分类:C/C++

    • 发布日期:2015-06-26
    • 文件大小:6mb
    • 提供者:xolencc
  1. r2j20602原厂PDF

  2. r2j20602 • Built-in power MOS FET suitable for applications with 12 V input and low output voltage • Built-in driver circuit which matches the power MOS FET • Built-in tri-state input function which can support a number of PWM controllers • VIN oper
  3. 所属分类:硬件开发

    • 发布日期:2015-10-22
    • 文件大小:170kb
    • 提供者:qq_32229009
  1. c~c++程序员实用大全3

  2. #include #include using namespace std; class Employee { public: Employee(char *name, char sex, int age, char *phone) { strcpy(Employee::name, name); Employee::sex = sex; Employee::age = age; strcpy(Employee::phone, phone); }; friend ostream& opera
  3. 所属分类:C++

    • 发布日期:2009-04-18
    • 文件大小:11mb
    • 提供者:hero1000
  1. Building Chatbots with Python(2019)

  2. by Sumit Raj Apress 2019-02-04 192 pages Build your own chatbot using Python and open source tools. This book begins with an introduction to chatbots where you will gain vital information on their architecture. You will then dive straight into natur
  3. 所属分类:深度学习

    • 发布日期:2018-12-14
    • 文件大小:8mb
    • 提供者:cqiao0
  1. JavaWeb 博客系统tage

  2. java,spring博客系统,tage开源,数据库,个人网站,建站,部署,SpringBoot,Mybatis
  3. 所属分类:Java

    • 发布日期:2019-01-08
    • 文件大小:39mb
    • 提供者:u013127419
  1. Java更新、插入、删除数据库中的内容.rar

  2. Java更新、插入、删除数据库中的内容,这个比较基础了,但比较实用了,可学习Java与SqlServer数据库如何建立通信,如何通过代码来执行数据库的命令,包括删除、更新、添加、查询记录等操作。比如更新、删除、插入和显示修改后的结果:   //更新操作   sqlStr="update users set age=21 where name=\John\";   st.executeUpdate(sqlStr);   //删除操作   sqlStr="delete from users w
  3. 所属分类:其它

  1. Java连接查询数据库代码.rar

  2. Java连接查询数据库代码,可以了解下加载驱动器、获取连接、获取Statement对象、执行查询、遍历ResultSet、获取数据、在控制台输出数据、输出出错信息等方面的小技巧。Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver"); //加载驱动器   Connection con=DriverManager.getConnection(dbURL,user,password); //获取连接   String sqlStr
  3. 所属分类:其它

  1. TensorFlow.js Machine Learning for the Web and Beyond.pdf

  2. TensorFlow.js, Google 提供的基于TensorFlow的Javascr ipt库。方便使用JS的开发者使用,并且可以为未来的边缘计算提供支持。TensorFlow. js: Machine Learning for the Web and beyond acceleration, notably TensorFire(Kwok et al., 2017), Propel Layers APl, which provides higher-level model buildin
  3. 所属分类:机器学习

    • 发布日期:2019-07-15
    • 文件大小:568kb
    • 提供者:nicholaskong
  1. Android代码-数字切换的动画效果

  2. Inspired by Effect Usage In your apps build.gradle file,add it to your dependencies: dependencies { compile org.seniorzhai.scoreboard:scoreboard:1.0.1 } And in your java code ScoreBoard scoreBoard = (ScoreBoard) findViewById(R.id.startView); // s
  3. 所属分类:其它

  1. 分支预测器的代码以及文献

  2. TAGE预测器的相关论文,涵盖了冠军分支预测器大赛的部分代码以及相关预测器的文献。
  3. 所属分类:C++

    • 发布日期:2019-10-10
    • 文件大小:61mb
    • 提供者:weixin_41940745
  1. Mysql的基本操作

  2. select * from Teachers select concat(tGender if (tAge<18,'未成年','成年')) #conocat(str1,str2,...)将括号内的字符串或字段进行拼凑连接 #if(expl,exp2,exp3)如果expl为真,则返回exp2,否则返回exp3; from teachers;
  3. 所属分类:网络基础

    • 发布日期:2020-01-17
    • 文件大小:8kb
    • 提供者:forwardss
  1. TDK-Lambda EWS3000T系列 单体式电源(使用说明书).pdf

  2. TDK-Lambda EWS3000T系列 单体式电源(使用说明书)pdf,TDK-Lambda EWS3000T系列 单体式电源(使用说明书)3. TERMINAL CONNECTIONS 3-1 When Remote Sensing and ON/OFF Control Are to Be Used 3-phase +s爬 200 input TrIPUr o)。c Q。a。感 COl P888 Control Load rM‖ Relay or TtL ooad aDd kDTr HIP
  3. 所属分类:其它

    • 发布日期:2019-11-01
    • 文件大小:704kb
    • 提供者:weixin_38744435
  1. L-TAGE.pdf

  2. L-Tage预测器的原理和实现方法 The TAGE predictor, TAgged GEometric length predictor, was introduced in [10]. TAGE relies on several predictor tables indexed through independent functions of the global branch/path history and the branch address. The TAGE predicto
  3. 所属分类:硬件开发

    • 发布日期:2020-06-10
    • 文件大小:127kb
    • 提供者:zhao2118
« 12 3 »