-
- 2022-07-20 20:10:06下载
- 积分:1
-
FiveChess.rar, Gobang network, c++ development, network communications, please d...
FiveChess.rar,网络五子棋,c++编写,网络通信,欢迎下载!-FiveChess.rar, Gobang network, c++ development, network communications, please download!
- 2023-08-10 04:20:03下载
- 积分:1
-
模拟梁的震动,根据函数关系式y=asin(2∏t/T)sin(2∏x/L)绘制梁振动曲线,其中a为振幅,T为周期,L为梁长!在窗口内出现梁振动图象。...
模拟梁的震动,根据函数关系式y=asin(2∏t/T)sin(2∏x/L)绘制梁振动曲线,其中a为振幅,T为周期,L为梁长!在窗口内出现梁振动图象。-simulated beam vibration, according to a function y =- asin (2 t/T) sin (2 x/L) mapping beam vibration curve, which for a amplitude, T cycle, L-beams! Within the window beam images.
- 2022-03-12 00:53:45下载
- 积分:1
-
AccountServer
AccountServer
- 2023-05-28 03:40:02下载
- 积分:1
-
一个小型的计算器程序,用MFC编写的,适合新手学习参考使用...
一个小型的计算器程序,用MFC编写的,适合新手学习参考使用-A small calculator program, using MFC prepared, suitable for novices to learn their use and reference
- 2023-07-20 02:10:04下载
- 积分:1
-
own definition of the interface is the interface to achieve ddfd
自己定义的接口 是接口的实现 ddfd-own definition of the interface is the interface to achieve ddfd
- 2022-02-28 10:10:36下载
- 积分:1
-
封装好的串口操作类,简单好用,功能强大。工业应用。
封装好的串口操作类,简单好用,功能强大。工业应用。-Packaging good serial-type operation, easy-to-use and powerful. Industrial applications.
- 2022-02-21 21:41:56下载
- 积分:1
-
Bitmap 位图、光标等资源编程的例子
Bitmap 位图、光标等资源编程的例子-Bitmap bitmaps, cursors and other resources programming examples
- 2022-12-24 09:40:03下载
- 积分:1
-
C语言描述算法 循环链表的操作
完成以下对循环链表的操作:建立空循环链表;插入新元素;扫描输出循环链表中的元素;在包含x的元素前插入新元素b;删除包含x的元素;
- 2023-08-04 09:10:02下载
- 积分:1
-
Android实现自动、手动更新应用
代码简单、易懂、实用。
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.HashMap;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnClickListener;
import android.content.pm.PackageManager.NameNotFoundException;
import android.net.Uri;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
/**
*@author coolszy
*@date 2012-4-26
*@blog http://blog.92coding.com
*/
public class UpdateManager
{
/
- 2022-03-30 02:32:04下载
- 积分:1