-
基本图形的绘制的C程序
基本图形的绘制的C程序-basic graphics rendering the C program
- 2022-02-28 20:30:20下载
- 积分:1
-
这是PB数据库方面的一点心得体会,有实例和教程
这是PB数据库方面的一点心得体会,有实例和教程-This database is a bit of experience, there are examples and tutorials
- 2022-03-07 17:21:55下载
- 积分:1
-
这是个用Java语言编写的游戏小程序。故事的起因是:冷战虽然结束了,但又出现了来自太空的新敌人UFO,它们可以干扰自动导航的导弹系统,所以你得亲自标准目标,射击...
这是个用Java语言编写的游戏小程序。故事的起因是:冷战虽然结束了,但又出现了来自太空的新敌人UFO,它们可以干扰自动导航的导弹系统,所以你得亲自标准目标,射击。不能让它们登陆,否则你就输了!希望你从中可以学会如何用Java来编写此类游戏。-This the Java programming language of the game small programs. The causes of the story : Although the Cold War is over, but from a new enemy space UFO, they can interfere with the automatic navigation systems, so you have to personally standard target shooting. They can not allow the landing, otherwise you lose! I hope you can learn from how to use Java to prepare such games.
- 2022-06-03 13:35:07下载
- 积分:1
-
Simple Robot Control Program
-- Simple Robot Control Program
--------------------------------------------------------------------------
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2023-04-12 04:40:04下载
- 积分:1
-
用java开发终端平台上的Application程序, 比使用C++,Delphi等语言更加容易。 java语言似乎天生就适合团队开发。但是,摆在广大java开...
用java开发终端平台上的Application程序, 比使用C++,Delphi等语言更加容易。 java语言似乎天生就适合团队开发。但是,摆在广大java开发者面前的一个难题是,客户端必须安装JRE。真的必须安装JRE吗?其实你可以不装,只要使用Java Runner,无论在哪里,你的程序都可以Run起来。-spent on the terminal platform Application procedures, the use of C, Delphi and other languages easier. Java language seem naturally fit team development. However, the majority of java placed in front of the development of a problem is, the client must be installed JRE. Really must install the JRE? Actually, you can not, only use Java Runner, regardless of where your program can Run up.
- 2023-08-25 19:40:03下载
- 积分:1
-
Can choose the Chinese version of the electronic design interface automatically...
可以选择中文版操作界面的电子设计自动...书中介绍如何用HQL编写Hibernate查询,如何结合使用Hibernate和基于Java的Criteria与Example。同时还详细介绍Hibernate的映射-Can choose the Chinese version of the electronic design interface automatically ... the book describes how to use Hibernate prepared HQL query, how to combine the use of Hibernate and Java-based Criteria and Example. At the same time, also gave details of Hibernate mapping
- 2022-09-16 10:45:03下载
- 积分:1
-
protel DXP 实 例 1
protel DXP 实 例 1-protel DXP 实 例 1
- 2022-02-09 15:26:51下载
- 积分:1
-
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。...
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。-c of a typical application is dll call, like how good call dll procedures, the procedures for reading you will greatly benefit.
- 2022-04-17 11:49:51下载
- 积分:1
-
uva10324解法(提共題目和解法程式)
題目說明:給你一連串僅包含0和1的字串 (字串長度最大到1000000,字串從第0個字元開始),要請你回答我們在第i個和第j個字元之間(包含第i個和第j個)、 是否所有的字元均相同 (均為1或均為0)。如果均相同請回答Yes、 否則請回答No。输入每筆測試資料的第一列為一個僅包含0和1的字串,下一列有1個整數n 代表對於上一列字串以下有n個問題。皆下來的 n 列每列有2個非負的整數分別代表 i和 j。输出對每一列測試字串,請先輸出第幾個的案例。然後根據 n 個問題回答肯定或否定的。解法:1.用获取讀入整行字串輸入、 並計算長度2.先判斷第 0 個位置,为 0 則把 0 存入另一個整數陣列,为 1 則存 13.用迴圈把字串陣列轉換存到整數陣列、 遇到字元 0 則值不變、 遇到字元 1 則加 14.欲判斷的i、 j位置都為字元 0、 且整數陣列i、 j位置的值相同、 代表有一連串 0、 輸出是5.欲判斷的i j位置都為字元 1,且整數陣列i、 j位置的值相減為i、 j的差、 代表有一連串 1,輸出是6.其他情況輸出号
- 2022-05-06 12:04:30下载
- 积分:1
-
用C++编写的一个回合制战斗类的小游戏,只要体现了类的封装、继承、多态的特性...
用C++编写的一个回合制战斗类的小游戏,只要体现了类的封装、继承、多态的特性-Using C++ to prepare a kind of turn-based fighting game, as long as the manifestation of the kind of package, inheritance, polymorphism characteristics
- 2022-05-25 06:07:32下载
- 积分:1