CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - int

搜索资源列表

  1. BootCmos

    0下载:
  2. 龙已飞去的屠龙刀,系统关键数据/区MBR,DBR,CMOS-RAM 管理工具,适用Win9X/DOS ,开发工具BC3.1(+Turbo Vision),BIOS Int 13h-exiting the holding, the system key data / MBR District, DBR, CMOS-RAM management tools, application Win9X/DOS, development tools BC3.1 (Turbo Vision), the BI
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:109.43kb
    • 提供者:szh
  1. l_ipp-MP3-int-decode_p_4[1].0.006

    0下载:
  2. Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MP3解码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 library of MP3 decoder source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:20.93kb
    • 提供者:黄希
  1. 大整数加减运算源程序

    0下载:
  2. 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:陈晓岚
  1. tabstrip显示器属性

    0下载:
  2. 关于显示输出 用 mov ah,02h int 21h 怎样才能输出大于10的数?请看一下我的程序,如果我输入十个a,就会出错。-on display output with mov ah, Check int 21 hours how to output more than 10 Look at the number of my procedure, if I enter a 10. will mistakes.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:lp
  1. base64src

    0下载:
  2. C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.45kb
    • 提供者:王晓名
  1. TheEnhancedTimer

    0下载:
  2. With today’s processors running at frequencies of more than 1GHz, you can use the processor clock to time events with much higher accuracy than 10 ms.From www.Intel.com-With today's processors running at freque ncies of more than 1 GHz, you can u
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:53.64kb
    • 提供者:张会光
  1. 8086-int

    0下载:
  2. 8086实现8259的中断控制器,非常方便-8086 to achieve the 8259 interrupt controller, a very convenient
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.76kb
    • 提供者:王亮亮
  1. fair

    0下载:
  2. 在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似,只是加密过程的逆过程,它基于密文,采用同行取左边,同列取下边,其余取交叉的相反原理;在程序中用FLAG标识区别,当其值为1时,为加密过程;值为0时,为解密过程。-in the proceedings by PLAYFAIR (char * s, int length) the realization of encryption and decryption; encryption and d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6.57kb
    • 提供者:flying840310
  1. Dynamic_Array

    0下载:
  2. 动态数组实现, 包括了一个小例子.关键结构如下: typedef struct Nameval Nameval struct Nameval{ char *name int value } struct NVtab{ int nval /* current number of values */ int max /* allocated number of values */ Nameval *nameval /* arr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4.01kb
    • 提供者:洋场河
  1. findpci

    0下载:
  2. 这是一个通过INT调用察看PCI信息的程序,对于学习PCI规范的人很有用-This is a call to see through INT PCI procedures for information, learning the PCI specifications useful
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.86kb
    • 提供者:张张
  1. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35.04kb
    • 提供者:jason..
  1. tubianli

    1下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
  3. 所属分类:系统编程

    • 发布日期:2014-01-15
    • 文件大小:1.37kb
    • 提供者:吉庆
  1. add_score

    0下载:
  2. 在图像中加入某个分数值(int),然后检测这个分数,要求在图像受到攻击时能有效(100%)提取这个值
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.63kb
    • 提供者:王少飞
  1. INT

    0下载:
  2. 清华大学-电子信息工程系-实验用ARM-linux-源代码-int篇
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11.22kb
    • 提供者:姜勇
  1. 200552181033553_600it

    1下载:
  2. 第三方空间//--- --- --- --- --- --- --- #include <vcl.h> #pragma hdrstop USERES(\"WinSkinC5.res\") USEPACKAGE(\"vcl50.bpi\") USEUNIT(\"WinSkinReg.pas\") USERES(\"WinSkinReg.dcr\") USEPACKAGE(\"vclx50.bpi\") //----------------
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:442.84kb
    • 提供者:cehentao
  1. sdfsdfas

    0下载:
  2. int bitmapHeight = button1.Top- 20 bitmap = new Bitmap(bitmapWidth, bitmapHeight, this.CreateGraphics()) Graphics g = Graphics.FromImage(bitmap) g.Clear(this.BackColor) g.FillEllipse(new SolidBrush(Color.YellowGreen),5,5 ,bitmapWidth
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:4.61kb
    • 提供者:power
  1. ip22-int

    0下载:
  2. Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:2.07kb
    • 提供者:nuesajer
  1. ip22-int

    0下载:
  2. Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations. -Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.22kb
    • 提供者:spqeimz
  1. ip22-int

    0下载:
  2. Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations. -Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.26kb
    • 提供者:jaidentui
  1. int-ll64

    0下载:
  2. asm-generic int-ll64.h Integer declarations for architectures which use long long for 64-bit types. -asm-generic int-ll64.h Integer declarations for architectures which use long long for 64-bit types.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.28kb
    • 提供者:qeimaice
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com