Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - c B
Search - c B - List
大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递归计算C*B */ /* 计算a21+a22,再向左移n/2位 */ /* 递归计算B*D */ /* XY=a1+a2+a3 */ -large integer multiplication example code / * Recursive border, if it is a binary number with a binary number multiplication, can be directly calculated * / / * the beginning of a binary multiplication of the number * / / * return (X * Y) * / / * calculate the value of n * / / * X and Y to split it so that X = A * 2 ^ (n / 2) B, the left shift operator, mod = 1LT; lt; (n / 2) * / / * calculate XY = AC * 2 ^ n (AD CB) * 2 ^ (n / 2) BD * / / * A * C calculation, further n-bits * / / * recursive computation A * D * / / * recursive calculation of C * B * / / * Calculation A21 A22 and then bits n / 2 * / / * recursive calculation B * D * / / * XY = a1 a2 a3 * /
Date : 2008-10-13 Size : 1.5kb User : 小城

DL : 0
程序用JAVA语言编写, 综合利用图结构和堆栈结构进行数据组织和处理. 可以进行正则表达式到NFA的转化, 并能用图形直观的表示. 对正则表达式有一些约定, 就是可以用单个字符表示输入, 也可以用 ‘ ‘ 连接起来的一串字符进行输入. 有基本的表达式以及由基本表达式构成的并置, 选择和重复的操作. 例: A|b*c ‘letter’*’digit’ 等都是合法输入. 还带有括号功能, 优先级 -procedures using Java language. Comprehensive Utilization graph structure and stack structure and data processing. it is a regular expression for NFA to the transformation and can use the intuitive graphical said. Regular expressions are to some agreement and it is expressed with a single character input, we could also use '' linking the string of characters for importation. a basic expressions and by the basic form of expression and Home and choose and repeat the operation. cases : A | b * c 'letter' * 'digit' are all legally imported. also bracketed with functionality, prioritized
Date : 2008-10-13 Size : 12.41kb User : onlyerlee

JAVA课程设计实例。多个大型系统源代码,如考试系统单机版、C\\S版、B\\S版。-Java curriculum design examples. Many large system source code, such as examination system standalone version, C \\ S, B \\ S version.
Date : 2008-10-13 Size : 183.16kb User : 翟广涛

DL : 0
需求描述: 南水北调工程东线江苏江阴至山东济宁之间,地势北高南低,沿途需要建立一系列大型抽水泵站进行梯级抽水。通常每两个泵站之间需要建设一座水库作为中转。低处泵站将水抽到中转水库,再由高处泵站向更高的中转水库抽水。设有泵站A,B和中转水库C,泵站设有一定数量的抽水机,水库有一定容量,当水位高于允许最高水位,禁止低处泵站注水;当水位低于允许最低水位,禁止高处泵站抽水。 请用面向对象方法设计一个仿真程序,要求: 1, 两座泵站在随机时间,以随机时间长度,随机台抽水机抽水或注水 2, 水库根据自身容量允许或禁止泵站抽水,以保证自身处于安全水位。 3, 泵站即使在允许抽水/注水条件下,依然可以根据自身状态(如高/低处水库水位情况)选择抽水/注水,由于只考虑两个泵站一个水库,此功能可由随机数实现。 刚学java,写的比较业余,请高手指点!-demand Description : South-East Jiangyin, Jiangsu and Shandong Jining between North South topography low, along the need to establish a series of major steps Pumping Station for pumping. Usually, two pumping stations between the need to build a reservoir as a relay station. Low water pumping station will be able to get into the interim reservoirs, pumping stations by the height of the transit to a higher reservoir pumping. Pumping Station with A, B and C interim reservoir and pumping stations with a certain number of pumps, reservoirs have a certain capacity, When the water level higher than the maximum permitted level, prohibiting a low water injection pump station; When the water level below the allowed minimum level, Prohibition height pumping station pumping. Please use the object-orie
Date : 2008-10-13 Size : 1014byte User : bobo

