-
android music player progamme
android 音乐播放例子程序,可用于练习android的service-android music player progamme
- 2022-02-28 20:10:50下载
- 积分:1
-
二维码识别
对二维码进行识别,将简单的二维码图像进行剪切,量化,去噪,矫正,最后识别出二维码的信息。
- 2023-04-29 14:50:02下载
- 积分:1
-
Labwindows/CVI example of the procedure is too small, place in 1:00 to share! !
Labwindows/CVI方面的例子程序实在太少了,放上一点给大家共享-Labwindows/CVI example of the procedure is too small, place in 1:00 to share! !
- 2023-07-18 22:40:04下载
- 积分:1
-
C51编程4个常见问题,记下对自己编程有好处
C51编程4个常见问题,记下对自己编程有好处-C51 Programming Frequently Asked Questions 4, note the benefit of their own programming
- 2022-09-28 18:25:03下载
- 积分:1
-
Flexi 可以嵌套IFrame到Flex
Flexi 可以嵌套IFrame到Flex-failed to translate
- 2022-03-19 20:03:13下载
- 积分:1
-
一个功能很全面占用空间的小商城程序,适合个人网上开店使用...
一个功能很全面占用空间的小商城程序,适合个人网上开店使用-a very comprehensive functional space occupied a small place procedures for the use of personal Internet lines!
- 2023-02-18 04:50:04下载
- 积分:1
-
计算器程序
#include float add(float,float); float sub(float,float); float product(float,float); float divide(float,float); void main() 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-28 03:21:54下载
- 积分:1
-
一个类似于心跳回忆的东西
一个类似于心跳回忆的东西-a heartbeat similar to the memories of things. .
- 2022-03-14 16:37:53下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
描述
Description
Input c,Output a and b that a + b = c
Input
a signed 32bit integer c
Output
Output just one pair of signed 32bit integers a and b
-Description
Input c,Output a and b that a+ b = c
Input
a signed 32bit integer c
Output
Output just one pair of signed 32bit integers a and b
- 2022-12-05 10:05:03下载
- 积分:1