-
自己开发的动物识别系统,大家使用了就知道了
自己开发的动物识别系统,大家使用了就知道了-their development of the animal identification system used by everyone will know the
- 2022-01-26 03:57:42下载
- 积分:1
-
avr串口开发,计算串口的数据,及开发的代码
avr串口开发,计算串口的数据,及开发的代码-avr development, the calculation of serial data, and the development of the code
- 2023-08-27 20:05:04下载
- 积分:1
-
一个简单的地理信息系统,供大家交流学习,大家都可以用…
一个简单的地理信息系统,供大家学习交流,希望能够对您有用。-A simple geographic information system for the exchange of everyone to learn, hoping to be useful for you.
- 2023-02-24 19:20:03下载
- 积分:1
-
E语言源代码,有喜欢的都来看下,如果好用就保留不好用就
E语言源代码,有喜欢的都来看下,如果好用就保留不好用就-E-language source code, there are look like, if not with ease of use on the reservation on the
- 2023-05-22 11:05:04下载
- 积分:1
-
一个风景区的网站源码,前台很漂亮~!~
美工很是一流哟
网站后台功能很是强大.
源码运行环境:ASP+ACC
源码大小:47MB
后台...
一个风景区的网站源码,前台很漂亮~!~
美工很是一流哟
网站后台功能很是强大.
源码运行环境:ASP+ACC
源码大小:47MB
后台管理地址http://**************/admin
后台管理用户:admin
后台管理密码:admin-A scenic area of the website source code, front is very beautiful ~! ~ Art is a first-class yo site was very powerful back-office functions. Source operating environment: ASP+ ACC source Size: 47MB address http://**************/ admin Admin Admin User : admin Admin Password: admin
- 2022-08-31 14:20:17下载
- 积分:1
-
高级C编程源码集,主要是底层系统方面的C代码,包括了内存检测、磁盘操作等等内容。...
高级C编程源码集,主要是底层系统方面的C代码,包括了内存检测、磁盘操作等等内容。-Advanced C programming source code sets, primarily the underlying system C code, including memory testing, operation and so the contents of the disk.
- 2022-01-30 11:25:44下载
- 积分:1
-
一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都...
一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都包含c语言源码,obj文件及应用程序-Some of the basic function of the source code of the program include: (1) malloc function (2) free function (3) realloc function (4) calloc function (5) the preparation of students in the database (6) address book contains more than c language source code, obj documents and applications
- 2023-06-27 21:45:03下载
- 积分:1
-
此程序通过最简单的C程序说明编程的基本规范和注解的描写方法,主要以此来引导程序入门者在编程时对代码进行规范书写....
此程序通过最简单的C程序说明编程的基本规范和注解的描写方法,主要以此来引导程序入门者在编程时对代码进行规范书写.-this procedure through the most simple description of the procedures for the C programming and the basic norms of the notes describe, main procedures in order to guide beginners in the programming code of conduct standardized writing.
- 2022-06-01 19:28:10下载
- 积分:1
-
陨石撞飞机(加强版)特别添加了声音效果以及背景的图案
陨石撞飞机(加强版)特别添加了声音效果以及背景的图案-Meteorite hit aircraft (enhanced version)
- 2022-10-25 03:50:04下载
- 积分: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