-
游戏 拼图 源代码,wince平台,很好哦
游戏 拼图 源代码,wince平台,很好哦-Puzzle game source code, wince platform, oh well
- 2022-06-14 00:33:04下载
- 积分:1
-
河北工业大大一至大二学期,课程设计源码,课程题目是变幻线,希望对大家有所帮助,特别是河北工业大学的同学。...
河北工业大大一至大二学期,课程设计源码,课程题目是变幻线,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei Tai substantially a second semester, the curriculum design source, the curriculum is changing the subject line, and they hope to help everyone, especially students of Hebei Industrial University.
- 2022-07-14 23:03:41下载
- 积分:1
-
learning VC when doing small exercises, based on the application of the single
学习VC++时做得小练习,基于单文档应用的简单的数据库编程,易于出血者的使用,实现最基本的数据库管理功能-learning VC when doing small exercises, based on the application of the single-file database programming simple and easy to use bleeding, achieve the most basic database management functions
- 2022-01-27 17:16:17下载
- 积分:1
-
模仿BASIC函数的某些C语言函数
模仿BASIC函数的某些C语言函数-mimic the function of certain C language function
- 2022-07-14 11:11:42下载
- 积分:1
-
一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.
一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.-A C# Developed similar PHOTOSHOP software, used a lot of graphics algorithms.
- 2023-02-19 08:45:03下载
- 积分:1
-
provided by the Philips company mfrc design information is complete, I was used...
飞利浦公司提供的mfrc设计资料,很全的,我就是利用它来设计读卡器的-provided by the Philips company mfrc design information is complete, I was used to design the reader
- 2022-01-25 23:36:16下载
- 积分:1
-
With the third edition of Operations Research, Tsinghua University Press 02
配运筹学 第三版 清华大学出版社
02-With the third edition of Operations Research, Tsinghua University Press 02
- 2022-08-10 09:57:32下载
- 积分:1
-
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能...
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能-used textbook prepared registered user management system, users can achieve additions, deletions and change function
- 2022-03-05 20:51:30下载
- 积分: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
-
PHP初学者头疼问题总结:页面之间无法传递变量 get,post,session在最新的php版本中自动全局变量是关闭的,所以要从上一页面取得提交过来得变量要使...
PHP初学者头疼问题总结:页面之间无法传递变量 get,post,session在最新的php版本中自动全局变量是关闭的,所以要从上一页面取得提交过来得变量要使用$_GET[ foo ],$_POST[ foo ],$_SESSION[ foo ]来得到
-PHP beginners headaches conclusion : pages are unable to pass variables get, post, session in the latest php version of global variables is automatically closed. Therefore, we should proceed from the field Previous submit them to be used in the variable $ _GET [foo] $ _POST [foo], $ _SESSION [foo] to be
- 2022-11-25 07:15:03下载
- 积分:1