Welcome![Sign In][Sign Up]
Location:
Search - catch

Search list

[VHDL-FPGA-Verilogverilog_curr_design

Description: 基于Verilog的乒乓球游戏机,由按键代替发接球(Table tennis game machine based on Verilog language, using the buttons to serve and catch..)
Platform: | Size: 974848 | Author: 柴老师 | Hits:

[Windows Develop5366927

Description: 辅助设计导航系统, 可以捕捉文档信息后访问建立好的资源站点(Aided design navigation system, which may catch document information access after establishing good resource site)
Platform: | Size: 174080 | Author: xweaphornl | Hits:

[OtherjQuery 手册

Description: jQuery 1.3自从2008年1月14日发布后,后引来了各界的关注。我们也随即投入到翻译文档的工作中来。经过4天的努力,终于完工了。 由于赶上中国农历新年,本人未能及时制作成CHM版本,特意在开工的当天将其整理完成,由于时间赶的比较急,难免会有错误,如发现错误,请联系本人,我将会及时修正。(Since its release in January 14, 2008, jQuery 1.3 has attracted attention from all walks of life. We are also working on the translation document. After 4 days' hard work, it was finally finished. Due to the Chinese lunar new year, I failed to make the CHM version, specially in the start of the day will be the finishing, due to the time to catch the more urgent, it is inevitable there will be errors, if mistakes are found, please contact me, I will correct.)
Platform: | Size: 133120 | Author: tony2018 | Hits:

[OtherQQ骂人器源码

Description: 这个是一个我编写的扣字神器。他可以调整速度,达到扣字骂人的功能。他是利用模拟按键复制粘贴完成的。很完美。(This is a buckle artifact I have written. He can adjust his speed to catch the call and swear. He used analog buttons to copy and paste. Perfect.)
Platform: | Size: 251904 | Author: 须臾 | Hits:

[USB developusb_31_062717

Description: 详细描述USB3最新协议,是一个紧跟时代进步的好文档(This file gives a thorough description of What is USB 3, and is also a good document set to catch up with our evolution !)
Platform: | Size: 82243584 | Author: stoner | Hits:

[JSP/Java数据库连接

Description: 数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱动类 Class.forName("com.mysql.jdbc.Driver") ; }catch(ClassNotFoundException e){ System.out.println("找不到驱动程序类 ,加载驱动失败!"); e.printStackTrace() ; } 成功加载后,会将Driver类的实例注册到DriverManager类中。(Test.java Student.java MyFrame.java)
Platform: | Size: 4096 | Author: tm123 | Hits:

[OtherC#深入浅出全接触

Description: C#深入浅出全接触,凝聚了几十万会员的辛勤劳动和私家珍藏,是您程序员生涯中必备的源码库!(keep pace with / catch up with/ keep abreast with the latest development of)
Platform: | Size: 982016 | Author: 楚云 | Hits:

[Otherhello3

Description: Catch the Snake, by a greeting to friend
Platform: | Size: 15360 | Author: Sanie | Hits:

[JSP/Javahuayuan

Description: java初学制作的一个接球的小游戏,初学者可以拿来研究一下,并且可以扩展成打砖块等等(Java novice produced a catch game, beginners can be used to study, and can be expanded into brick, and so on)
Platform: | Size: 130048 | Author: Ansee | Hits:

[OtherSource code

Description: import java.rmi.*; public class rcli { public static void main(String arg[]) { try { rint rr = (rint)Naming.lookup("rmi://172.16.13.2/rser"); double s = rr.fact(5); System.out.println("factorial value is : "+s); }catch(Exception e) { System.out.println(e); } } }
Platform: | Size: 1024 | Author: masomeh | Hits:

[Other[1]BallGame_AS

Description: 小球滚动游戏,板子接住小球,游戏成功,否则失败(The ball on the screen board, catch the ball, the success of the game)
Platform: | Size: 186368 | Author: 嘻嘻~ | Hits:

[Data structstingchechang

Description: 问题描述: 设停车场是一个可停放n 辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆达到时间的先后顺序,依次由北向南排列(大门在最南端,最先达到的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退车车场为它让路,待赶辆车开出大门外,其它车辆在按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短叫纳费用。试为停车场编制按上述要求进行管理的模拟程序。(Problem description: A parking lot is a long and narrow channel that can park n cars, and only one door is available for cars to come in and out. The car according to the time order to vehicles in the parking lot, in turn arranged from north to South (entrance at the southern tip of the first to reach the first car parked in the yard of the most northern end), if the car had been parked inside the N car, then the car can only be waiting on the sidewalk outside, when a car drove off. Then came in the first car on the pavement can be opened into the parking lot; when a car to leave, after it entered the vehicle must first car back yard to make way for it, to catch the car out of the gate, the other in the vehicle into the yard of the original order, every car parked in the car in the yard it left the parking lot according to the length of time it stays named cost. A simulation program for parking lot management according to the above requirements is designed. .)
Platform: | Size: 1024 | Author: 晌午v | Hits:

[Delphi VCLGAME

Description: Catch me if You Can Game
Platform: | Size: 407552 | Author: Yussrii | Hits:

[JSP/Javajava异常处理代码

Description: Write program to generate and catch the exceptions as follows: ClassNotFoundException ArithmeticException NullPointerException IndexOutOfBoundsException IllegalArgumentException OutOfMemoryError(ClassNotFoundException ArithmeticException NullPointerException IndexOutOfBoundsException IllegalArgumentException OutOfMemoryError)
Platform: | Size: 2048 | Author: 圈酱 | Hits:

[Windows Develop打鱼晒网

Description: printf("三天打鱼,两天晒网计算\n一个人每年第一天总是打鱼 后面都是三天打鱼两天晒网\n问某年某月某日是打鱼还是晒网?\n"); int y=0,m=0,d=0; printf("请输入年.月.日(如 2017.8.15):");(Printf ("three days to catch fish, two days to catch nets" \n, a person always fish on the first day of the year, three days after fishing, two days of drying nets, \n ask a certain month a day to catch fish or to net. \n "); Int y=0, m=0, d=0; Printf ("please enter year. Month. Day (such as 2017.8.15):");)
Platform: | Size: 47104 | Author: 年糕兽 | Hits:

[ScannerWindows系统135抓鸡工具

Description: Windows系统135抓鸡工具,端口扫描,全自动上传(Windows system 135 catch chicken tool, port scan, automatic upload)
Platform: | Size: 451584 | Author: ES2157 | Hits:

[OtherloadAndSpeak

Description: 抓取网页内容并调用声音库播放抓取到的内容(catch html content and play the content)
Platform: | Size: 2048 | Author: htly_227 | Hits:

[Chess Poker gamesCOC(捕鱼专家)v3.17

Description: 捕鱼的安卓源码,用按键精灵写的,适合手机平台使用。收集的代码很实用(catch fish is a usefull game script , i think it is important to you , that is all.)
Platform: | Size: 64512 | Author: jamesonz | Hits:

[Catch-Me-Game

Description: opengl game using glut lib
Platform: | Size: 881664 | Author: reddy216 | Hits:

[JSP/JavaQianghongbao

Description: 基于移动应用开发的抢红包app,安卓应用(a android app for catch hongbao of wechat)
Platform: | Size: 23478272 | Author: 禾联 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net