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

搜索资源列表

  1. Bmp To Tiff

  2. BMP to TIFF Freeware version 2.0 - Dec 10, 1998 Copyright (c) 1998, Wolfgang Krug CONTENTS 1. Target platforms 2. Descr iption 3. Installation 4. Read this 5. Known bugs & problems 6. More informations 7. Contact 1. Target platforms Delphi 1.0 D elp
  3. 所属分类:Delphi

    • 发布日期:2004-05-27
    • 文件大小:9216
    • 提供者:chenxh
  1. Windows 脚本技术参考手册

  2. Windows 脚本技术参考手册(CHM)目录:Windows 脚本技术 Windows 脚本技术 Jscr ipt VBscr ipt 脚本运行时 Dictionary 对象 FileSystemObject 对象 脚本 Encoder 使用脚本 Encoder 脚本 Encoder 语法 脚本编码示例 Windows 脚本宿主 入门 WSH 5.6 的新增功能 将 Windows 脚本宿主升级 文档约定 WSH 版本信息 Windows 脚本宿主基础 什么是 WSH? 脚本和 Windo
  3. 所属分类:网络基础

    • 发布日期:2007-08-09
    • 文件大小:1048576
    • 提供者:math2357
  1. 校园信息管理系统之链表法

  2. #include #include using namespace std; class Student{ private: typedef struct student{ string num; string name; string sex; string address; string birthday; string sclass; string major; string sregister; struct student *next; }node; typedef node *li
  3. 所属分类:iOS

    • 发布日期:2009-05-11
    • 文件大小:131072
    • 提供者:ssybb
  1. 校园信息管理系统之容器法

  2. #include #include #include "head.h" //--------------------------------------- long Student::returnsort(){return id;} void Student::show() { cout<<"*************************"<<endl; cout& lt;<"编号:"<<id<<endl; cout<<
  3. 所属分类:C

    • 发布日期:2009-05-11
    • 文件大小:149504
    • 提供者:ssybb
  1. 校园信息管理系弘之模板法

  2. #include #include #include #include "Class.h" #define ok 1 #define error 0 void tongji::tsave() //保存统计对象 { ofstream outfile("statics.dat",ios::out); if(!ou tfile) { cerr<<"open error!"<<endl; exit(1); } outfile<<tcount<<"
  3. 所属分类:iOS

    • 发布日期:2009-05-11
    • 文件大小:6144
    • 提供者:ssybb
  1. MATLAB by Example

  2. This document1 is aimed primarily for postgraduates and project students who are interested in using MATLAB in the course of their work. Previous experience with MATLAB is not assumed. The emphasis is on learning by doing - try the examples out as y
  3. 所属分类:其它

    • 发布日期:2009-05-15
    • 文件大小:91136
    • 提供者:syrythun
  1. aspjpeg+aspjpeg组件高级使用方法

  2. 更多请访问http://www.shidai365.cn aspjpeg组件高级使用方法介绍2007-10-13 16:471、什么是AspJpeg?   AspJpeg是一款功能强大的基于Microsoft IIS环境的图片处理组件,网络上对其进行详细和深入介绍的中文文章并不多,即使有一般也只是牵涉到图片缩略图和图片水印,这与其为英文版本有着密切的关系。   AspJpeg可以使用很少的代码在您的ASP/ASP.Net应用程序上动态的创建高质量的缩略图象,支持的图象格式有:JPEG, GIF
  3. 所属分类:C#

    • 发布日期:2009-05-25
    • 文件大小:1048576
    • 提供者:dihuoshanze
  1. makefile Chinese version which will do a lot to you

  2. Thanks to the author of the Chinese version makefile manual, a lot of linux fans now save a lot of time to learn the most basic knowledge of Linux/Gnu System. Read through it, I'm sure you will get a lot from you hard-working and get yourself to ano
  3. 所属分类:Linux

    • 发布日期:2009-05-25
    • 文件大小:3145728
    • 提供者:rainee_lee
  1. Game Programming All in One

  2. This book is divided into four parts. Each relies on the preceding part to explain the concepts. If you already know C++ programming, you can just skim through the first part and move to Parts 2 and 3, but if you are a beginner, I suggest you read t
  3. 所属分类:C++

  1. DbfDotNet_version_1.0_Source

  2. Introduction This article present a tiny database engine which implements fixed width record tables and BTree indexes. This library is a work in progress, I am looking for some feedback on this to see if there is a need for it. This article is also
  3. 所属分类:C#

    • 发布日期:2009-06-05
    • 文件大小:66560
    • 提供者:grd001
  1. 用C编写班级成绩管理系统

  2. 设计课题一:班级成绩管理系统 一、 问题描述: 对一个有N个学生的班级,每个学生有M门课程。该系统实现对班级成绩的录入、显示、修改、排序、保存等操作的管理。 二、功能要求: 1、本系统采用一个结构体数组,每个数据的结构应当包括:学号、姓名、M门课程名称。 2、本系统显示这样的菜单: 请选择系统功能项: a、 成绩录入 b、 成绩显示 c、 成绩保存 d、 成绩排序 e、 成绩修改(要求先输入密码) f、 成绩统计 (1) 显示每门课程成绩最高的学生的基本信息 (2) 显示每门课程的平均成绩 (
  3. 所属分类:C

    • 发布日期:2009-06-18
    • 文件大小:120832
    • 提供者:fengyeyihao
  1. oracle入门基础

  2. 第一部分 Oracle SQL*PLUS基础 23 第一章 Oracle数据库基础 23 §1.1 理解关系数据库系统(RDBMS) 23 §1.1.1 关系模型 23 §1.1.2 Codd十二法则 24 §1.2 关系数据库系统(RDBMS)的组成 24 §1.2.1 RDBMS 内核 24 §1.2.2 数据字典概念 25 §1.3 SQL、SQL*Plus及 PL/SQL 25 §1.3.1 SQL和SQL*PLUS的差别 25 §1.3.2 PL/SQL语言 27 §1.4 登录 到
  3. 所属分类:其它

    • 发布日期:2009-07-20
    • 文件大小:3145728
    • 提供者:ddcgy
  1. 曲线拟合工具CurveExpert 1.0

  2. ct. 18, 1995 v. 1.00 =========================================================================== + First release of CurveExpert 1.0. Oct. 26, 1995, v. 1.01 =========================================================================== New Features: + M
  3. 所属分类:Perl

    • 发布日期:2009-07-21
    • 文件大小:458752
    • 提供者:wlbml02110612
  1. C语言高级编程技术-最爱欢迎的的编程语言之一

  2. 高级编程技术 介绍如何利用 TC 系统所提供的相关函数实现菜单设计、图形绘制、动画的播放、乐曲 的演奏、汉字的显示、图片的显现等技术,在讲述时,以问题-解答的方式来逐渐阐明。 1 文本的屏幕输出和键盘输入........................................................................................... 1 1.1 文本的屏幕输出..........................................
  3. 所属分类:C

    • 发布日期:2009-07-22
    • 文件大小:345088
    • 提供者:randychenzc
  1. 图片二进制流保存到数据库

  2. public byte[] GetPictureData(string imagepath) { /**/////根据图片文件的路径使用文件流打开,并保存为byte[] FileStream fs = new FileStream(imagepath, FileMode.Open);//可以是其他重载方法 byte[] byData = new byte[fs.Length]; fs.Read(b yData, 0, byData.Length); fs.Close(); return byD
  3. 所属分类:Java

    • 发布日期:2009-07-30
    • 文件大小:1024
    • 提供者:yangpanvs
  1. VC++技术内幕.chm

  2. VC++技术内幕.chm Who Can Use This Book The product name "Visual C++" misleads some people. They think they've bought a pure visual programming system similar to Microsoft Visual Basic, and for the first few days the illusion persists. However, people so
  3. 所属分类:C++

    • 发布日期:2009-08-05
    • 文件大小:7340032
    • 提供者:freshshow
  1. CodedUI for Image save/read

  2. CodedUI for Image save/read
  3. 所属分类:C#

    • 发布日期:2015-02-26
    • 文件大小:27262976
    • 提供者:yangyuanweiyu
  1. react-read-pdf:浏览器中适用于React 16.5的移动友好型PDF阅读器-源码

  2. React阅读PDF 在浏览器中用于React 16.x的移动友好型PDF阅读器 产品特点 简单:非常容易使用 适合移动设备:支持所有移动终端设备,包括移动设备,平板电脑和其他设备 浏览器支持 IE 10以上 Firefox 3.6以上版本 Chrome6+ Safari 6+ 歌剧11.5+ iOS Safari 6.1+ Android浏览器3+ 快速开始 1.将react-read-pdf导入您的react.js项目。 (您应该导入react firt,react版本必须大于16
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:1048576
    • 提供者:weixin_42139302
  1. 解决electron安装,卡在install.js不动的问题,UnhandledPromiseRejectionWarning: RequestError: read ECONNRESET

  2. 1.选择项目文件夹 2.npm init 3.npm install electron –save-dev 4.npm –registry=https://registry.npm.taobao.org install 5.node install.js的时候ctrl+c取消,y确定 6.cd ./node_modules/electron 7.下载https://cdn.npm.taobao.org/dist/electron/7.0.0/electron-v7.0.0-win32-x64.z
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:186368
    • 提供者:weixin_38508821
  1. keras报错:ValueError: Cannot create group in read only mode

  2. keras保存模型时,使用的是m.save_weights,只保存了模型的权重而没有结构,直接使用keras.models.load_model就会报错。所以,可以重新构建相同结构的模型,(m.save_weights)使用m.load_weights;或者如上m.save,keras.models.load_model。 参考:https://blog.csdn.net/nima1994/article/details/91045745 但是我的问题是:我导入的模型是别人的,如何直接导入只有权
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:24576
    • 提供者:weixin_38674409
« 12 3 4 5 6 7 8 9 10 ... 18 »