搜索结果
找到约 75 项符合
Fun 的查询结果
按分类筛选
- 全部分类
- 技术资料 (14)
- 其他 (8)
- matlab例程 (6)
- Java编程 (5)
- 游戏 (4)
- 单片机开发 (4)
- 书籍 (3)
- 其他书籍 (3)
- 人工智能/神经网络 (3)
- 数值算法/人工智能 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 文章/文档 (2)
- Java书籍 (2)
- 源码 (1)
- 软件 (1)
- 电子书籍 (1)
- 教程资料 (1)
- Linux/Unix编程 (1)
- 教育系统应用 (1)
- 手机短信编程 (1)
- 串口编程 (1)
- *行业应用 (1)
- 文件格式 (1)
- 通讯编程文档 (1)
- Delphi控件源码 (1)
- JavaScript (1)
- VC书籍 (1)
- GPS编程 (1)
汇编语言 This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format
This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout ...
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 ...
其他 BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [
BNB20 Finds the constrained minimum of a function of several possibly integer variables.
% Usage: [errmsg,Z,X,t,c,fail] =
% BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...)
%
% BNB solves problems of the form:
% Minimize F(x) subject to: xlb <= x0 <=xub
% A*x <= B ...
书籍 Arduino Adventures Escape from Gemini Station
Fun. We (your authors) wanted a word to describe our ultimate goal for this book, as well as a word
we hope you (our reader) will use to describe it, and that’s the one we chose. There are others goals,
of course, but in the end, when you’ve finished the book, we’re hoping you’ll have enjoyed th ...
技术资料 Google_Hacks
Google Hacks is a collection of industrial-strength, real-world, tested solutions to practical problems. This concise book offers a variety of interesting ways for power users to mine the enormous amount of information that Google has access to, and helps you have fun while doing it. You'll learn cl ...
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 ...
软件 OMRON C系列PLC解密软件
OMRON C系列PLC解密软件.
加密是在主程序的最开头加入:LD&nbsp;AR1001&nbsp;FUN(49)&nbsp;000&nbsp;000&nbsp;#????,“????”就是密码,把带加密的程序下载到PLC,然后对PLC断电上电后密码就生效了;
这样就可以保护程序,但是这种加密方法因为是纯数字的,所以相对来说**也不是很复杂的,现在有很多**软件可以对之**。
...
源码 MATLAB fsolve求解非线性方程组源程序代码
对于非线性方程组F(X)=0,用fsolve函数求其数值解。fsolve函数的调用格式为:
X=fsolve('fun',X0,option)
其中X为返回的解,fun是用于定义需求解的非线性方程组的函数文件名,X0是求根过程的初值,option为最优化工具箱的选项设定。最优化工具箱提供了20多个选项,用户可以使用optimset命令将它们显示出来。如果想 ...
书籍 Deploying+Raspberry+Pi+in+the+Classroom
The Raspberry Pi has become a computing phenomenon. This single-board miniature
computer, first released in February 2012 by the Raspberry Pi Foundation, has grown into
a series of nearly a dozen models that have sold a total of more than 10 million units in
five years.
Inexpensive to buy and to run ...