hsqldb是100%java实现的数据库,是一个开放源代码的JAVA数据库 l 具有标准的SQL语法和JAVA接口 l HSQLDB可以自由使用和分发 l 非常简洁和快速的 l 具有内存数据库,独立数据库和C/S数据库三种方式 l 可是在APPLET中使用 更多的细节: l 索引可以被创建和自动使用 l 支持事务处理 l 允许表关联 l 完整性引用和约束 l 支持JAVA存储过程和函数 l 数据库可以生成SQL脚本 l 使用用户名,密码,访问权限等安全机制 l 可以被JAVA1.1和JAVA2编译 建立在HypersonicSQL基础上的HSQLDB,是一个通用目的的数据库,非常的小,而且易于安装和使用。可以用于APPLETS中 ,测试中,应用系统中。 由于提供了标准SQL和JDBC接口,HSQLDB可以方便的和其他数据库之间进行数据转换。 -hsqldb is to achieve 100% java database is an open source Java database l is the standard SQL syntax and Java interface l HSQLD B free use and distribution l very simple and fast with l memory database independent databases and C / S database three ways APPLET l But in the use of more details : l index can be used to create and automatically support the transaction processing l l l allow relational tables integrity of the application and support JA bound l VA stored procedures and functions l database can generate SQL scripts l user name, password, access permissions and other security mechanisms can be JAVA1.1 l JAVA2 compiler and built on Hypersoni cSQL based on the HSQLDB is a general purpose database, very small, and ease of installation and use. APPLETS which can be used for testing,
Date : 2008-10-13 Size : 3.13mb User : chenguo

求解方程式的根的算法,要求输入a,b,c 3个数据的值,输出结果将显示在方框内-solve the root of the equation algorithm, for the importation of a, b, c of the three data values output will be displayed in the box
Date : 2008-10-13 Size : 1.76kb User : 徐鑫烨

DL : 0
Easy_Buy是一个在线销售系统,是一个B-C模式的电子商务系统,由前台的B/S模式购物系统和后台的C/S模式的管理系统两部分组成。该电子商务系统可以实现会员注册、浏览商品、查看商品详细信息、选购商品、取消订单和查看订单等功能。- -Easy_Buy is an online marketing system, and is a B-C model of e-commerce systems, by the prospect of B / S mode system and the background to the C / S model management system is composed of two parts. The e-commerce system can achieve membership registration, visit the goods, commodities View detailed information, purchase goods, cancellation of orders and check orders, and other functions. -
Date : 2008-10-13 Size : 3.87mb User : zhouli

DL : 0
学生选课系统,该系统主要实现简单的大学学生选修课程的功能。 1.系统的用户主要分为2类:学生和管理员 2.数据描述 <1> 课程: 课程号、课程名、学分、学时、教师、开课学期、适用专业、最大选课人数 <2> 学生:学号、姓名、密码、专业年级 <3> 学生选课情况:学号、课程号、是否已经考试、成绩 <4> 管理员:编号、姓名、密码 3.功能描述 <1> 学生功能: a. 登录:学生使用学号和密码登录。 b. 选课功能:学生能够选择所需要的课程。 c. 退选功能:学生能够退选课程。 d. 选课情况查询:查询该学生已经选的课程(分学期)。 e. 成绩查询:查询该学生某一门课程的成绩,某学期所有课程的成绩。 <2> 管理员功能 a. 登录: b. 管理课程:包括课程的增加、删除、修改等。 c. 选课管理:能够列出指定学期、课程的选课学生名单,能够对学生的选课进行调整。 d. 成绩表管理:能够录入学生的成绩,列出指定学期、课程的成绩单。
Date : 2008-10-13 Size : 857.2kb User : xue

该系统主要实现简单的大学学生选修课程的功能。 1.系统的用户主要分为2类:学生和管理员 2.数据描述 <1> 课程: 课程号、课程名、学分、学时、教师、开课学期、适用专业、最大选课人数 <2> 学生:学号、姓名、密码、专业年级 <3> 学生选课情况:学号、课程号、是否已经考试、成绩 <4> 管理员:编号、姓名、密码 3.功能描述 <1> 学生功能: a. 登录:学生使用学号和密码登录。 b. 选课功能:学生能够选择所需要的课程。 c. 退选功能:学生能够退选课程。 d. 选课情况查询:查询该学生已经选的课程(分学期)。 e. 成绩查询:查询该学生某一门课程的成绩,某学期所有课程的成绩。 <2> 管理员功能 a. 登录: b. 管理课程:包括课程的增加、删除、修改等。 c. 选课管理:能够列出指定学期、课程的选课学生名单,能够对学生的选课进行调整。 d. 成绩表管理:能够录入学生的成绩,列出指定学期、课程的成绩单。
Date : 2008-10-13 Size : 716.49kb User : 周跃平

java写的围棋游戏小程序 开发思路 调用applet类作为父类。在init事件中调用Qipan类,作出panel,上加控制用控件。在paint事件里调用drawline函数画棋盘,注册鼠标动作。鼠标单击位置上用drawoval画出棋子, 事件处理过程 A。重新开始 B。选择尺寸 C。悔棋事件 D。前进事件 有三个文件Weiqi.java,Qizi.java,Qipan.java
Date : 2008-10-13 Size : 4.45kb User : 常玉香

JAVA课程设计实例。多个大型系统源代码,如考试系统单机版、C\S版、B\S版。-Java curriculum design examples. Many large system source code, such as examination system standalone version, C \ S, B \ S version.
Date : 2025-12-21 Size : 183kb User : 翟广涛

