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

C<b>语言</b>编程

  • 光宝光耦替代同类产品

    台湾光宝光耦全系列产品 LTV-817S-TA1-C LTV-817X-B LTV-817X-C LTV-817X-C-SC LTV-817-D MOC3021 MOC3021S-TA1 MOC-3052 4N28 4N35 4N35S 4N35S-TA1 6N136 6N137 6N138 6N139 LTV-217-A-G LTV-217-B LTV-352T LTV-354T LTV-356T-B LTV-356T-C LTV-814 LTV-816X-B LTV-816X-C LTV-816X-D

    标签: 光耦

    上传时间: 2013-11-12

    上传用户:199311

  • 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示

    题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。

    标签: gt 90 运算符 嵌套

    上传时间: 2015-01-08

    上传用户:lifangyuan12

  • 在Linux系统环境下

    在Linux系统环境下,运用GTK+2.0编程工具和C开发语言,实现了对一个局域网内的主机IP地址的扫描、端口扫描和在建立连接通信下TCP状态转移的分析 注:压缩文件并没用GZ压缩,一个归档文件,去掉后缀.gz即可

    标签: Linux 系统环境

    上传时间: 2013-12-17

    上传用户:xuanjie

  • RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key

    RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s

    标签: person_key RSA 算法

    上传时间: 2013-12-14

    上传用户:zhuyibin

  • PPC流行的播放软件gsplayer源码

    PPC流行的播放软件gsplayer源码,语言使用C++,MFC方式编程。开发环境EVC

    标签: gsplayer PPC 播放 软件

    上传时间: 2013-12-19

    上传用户:waitingfy

  • 电子书:C#完全手册

    电子书:C#完全手册,详细介绍C#语言。C#基础学习必备

    标签: 电子书 C# 完全手册

    上传时间: 2013-12-21

    上传用户:李彦东

  • 这是一个关于5045的c程序子集

    这是一个关于5045的c程序子集,编程者可以按照自己的目的去自由选折,此程序已经调试通过

    标签: 5045 程序

    上传时间: 2015-05-08

    上传用户:王者A

  • PPC流行的播放软件gsplayer源码2.24版

    PPC流行的播放软件gsplayer源码2.24版,语言使用C++,MFC方式编程。开发环境EVC

    标签: gsplayer 2.24 PPC 播放

    上传时间: 2015-05-26

    上传用户:变形金刚

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • 模拟双向链表动画 模拟数据结构中提到的双向链表的建立过程

    模拟双向链表动画 模拟数据结构中提到的双向链表的建立过程,其中包含了建立链表,删除节点等动画演示过程,不仅是了解双向链表结构的良好参考也是c语言图形编程的很好参照。

    标签: 模拟 动画 数据结构 过程

    上传时间: 2015-06-18

    上传用户:lizhen9880