-
Atomic AppletGrab this nuclear applet! A basic applet.
Atomic AppletGrab this nuclear applet!一个基本的applet程序。-Atomic AppletGrab this nuclear applet! A basic applet.
- 2022-05-22 10:45:43下载
- 积分:1
-
就是个屏幕保护程序基类,希望对大家能够有所帮助.
就是个屏幕保护程序基类,希望对大家能够有所帮助.-screens is the base class protection program, we hope to be able to help.
- 2022-03-04 09:27:26下载
- 积分:1
-
本文档为伊斯兰教对各机构的在这个世界上
this doc for islam for evry bodu in this world
- 2023-01-07 00:50:03下载
- 积分:1
-
得到文件驱动器、路径、扩展名等信息
得到文件驱动器、路径、扩展名等信息-The example of getting dirver , path and extension of file
- 2022-06-12 06:28:08下载
- 积分:1
-
Matlab 进行数字处理的基础知识
这包括数字信号处理的数学模型为需要的所有基本的东西。如傅里叶变换、 3d 绘图、 拉普拉斯变换和筛选方法。在英国指南线 UWE 有关论文鳕鱼。
- 2022-04-01 21:13:46下载
- 积分:1
-
通用网络考试系统论文+代码
本系统根据软件工程面向对象思想,提出“通用网络考试系统”设计与实现,通过计算机管理,实现提高效率,增强准确性,最大限度减少不必要...
通用网络考试系统论文+代码
本系统根据软件工程面向对象思想,提出“通用网络考试系统”设计与实现,通过计算机管理,实现提高效率,增强准确性,最大限度减少不必要的损失。
本课题主要研究内容:
1.拟实现题库录入;
2.智能组卷;
3.随机抽卷;
4.考试设定。
-Network Test System General Papers+ code of the system based on object-oriented software engineering thinking, the " Universal Network Test System," Design and realization of computer management and improve efficiency, enhance accuracy, minimize unnecessary loss. The main research topics: 1. Entry questions to be achieved 2. Intelligent Paper 3. Volume random 4. Test set.
- 2022-03-07 03:10:37下载
- 积分:1
-
一个关于扫雷的原代码
一个关于扫雷的原代码-a mine on the original code
- 2022-05-20 02:41:42下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
串口助手源码(VC++ )
一个不错的串口调试助手源码,使用VC++编写,内容详尽,可供大家编写自己的串口工具时参考。该源码使用SCOMM
- 2022-02-26 07:47:41下载
- 积分:1
-
读取Excel表格文件转换成自定义格式并打印示例
读取Excel表格文件转换成自定义格式并打印示例-read Excel files into a custom format and print examples
- 2022-02-15 19:00:32下载
- 积分:1