-
自己写的一个文字游戏源码!vs2005上写的
自己写的一个文字游戏源码!vs2005上写的-Write their own source of a word game! written in VS2005
- 2022-08-05 22:59:30下载
- 积分:1
-
一个求大数阶乘的算法,速度不是很快,可以参考。
一个求大数阶乘的算法,速度不是很快,可以参考。-a majority for the factorial algorithm, the speed is not very high, they can refer to.
- 2022-10-11 09:40:03下载
- 积分:1
-
Jsp
基于jsp技术,在dreambeaver平台上开发的校园卡设备维修维护管理系统,全程跟踪报修,派工,出工,审核过程。-Jsp-based technology, dreambeaver platform developed campus card equipment maintenance maintenance management system, tracking of repair, to send workers, and labor, the review process.
- 2022-03-14 10:45:56下载
- 积分:1
-
快速删除VC,DELPHI的临时文件。此BAT文件可以在文件夹和驱动盘右键菜单中添加两个菜单项(Delete specified files和Delete sp...
快速删除VC,DELPHI的临时文件。此BAT文件可以在文件夹和驱动盘右键菜单中添加两个菜单项(Delete specified files和Delete specified files extention setup我现在使用的是英文选项,您也可以进行修改),第一次使用时双击此BAT文件即可以完成右键功能的添加,以后您就可以方便地使用此菜单的功能了。注:您也可以添加其他可删除的文件扩展名。-deleted VC, Delphi"s temporary files. This BAT documents in folders and drives right menu to add two menu items (specified files and Delete Delete specified files extention setup I now use the English option, you can change), the first use of this double-click BAT document is to be completed by the right-add, after you can easily use this menu function. Note : You can also add other delete the file extensions.
- 2022-03-16 07:52:44下载
- 积分:1
-
n皇后问题的C++实现
n皇后问题的C++实现-n Queen"s realization of C
- 2022-07-15 11:06:40下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Si...
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器;
2. 工程在project文件夹中,双击mpc.ise文件打开工程;
3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件;
4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。-The use of a simple function to achieve the eight-processor software development environment: ISE 7.1i simulation environment: ISE Simulator 1. This example through the ISE Simulator tool to achieve the realization of a two operand four of eight simple processor operation 2. works in the project folder, double-click to open the project file mpc.ise 3. rtl source file in the folder, mpc.v documents for the design, mpc_tb.tbw is the simulation waveform files 4. to open a project, a browser in the works Select device mpc_tb.tbw, double-click in the Process View in the " Simulation Behavioral Model" option, to carry out acts of simulation, simulation results can be obtained.
- 2023-03-17 12:55:03下载
- 积分:1
-
应用于自动化测试行业,对从事相同行业的人有极大的帮助。...
应用于自动化测试行业,对从事相同行业的人有极大的帮助。-Applied to automated testing industry, engaged in the same industry are of great help.
- 2022-08-05 21:31:37下载
- 积分:1
-
VB编写的读写INI文件的四个功能,方便
用VB编写的,读写INI文件的四个函数,简单易用-VB prepared in the INI file read and write four function, easy-to-use
- 2022-08-12 21:43:21下载
- 积分:1
-
一个平行的脉冲的简单模拟
This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for initial experiments with boundary conditions. ToyFDTD3 adds some simple features to ToyFDTD1: A PMC boundary condition, a sinusoidal pulse source, and output tracking a single point in the mesh. Released 15 June 1999.
- 2022-11-16 01:15:02下载
- 积分:1