CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - main.c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - main.c - List
[
JSP/Java
]
chatSystem111
DL : 0
用java实现的一个c/s结构的网络聊天器,编缉工具是jbuilder,可实现群发,私聊等功能-This is a chatting system using the tool -JBuilder in Java. The system is based on the Client/Server model. The main functiong is to implement you wishes to chat with a group of friends or just one person. The others......Come in!
Date
: 2008-10-13
Size
: 291.67kb
User
:
张斌
[
JSP/Java
]
ddvip_com_0206092af341ff
DL : 0
java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void main(String[] args) { //开始method JOptionPane.showMessageDialog( null, \"错误\" ) //显示一条信息 System.exit(0) // 结束程序 } //结束method } //结束class -javax.swing.JOptionPane example import / / call method class c (/ / definition names public static void main (String [] args) (/ / start method JOptionPane.showMessageDialog (null, "wrong") / / Display a information System.exit (0) / / closing procedures) / / end method) / / end cla
Date
: 2008-10-13
Size
: 12.61mb
User
:
小旭
[
JSP/Java
]
RealEditor
DL : 0
这个小软件( RealEditor )是同学一起编写的,可编辑,打印,更换主题,并有传输功能 注意,要想正确运行此软件,务必要把JDK升级到JDK 5.0_update4即tiger版(未来的JDK版本应该也可以),如果运行软件后,端口冲突或突然非法将它关闭(用任务管理器进程结束掉),导致软件无法正常退出,无法再次启动此软件,请到C:\\Documents and Settings\\All Users\\Application Data\\RealEditor下的那个文件删掉即可(注意,Application Data是个隐藏文件夹) Register.rar是注册机,需要在DOS下运行\"java Register\" (不带\"\"注意路径) 如果path和classpath设置没有问题的话,只要双击RealEditor.jar文件( 没有与WinRaR相关联 )即可启动此软件.-small software (RealEditor) is prepared by the students together, edit, print, the replacement of the main theme, and a transfer function that in order to run this software correctly, must bring JDK JDK 5.0_update4 upgrade to the version that the tiger (the next version of the JDK should also be), if the software running, port conflict or illegal suddenly shutting it down (using Task Manager swap end of the process), resulting from the normal software, unable to reactivate the software, the free C : \\ Documents and Settings \\ All Users \\ Applicati on Data \\ RealEditor that the document can be deleted (Note Application Data is a hidden folder) Register.rar is Fillmore, the need to run DOS "java Register" (without "" Attention Path) If the path and classpath set no proble
Date
: 2008-10-13
Size
: 366.85kb
User
:
王杰
[
JSP/Java
]
2006exam-cs
DL : 0
我的java课程设计,90分 标准化考试系6.4.2. 客户端主类Client 6.4.3. 客户端选择试题界面ChoiceFile 6.4.4. 客户端考试界面ClientTestArea 6.4.5. 服务器端主类Server 6.4.6. 服务器端读取试题 ReadTestquestion统 (C/S网络版) 不错啊!! -my java curriculum design, 90 points standardized test-6.4.2. the main types of client Client 6.4.3. client choice questions sector surface ChoiceFile 6.4.4. the client interface ClientTestArea six examinations. 4.5. the main types of server-Server 6.4.6. server reader questions ReadTestqu estion EC (C / S network version) good ah! !
Date
: 2008-10-13
Size
: 6.79kb
User
:
汪汪
[
JSP/Java
]
classshapemain
DL : 0
classshapemain.zip //: c03:AutoInc.java // Demonstrates the ++ and -- operators. // From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. public class AutoInc { public static void main(String[] args) { int i = 1 System.out.println(\"i : \" + i) System.out.println(\"++i : \" + ++i) // Pre-increment System.out.println(\"i++ : \" + i++) // Post-increment-classshapemain.zip / / : c03 : AutoInc.java / / Demonstrates the and -- operat ors. / / From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002 / / www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i) / / Pre-increment System.out.println (" i : "i) / / Post-increment
Date
: 2008-10-13
Size
: 843byte
User
:
张竹
[
JSP/Java
]
finaloverridingillusion
DL : 0
finaloverridingillusion.ziplic class DoWhileDemo { public static void main(String[] args) { String copyFromMe = \"Copy this string until you encounter the letter g .\" StringBuffer copyToMe = new StringBuffer() int i = 0 char c = copyFromMe.charAt(i) do { copyToMe.append(c) c = copyFromMe.charAt(++i) } while (c != g ) System.out.println(copyToMe) } } -finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
Date
: 2008-10-13
Size
: 1.36kb
User
:
张竹
[
JSP/Java
]
GroceryStoreSimulation
DL : 0
the applet is used for Grocery Store Simulation,When you execute the main() method, the output should match the output file provided in the course website. You will be graded according to the correctness of your output and your compliance to these specifications.-the applet is used for Grocery Store Simula tion, When you execute the main () method, the output should match the output file provide d in the course website. You will be graded accor ding to the correctness of your output and your c ompliance to these specifications.
Date
: 2008-10-13
Size
: 11kb
User
:
cyt
[
JSP/Java
]
Main
DL : 0
Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation fahrenheit = 9.0 / 5.0 * celsius + 32 c) Use the methods from parts (a) and (b) to write an application either to enter a Fahrenheit temperature and display the Celsius or to enter a Celsius temperature and display the Fahrenheit equivalent.
Date
: 2008-10-13
Size
: 1.02kb
User
:
xuehao
[
JSP/Java
]
bao
DL : 0
(1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周长和面积的int perimeter()、double area()方法,返回两个圆是否为同一个圆(返回0)、同心圆(返回1)、相交的圆(返回2)、分离的圆(返回3)、包含的圆(返回4)等关系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 (4) 将Point类、Circle类和主类的包名分别调整为p1、p2、p3,并重新运行,验证是否运行正确。
Date
: 2008-10-13
Size
: 5.16kb
User
:
fangfei
[
JSP/Java
]
2006exam-cs
DL : 0
我的java课程设计,90分 标准化考试系6.4.2. 客户端主类Client 6.4.3. 客户端选择试题界面ChoiceFile 6.4.4. 客户端考试界面ClientTestArea 6.4.5. 服务器端主类Server 6.4.6. 服务器端读取试题 ReadTestquestion统 (C/S网络版) 不错啊!! -my java curriculum design, 90 points standardized test-6.4.2. the main types of client Client 6.4.3. client choice questions sector surface ChoiceFile 6.4.4. the client interface ClientTestArea six examinations. 4.5. the main types of server-Server 6.4.6. server reader questions ReadTestqu estion EC (C/S network version) good ah! !
Date
: 2025-12-19
Size
: 7kb
User
:
汪汪
[
JSP/Java
]
TigerBoxv1_csk
DL : 0
Tiger编译器,TigerBox v.01 =============================================== 本软件作者保留其著作权力,请保留原作者信息完整性 程序需要SWT库支持,该发行版本已经包含了win32版本的SWT运行库 运行方式:win32:点击exec.bat执行 程序已经带有我编写的Tiger编译器,所以所有功能均可使用 你也可以把自己的编译器用于该IDE 具体方法: 假设你曾经是通过 java MyTiger.Main xx.tig 运行程序的,那么在本程序目录etc下,打开conf文件,把"MyTiger.Main" 将原先的文字替换,不可有其他多余字符 MyTiger.Main就是你编译器main函数的所在类 CSK www.csksoft.net csk@live.com-Tiger compiler, TigerBox v.01 ============================ =================== The software authors to retain their copyrights, Please keep the integrity of authorship information is required to support the SWT, The release includes a win32 version of the SWT runtime ways : win32 : Click exec.bat implementation procedures have been prepared with the Tiger I compiler, All functions are so you can use their own compiler for the IDE specific methods : Suppose you have been through java MyTiger.Main xx.tig operational procedures, Then in the etc directory, open conf documents, "MyTiger.Main" will replace the original text. not any other superfluous characters MyTiger.Main is your compiler where the main function categories CSK www.csksoft.net csk@live.com
Date
: 2025-12-19
Size
: 1.62mb
User
:
liuxiaoxia
[
JSP/Java
]
Main
DL : 0
Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation fahrenheit = 9.0 / 5.0 * celsius + 32 c) Use the methods from parts (a) and (b) to write an application either to enter a Fahrenheit temperature and display the Celsius or to enter a Celsius temperature and display the Fahrenheit equivalent. -Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0/9.0* ( fahrenheit- 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation fahrenheit = 9.0/5.0* celsius+ 32 c) Use the methods from parts (a) and (b) to write an application either to enter a Fahrenheit temperature and display the Celsius or to enter a Celsius temperature and display the Fahrenheit equivalent.
Date
: 2025-12-19
Size
: 1kb
User
:
[
JSP/Java
]
Main
DL : 0
Java做的词法分析器,能够识别C的多种词法-Java
Date
: 2025-12-19
Size
: 1kb
User
:
Test
[
JSP/Java
]
main
DL : 0
this is a java script fade app to use in web sites like java c c++ and other so many tools to use
Date
: 2025-12-19
Size
: 1kb
User
:
jeffers
[
JSP/Java
]
Main
DL : 0
定义一个矩形类,定义一个链表类,将由10个矩形对象组成的链表写入c:\\1.ser中,然后再从文件中读回这10个对象,并在屏幕上输出,要求用对象序列化实现。-make a listnode
Date
: 2025-12-19
Size
: 1kb
User
:
jill
[
JSP/Java
]
c-va-java
DL : 0
Most of the approaches proposed in the literature for singularity detection operate on the fingerprint orientation image. In the rest of this section, the main approaches are coarsely classified and a subsection is dedicated to each family of algorithms.
Date
: 2025-12-19
Size
: 517kb
User
:
mah
[
JSP/Java
]
main
DL : 0
采用自己熟悉的编程语言实现RC4密码算法(c#除外)-Using familiar programming language RC4 cipher (c# exception)
Date
: 2025-12-19
Size
: 1kb
User
:
atax
[
JSP/Java
]
Main
DL : 0
输入包含多组测试数据。 每组输入第一行是两个正整数N和M(0<N<=30000,0<M<5000),分表代表学生的数目和操作的数目。 学生ID编号从1编到N。 第二行包含N个整数,代表这N个学生的初始成绩,其中第i个数代表ID为i的学生的成绩。 接下来有M行。每一行有一个字符C(只取‘Q’或‘U’),和两个正整数A,B。 当C为‘Q’的时候,表示这是一条询问操作,它询问ID从A到B(包括A,B)的学生当中,成绩最高的是多少。 当C为‘U’的时候,表示这是一条更新操作,要求把ID为A的学生的成绩更改为B。-max grade
Date
: 2025-12-19
Size
: 1kb
User
:
刘春
[
JSP/Java
]
c
DL : 0
都市供求信息网 都市供求信息网分为前、后台两部分设计,前台主要实现信息的显示、搜索与发布功能,其中信息的显示包括列表显示与详细内容显示,而列表显示,又分为首页信息列表显示、查看某类别下所有信息的列表显示和搜索结果列表显示;搜索功能主要包括定位搜索和模糊搜索。后台主要实现的功能为信息显示、信息审核、信息删除、付费设置与退出登录,其中的信息显示功能也分为列表显示与详细内容显示。-Urban supply and demand information network is divided into two parts, front and back design, the main achievement of the reception of information display, search and publishing capabilities, which displays information includes a list displaying detailed information display and the list display, information is divided into the Home display list, see if a category displays a list of all the information and search results list display search functions include search and locate fuzzy search. Backstage main function is to display information, audit information, delete information, pay setting Log, which is also divided into the information display to display a list detailed information is displayed.
Date
: 2025-12-19
Size
: 4.06mb
User
:
熊大
[
JSP/Java
]
main
DL : 0
Source requirements for at least 5 C or Java source code or programming or other good source of learning materials,
Date
: 2025-12-19
Size
: 1kb
User
:
zhao
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.