-
Introduction arm of the co
介绍arm的协处理器,对于想了解arm的人很有帮助的。-Introduction arm of the co-processor, for those who would like to know the arm very helpful.
- 2022-08-10 20:06:59下载
- 积分:1
-
模拟操作,是控制台程序提供的快速
模拟DOS,为console程序提供快捷windows化- Simulates DOS, is the console procedure provides quickly
windows
- 2023-02-02 17:40:04下载
- 积分: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
-
mpeg decoder code
mpeg解码代码-mpeg decoder code
- 2022-10-18 11:40:03下载
- 积分:1
-
test the ratio of the circumference Machin algorithm, in sharing, we want to hel...
这个试圆周率的Machin算法,在这里共享,希望对大家有所帮助,看看这个算法会有启发!-test the ratio of the circumference Machin algorithm, in sharing, we want to help, look at this algorithm will be inspired!
- 2022-02-11 19:59:47下载
- 积分:1
-
eMusic的图书馆–管理你的数字图书馆–Java、JSP项目
应用背景夏天的图书馆是一个项目使用Java开发人员的MVC框架来管理您的数字音乐商店。用户可以登录/注册并创建自己的音乐库,添加歌曲,要求上传歌曲到管理员。如果他/她添加任何歌曲,然后管理员可以查看和批准它。最重要的是,eMusic图书馆项目是用我自己的了阿克萨MVC框架。阿克萨MVC框架是一个基于Java的MVC框架像Struts,并具有全部功能可用(几乎)你在Struts中找到,但ASQA MVC Struts的好处是它的足迹很小。它拥有大约25 kb的大小使它世界上最小的MVC框架。很快我就上传了框架源码与细节,和教程。关键技术以下是这个项目的特点:仪表板管理员:登录,查看所有歌曲要求管理员:上传/删除歌曲管理:批准/拒绝任何用户已上传的歌曲用户:登录、查看、播放列表的歌曲用户:请求管理员上传一首新歌用户:跟踪歌曲请求历史还有更多……
- 2023-04-03 23:15:05下载
- 积分:1
-
Autoincreasing build number 自动增加版本信息的宏(5KB)
Autoincreasing build number 自动增加版本信息的宏(5KB)-Autoincreasing build number automatically increase the macro version information (5KB)
- 2022-04-06 23:19:06下载
- 积分:1
-
For C++ Beginners small procedures, learn how to use windows keyboard and mouse.
适合C++初学者的小程序,学习如何在窗口上使用键盘和鼠标.-For C++ Beginners small procedures, learn how to use windows keyboard and mouse.
- 2022-05-24 08:27:20下载
- 积分:1
-
哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现...
哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
- 2022-02-03 01:47:47下载
- 积分:1
-
Windows Solitaire, cross
Windows纸牌,截面比较简陋。有兴趣的朋友,可以拓展。 -Windows Solitaire, cross-sectional comparisons simple. Interested friends, you can expand.
- 2022-02-04 01:03:20下载
- 积分:1