搜索结果
找到约 53 项符合
Fun 的查询结果
按分类筛选
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
单片机开发 The goal of our final project was to design an efficient elevator simulator that can accept input fr
The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is ...
Java编程 This application includes a demo server and client program. You could write your own server launcher
This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class.
Usage:
1. Type the following command to launch the server program.
java -jar Sim ...
手机短信编程 FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data
FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data stored in their phones, via a number of different connections methods. FMA allows easy management of Phonebook (both SIM and Phone memory), SMS, Profiles, and Files stored on the phone. FMA can also a ...
单片机开发 该程序是用F449的 P3.4、P3.5、P3.6口来捕获P1.1、P1.2、P1.3端口当键按下时的电平变化没
该程序是用F449的 P3.4、P3.5、P3.6口来捕获P1.1、P1.2、P1.3端口当键按下时的电平变化没,并将键值通过LED和LCD显示键值,键盘(P1.1=FUN; P1.2=DEC; P1.3=INC)连接
matlab例程 "arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover fun
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for
apattern.函数“arect”是给出一个方向图的3D图。函数“makepattern”是计算一个阵列方向图的值。
通讯编程文档 it a channel for the wii game. we can load the latest mplayer from our sd card. Just install the c
it a channel for the wii game.
we can load the latest mplayer from our sd card.
Just install the channel and have fun
GPS编程 forming of a signal, GLONASS system, coherent reception, graph autocorrelation, crosscorrelation fun
forming of a signal, GLONASS system, coherent reception, graph autocorrelation, crosscorrelation function, bit-error probability[SNR]
*行业应用 escription: The Rijndael Encryption algorithm has been recently recognized as an AES (Advanced Encry
escription: The Rijndael Encryption algorithm has been recently recognized as an AES (Advanced Encryption Standard). It was recently (April 2001) released in Visual Basic. The source code here is for Micro$oft Visual C++ 6.0 for developing and testing. Have fun with it!
matlab例程 一道程序编译顺序的考题
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个 ...