搜索结果
找到约 87,272 项符合
2015年国赛A题 电源题目 的查询结果
数值算法/人工智能 source code to compute the visibility polygon of a point in a polygon.
source code to compute the visibility polygon of a point in a polygon.
电子书籍 此书最早在1975年出版
此书最早在1975年出版,是最早的讲述软件工程的书籍。历经将近20年,依旧风靡全世界,可见此书的影响力,目前此书已被好多大学、培训机构指定为软件工程专业的教材
源码/资料 用汇编编写的河内塔程序 将第一柱a上n-1个盘借助第二柱c移到第三柱b 把a上剩下的一个盘移到c 将n-1个盘从b借助a移到第三柱c 这三步是图示河内塔的根本方法 功能一:自己动手移动河内塔 先按左右
用汇编编写的河内塔程序 将第一柱a上n-1个盘借助第二柱c移到第三柱b 把a上剩下的一个盘移到c 将n-1个盘从b借助a移到第三柱c 这三步是图示河内塔的根本方法 功能一:自己动手移动河内塔 先按左右键选择要移的盘,按箭头上键确定 再按左右键移到要的盘 如此,再根据河内塔的规则确定较好的次数step2 功能二:图示河内塔移动过 ...
Java编程 企鹅推冰块游戏,A,D左右移动.K,M上下移动
企鹅推冰块游戏,A,D左右移动.K,M上下移动
游戏 Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space
Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space sim. Incorporating ideas from games such as Stars!, SE3, MOO, Tradewars, MUD/MOOs, Dune II, SimCity.
源码/资料 I have written this article to capture a Windows image into a bitmap file that will support all Pain
I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote this article. 捕获一个窗口图像并存入一个支持MS画笔的位图文 ...
Internet/网络编程 sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Becaus
sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Because of this, it is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ra ...
其他 CHM decompiler is a program that converts the internal files of CHM files back into the HHP, HHC, an
CHM decompiler is a program that converts the internal files of CHM files back into the HHP, HHC, and HHK, etc. used to compile the documentation. CHM decompiler是一个把CHM 文件的内部文件转换成 HHP, HHC,和HHK等的程序。它用于编译文件。
数据库系统 Generating next numbers in SQLServer should not be a problem. But problems arise when a customer ask
Generating next numbers in SQLServer should not be a problem. But problems arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. This brief article describes how you would tackle this problem in different scenarios.
Java编程 a Java program that reads a file containing instructions written in self-defined file (TPL in this c
a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the console.