-
network-connective-analysis
电力系统中网络结线的分析程序,分析网络结线的连接状况并对其分类。(Network connectivity analysis procedure. analysis the the network connection status and classify it .
)
- 2011-06-29 09:15:03下载
- 积分:1
-
thgd
醍醐灌顶学习这个是对新手来说是有好多用的(C++)
- 2009-04-21 15:02:29下载
- 积分:1
-
Greatly-white-V6.0
大大白远控V6.0更新以下内容:
一、修复电脑断网不能本机上线的BUG问题
二、增加了小马自动掩藏功能
三、增加了远程定位功能
四、增加了支持Windows10显示功能
五、优化新的界面,让远控更好看一些
六、增加了小马自定义路径安装功能
七、增加了小马随意修改名称功能
希望大家能够支持,谢谢!!!(White V6.0 update the following remote control greatly:
One, to repair the computer network can not be the machine on the line BUG
Two, an increase of the pony automatically hide function
Three, increase the function of remote location
Four, added support for Windows10 display function
Five, optimization of the new interface, make remote control more beautiful
Six, increase the pony custom path installation
Seven, increase the pony will modify the name function
Hope that we can support, thank you!!!)
- 2016-11-27 22:52:47下载
- 积分:1
-
suoermario
用c语言编写的超级玛丽源程序,非常具有探讨意义(Using c language source code Super Queen Mary, explore the very meaning of)
- 2008-03-29 12:44:30下载
- 积分:1
-
TripleDes算法de实现
之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。(Before, I in a project development process, involving the TripleDES algorithms, in the realization of the process, I also made reference to a forum on the existing 3DES code and found that most of the code in the algorithm for the realization of loosely, or small deviations, especially for 3DES of two modes: ECB, CBC are rarely involved. This version provided by TripleDES 3DES can be achieved in two modes of 2key/3key increases, decryption. Optimized in terms of speed and memory control are optimized.)
- 2005-05-18 21:08:51下载
- 积分:1
-
BixVReader
Smart card虚拟读卡器驱动源码,这个很稀少的哦(smart card virtual driver source code.)
- 2021-03-30 11:59:10下载
- 积分:1
-
如何将字体库中字替换成需要的字
#include
#include
#include
#include
#include
static int flag=0;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
void print_bin(unsigned int n,int m)//字符转为8位2进制 ,1行显示16位或24位
{
int l = sizeof(n)*8;//总位数。
int i=7;
/*if(i == 0)
{
printf("0");
return;
}
for(i = l-1; i >= 0; i --)//略去高位0.
{
if(n&(1
- 2022-01-24 17:03:16下载
- 积分:1
-
2
足球联赛采用主客场双循环赛制,胜一场得3分,平局各得1分,负一场得0分,联赛排名以积分多者在前,当两队(或多队)积分相同时,则净胜球(即进球数与失球数之差)多者在前,若净胜球相同,则进球数多者在前,若仍相同,则抽签或踢附加赛决定名次(这在联赛结束后进行,联赛未结束则两队名次并列,本程序不做这方面要求)。试编一程序统计最近一轮比赛后,各队积分及排名。(SOCCER PLAYER)
- 2013-12-26 22:20:16下载
- 积分:1
-
sdr-core
一种软件无线电核心算法的演示,包含了傅里叶变换,降噪滤波,常用调试解调等(Core algorithm of a software radio demo, contains the Fourier transform, noise reduction filtering, demodulation and other common debugging)
- 2011-01-17 16:04:23下载
- 积分:1
-
设计复数计算器
程序运行效果为:
1 提醒用户输入用户名
2 接受用户运算输入并运算输出
3 询问用户是否进行下一个运算
4 若用户要求再输入一组数据,则跳转3,否则退出。
- 2022-05-08 01:43:49下载
- 积分:1