-
dtt-code
DTT编码程序 经过本人测试绝对好用 用了停不下来
- 2014-09-24 22:32:32下载
- 积分:1
-
gofk
说明: c语言编的词法分析器,可以学习的源码,不错(C language of lexical analyzer, you can learn the source code, good)
- 2018-12-25 21:44:27下载
- 积分:1
-
With C# Wrote
用C#写的《计算机软件算法分析与设计》作业--穷举算法,无优先级运算
指定5个运算数和一个结果,由穷举算法可得出全部符合条件的运算式-With C# Wrote
- 2022-07-17 08:29:55下载
- 积分:1
-
MPU6050六轴传感器硬件IIC代码
基于STM32F103系列单片机的六轴传感器的数据获取,姿态结算
- 2023-06-28 14:35:05下载
- 积分:1
-
Fill_IEs
IE自动填充,基本框架和功能,自己再去添加和修改吧--IE自动填充,基本框架和功能,自己再去添加和修改吧(IE Auto fill, the basic framework and functions, add and modify it yourself go)
- 2011-11-16 16:02:21下载
- 积分:1
-
A1005
pat advanced level 1005. Spell It Right(Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.
Input Specification:
Each input file contains one test case. Each case occupies one line which contains an N (<= 10100).
Output Specification:
For each test case, output in one line the digits of the sum in English words. There must be one space between two consecutive words, but no extra space at the end of a line.
Sample Input:
12345
Sample Output:
one five)
- 2015-10-23 10:14:29下载
- 积分:1
-
计算图中一点影响力
计算图中一点的影响力,通过传统的贪心算法,其中包含有CELF优化的一部分算法。使用CELF优化可以有更快的运行速度。
- 2022-06-03 14:04:14下载
- 积分:1
-
muti players distribution programming
muti players distribution programming 课件 与源码, 我要分啊 这么好的东西我都传了
- 2023-01-04 19:05:04下载
- 积分:1
-
C# 模糊文字 点击按钮文字模糊
C# 制作的模糊文字 点击按钮文字模糊效果,这是基于WPF的一个图像特效,将文字模糊显示,如图所示,运行本程序后,点击窗口中的按钮,即可将按钮中的文字模糊处理。下面来看具体的模糊按钮文字的实现代码:
if (((Button)sender).BitmapEffect != null)
{
((Button)sender).BitmapEffect = null;
}
else
{
Button MyButton = (Button)sender;
var MyBlurEffect = new System.Windows.Media.Effects.BlurBitmapEffect();
MyBlurEffect.Radius = 4;
MyBlurEffect.KernelType = System.Windows.Media.Effects.KernelType.Box;
MyButton.BitmapEffect = MyBlurEffect;
}
- 2022-01-21 04:39:19下载
- 积分:1
-
API
Acrobat plugin API headers
- 2017-08-04 13:50:33下载
- 积分:1