-
hash
一个简单的c代码的hash表数据库框架,(A simple c code hash table frame)
- 2013-11-06 16:07:52下载
- 积分:1
-
xuean
说明: 一个简单c++控制台RPG游戏,初学者,希望大家多交流
QQ290956094(A simple c++ console RPG games, beginners, and more hope that the exchange of)
- 2009-08-07 20:31:55下载
- 积分:1
-
HNCDataCollection
这是一个用于采集机床运行状态数据的程序。(Machine tool data acquisition)
- 2021-03-03 13:39:35下载
- 积分:1
-
dzh2
大智慧dll 插件 ,内嵌 TCC 脚本,解压缩 dzh2.rar。 dll 和TCC 文件夹 放大智慧根目录
公式这么写,提供4个函数,FUN1 FUN2 FUN3 FUN4
ma5:"dzhdll@FUN1"(5),colorwhite;
脚本在TCC 文件夹下 Fun.cpp 里,创意在个人手中,想怎么写怎么写。不受限制了。
只需要修改FUN1 FUN2 FUN3 FUN4 ,四个函数实现就可以了,周期选择,自己弄,自己识别。
修改脚本需要关闭再启动大智慧主程序才有效。(Great wisdom DLL plug-in, embedded TCC script, decompress dzh2.rar. DLL and TCC folder enlarge smart root directory
The formula is written to provide 4 functions, FUN1 FUN2 FUN3 FUN4.
Ma5: "dzhdll@FUN1" (5), colorwhite;
Script in TCC folder Fun.cpp, creativity in the hands of individuals, how to write how to write. There is no limit.
Just modify the FUN1 FUN2 FUN3 FUN4, four functions can be implemented, cycle selection, self-identification.
It is only effective to modify the script to turn off the main smart master program.)
- 2018-09-20 14:42:08下载
- 积分: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
-
sht11
实现sht11温湿度测量,led数码管显示,带一位小数,一个按键切换温度,湿度显示(Achieve sht11 temperature and humidity measurement, led digital display, with a decimal, a button to switch the temperature and humidity display)
- 2010-06-16 22:56:42下载
- 积分:1
-
TrainTicket
一个简单的火车票查询系统,也可以维护数据库。使用VC6.0开发,MFC框架,Access数据库,ADO连接方式。(A simple ticket query system, you can also maintain the Database. Use VC6.0 development, MFC framework, Access databases, ADO connections.)
- 2009-09-25 14:17:47下载
- 积分:1
-
HZK48s
Store contains 48 * 48 blackbody, including English and Japanese alphanumeric characters, special symbols(Store contains 48* 48 blackbody, including English and Japanese alphanumeric characters, special symbols)
- 2014-01-16 15:24:46下载
- 积分:1
-
stm32.USB-simulated-mouse-movement
基于stm32USB模拟鼠标移动,演示用键盘的S1,S2,S3,S4模拟鼠标的上下左右移动。(Based on stm32, USB mouse, demonstration of the keyboard S1, S2, S3, S4 simulated mouse from top to bottom and move around.)
- 2013-12-28 09:45:44下载
- 积分:1
-
pso123
pso 算法 这是网上下载的程序 借鉴一些阿(pso algorithm which is downloaded from some A procedure)
- 2007-05-14 09:50:44下载
- 积分:1