大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递归计算C*B */ /* 计算a21+a22,再向左移n/2位 */ /* 递归计算B*D */ /* XY=a1+a2+a3 */ -large integer multiplication example code/* Recursive border, if it is a binary number with a binary number multiplication, can be directly calculated*//* the beginning of a binary multiplication of the number*//* return (X* Y)*//* calculate the value of n*//* X and Y to split it so that X = A* 2 ^ (n/2) B, the left shift operator, mod = 1LT; lt; (n/2)*//* calculate XY = AC* 2 ^ n (AD CB)* 2 ^ (n/2) BD*//* A* C calculation, further n-bits*//* recursive computation A* D*//* recursive calculation of C* B*//* Calculation A21 A22 and then bits n/2*//* recursive calculation B* D*//* XY = a1 a2 a3* /
Date : 2025-12-21 Size : 1kb User : 小城

DL : 0
全新的B/S结构开发方式,用纯JS+HTML实现了类似C/S的强大浏览器交互,查询及分页浏览速度提高几倍,可以成批录入数据,有完整的数据库表访问和纯web打印 -err
Date : 2025-12-21 Size : 588kb User : qingyi

DL : 0
基于J2EE的物流信息系统的设计与实现 介绍了J2EE 体系结构、Mv c模式等相关概念和技术,并重点探讨了 目 前比 较受欢迎的三种开源框架( s t r ut s框架、S Pr i n g框架和H i b e m a t e 框架)。 分析了他们的体系结构、 特点和优缺点。 根据J ZE E的分层结构,结合We b应用 的特点, 将三种框架进行组合设计, 即表现层用S t r ut s框架、 业务逻辑层用S P ri n g 框架、持久层用比b ema t e 框架,从而来构建物流信息系统。这种整合框架使各 层相对独立, 减少各层之间的祸合程度,同时加快了系统的开发过程,增强了系 统的可维护性和可扩展性,初步达到了分布式物流信息系统的设计目标。 经过以上分析,结合物流系统的业务需求,进行了相关的实现。最后,系统 运用先进的A ja x技术来增强Ui层与服务器的异步通信能力, 使用户体验到动态 且响应灵 敏的桌 面级w e b应用程序。 通过江联公司的试运行结果,系统达到了 渝眯。 并 且 对 江 联 公 司 提 出 了 基 于 R F I D 的 解 决 方 案 的 实 施 计 划 。-err
Date : 2025-12-21 Size : 2.71mb User : zhx

Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index
Date : 2025-12-21 Size : 1.19mb User : weat

学生成绩管理系统 a) 用结构体形式实现对学生成绩的描述,结构体成员包括:学号,姓名,语文,数学,英语; b) 能够进行数据记录的增加、查询、修改、删除、保存; c) 能够将学生的基本信息存放在文件中,系统可以再次从文件中读出保存的数据; d) 定义一个操作命令集,例如 H----帮助 A----增加 R----浏览 M----修改 D----删除 S----保存 F----查找 Q----退出 C----清除所有记录-StudentSystem
Date : 2025-12-21 Size : 97kb User : candy

编写一个程序,在命令行模块下,循环提示用户输入一个整数a,将10余这个数后的值b(b=10 a),作为数组的索引值去访问一个一维数组c(int[] c = {1,2,3}),在屏幕上打印出c[b]的值。并捕捉该程序可能出现的所有异常。-Write a program in the command line module, loop prompts the user to enter an integer a value in the 10 more than the number of b (b = 10 a), as the index value of the array to access a one-dimensional array c (int ] c = {1,2,3}), on the screen to print out the value of c [B]. And capture the program may appear abnormal.
Date : 2025-12-21 Size : 1kb User : Mankind

DL : 0
停车场系统的a部分代码比较分类上传,命名为a.b.c.d四个部分,此为B部分。-A part of the code of the parking system classification upload, named abcd four parts, this is Part B.
Date : 2025-12-21 Size : 12kb User : 张伟琛

DL : 0
停车场系统的a部分代码比较分类上传,命名为a.b.c.d四个部分,此为C部分。-A part of the code of the parking system classification upload, named abcd four parts, this is Part C.
Date : 2025-12-21 Size : 16kb User : 张伟琛

DL : 0
写一个线程A从键盘一次读一个英文句子,线程B、C分别处理这个句子。如果句子为大写字母,则交给C,否则交给B处理。-A written a thread from the keyboard once read an English sentence, thread B, C, respectively, to deal with this sentence. If the sentence is uppercase, then to C, B or else to deal with.
Date : 2025-12-21 Size : 7kb User : name
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.