CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - INT 2

搜索资源列表

  1. Explosion

    0下载:
  2. as3.0 模拟爆炸 package { import flash.display.BitmapData import flash.geom.ColorTransform public class Explosion { /* EXPLOSION PARAMETERS */ //-- START VALUES private const EXPLOSION_RADIUS: int = 24 priva
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-18
    • 文件大小:224.63kb
    • 提供者:mabingru
  1. 1-2

    0下载:
  2. 二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6.54kb
    • 提供者:zzlbly
  1. lxing

    0下载:
  2. 编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Princ
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.55kb
    • 提供者:刘星
  1. 2-16进制正整数字符串转为数值11

    0下载:
  2. 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s=\"FFA6\" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中      加入#includ
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12.73kb
    • 提供者:梁志洪
  1. php_ser_5.2.0-5.2.17

    0下载:
  2. php实现RS232串口通信 下载php_ser_5.2.0.zip 解冻把php_ser放到ext目录下, php.ini里加上: extension=php_ser.dll PHP code string ser_version( void ) void ser_open( string port, int baudrate, int databits, string parity, float stopbits, string flowcontrol )
  3. 所属分类:Remote Control

    • 发布日期:2017-03-21
    • 文件大小:168.59kb
    • 提供者:随寻
  1. 2

    0下载:
  2. 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:895byte
    • 提供者:
  1. int

    0下载:
  2. 求解积分方程,(1)使用复化Simpson方法求积分(2)使用三次样条求积分值,并比较离散解与真解之间的误差,附件有详细说明-Solving integral equation (1) the use of complex methods for integration of Simpson (2) the use of cubic spline points for value, and compare the discrete solution and the error between t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:11.97kb
    • 提供者:pei
  1. 2

    0下载:
  2. public final class RC4 extends Cipher { int x int y byte[] state = new byte[256] -public final class RC4 extends Cipher { int x int y byte[] state = new byte[256]
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:2.22kb
    • 提供者:Li Jia
  1. cifasaomiaoqi

    0下载:
  2. 设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段: main() { int a,b a = 10 b = a + 20 } 输出如图: (2,”main”) (5,”(“) (5,”)“) (5,”{“) (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:1.7kb
    • 提供者:覃曼丽
  1. 2

    0下载:
  2. 编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:闻悦
  1. Laborations_in_VTK_Visualization_Course_Lab_2-Int

    0下载:
  2. Laborations in VTK Visualization Course Lab 2 - Introduction to VTK
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:312.13kb
    • 提供者:SU
  1. libscl-1.0.2

    0下载:
  2. This a Small Container Library, SCL. If you are not sure what a container is, then ignore the word container in this file and you ll probably understand everything. This library provides hash tables, list, queue, stack, symbol, balanced b
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:191.41kb
    • 提供者:GV
  1. USB_2.0

    0下载:
  2. 《USB 2.0 应用系统开发实例精讲》全套源代码 AT89C5131- #if !defined(AFX_AD9854DLG_H__F2184ECF_5F05_495F_9EFC_05DAAB886E35__INCLUDED_) #define AFX_AD9854DLG_H__F2184ECF_5F05_495F_9EFC_05DAAB886E35__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _M
  3. 所属分类:USB develop

    • 发布日期:2017-05-21
    • 文件大小:6.12mb
    • 提供者:月买双
  1. p2p_vod

    0下载:
  2. 1. 架构说明 目前的协议有如下一些特点: 1) 客户向服务器发送请求, 每个请求的长度不定. 请求的长度在第一个INT中指定. 2) 每个服务器通常会向多种客户提供服务, 例如, TS要同时向CP, NP提供服务, CP要向NP和其他CP提供服务, 同时还是其他CP, TS, SP的客户. 3) 每个服务器为客户服务时, 通常是长期的, 会涉及多次请求-应答的来回. 这样的结构, 主要是为了能够支持大量并发客户连接而设计的. 在具有大量并发客户 连接时, 无论
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3.27mb
    • 提供者:风行者
  1. int-10-varios-caracteres-tarea-2

    0下载:
  2. this program displays on screen a string of characters until the enter key is pressed using int 10
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:646byte
    • 提供者:jam89
  1. p2p_vod

    0下载:
  2. P2P网络直播多媒体系统 1) 客户向服务器发送请求, 每个请求的长度不定. 请求的长度在第一个INT中指定. 2) 每个服务器通常会向多种客户提供服务, 例如, TS要同时向CP, NP提供服务, CP要向NP和其他CP提供服务, 同时还是其他CP, TS, SP的客户. 3) 每个服务器为客户服务时, 通常是长期的, 会涉及多次请求-应答的来回. 这样的结构, 主要是为了能够支持大量并发客户连接而设计的. 在具有大量并发客户 连接时, 无论采用线程还是进程, 都无法进
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-13
    • 文件大小:3.04mb
    • 提供者:Blest
  1. guard-2

    0下载:
  2. 个人编写的一个十分好用的函数,可以设置程序成为后台守护进程, 调用十分简单,在程序中调用函数deamon即可,以下是函数原型 int daemon(int nochdir, int noclose) 其中 nochdir 为是否修改当前目录-Individual written a very useful function, you can set the program to become a background daemon, called very sim
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5.66kb
    • 提供者:quietojlt
  1. 2

    0下载:
  2. 题一:给出一个函数,原型为 int compare(char* dest,char* src) 要求比较两个字符串(由dest与src字符指针标识) 1,如果两字符串所含字母完全相同,则返回0; 2,如果两字符串所含字母相同(不区分大小写;A与a也算字母相同) ,则返回1 3,否则返回3-Topic 1: given a function prototype is int compare (char* dest, char* src) asked to compare
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:768byte
    • 提供者:shuming
  1. Mixminion-0.0.5.2.tar

    0下载:
  2. You should not need to change anything beyond this point. * The first part of the file implements linear algebra in GF. * gf is the type used to store an element of the Galois Field. * Must contain at least GF_BITS bits. * * Note: unsi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:340.99kb
    • 提供者:kdcroger
  1. salary-system-2

    0下载:
  2. 在程序一的基础上进行了一些修改,重载了<<和>>,实现Employee和Payment等类型对象的输出和输入.写了一个函数find(int,char*)用于ID和Password的匹配和相应的操作。-Output and input. Were some changes in the program based on overloading the < < and > > Employee and Payment type object used to
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:1.47mb
    • 提供者:tyj
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com