-
背单词,占用内存小,便捷,很容易上手,用户只需要先添加单词,然后进入背诵单词...
背单词,占用内存小,便捷,很容易上手,用户只需要先添加单词,然后进入背诵单词-Back word memory small, convenient and very easy to use, users just have to add the word, and then enter the word recitation
- 2023-06-10 04:45:03下载
- 积分:1
-
成绩管理系统
成绩管理系统,管理员登陆,注册。登陆后可增删改查成绩,用文件存储信息,infile,outfilel来操作。
- 2022-02-20 06:16:06下载
- 积分:1
-
This is a staff management system, please use the personal design
这是个员工管理系统,个人设计请用-This is a staff management system, please use the personal design
- 2022-03-18 17:43:29下载
- 积分:1
-
JAVA程序设计中会要的一个程序,主要是字体显示的设计,供JAVA学习者学习用...
JAVA程序设计中会要的一个程序,主要是字体显示的设计,供JAVA学习者学习用-JAVA program design will be a procedure for the main characters is shown in the design, JAVA for learners with learning
- 2022-03-26 06:45:47下载
- 积分:1
-
一个BUTTON 的例子
一个BUTTON 的例子-an example BUTTON
- 2022-07-16 03:50:47下载
- 积分:1
-
粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。
粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。
---- 1. 在你的视中,实现OnEditPaste来处理用户从编辑菜单选择粘贴命令的操作。
---- 2. 在OnEditPaste函数中,建立一个COleDataObject对象并且访问它的AttachClipboard成员函数来将这个对象绑定到剪贴板。
---- 3. 访问COleDataObject::IsDataAvailable函数来检查是否可以使用特殊的格式。当然,你也可以通过循环使用COleDataObject::BeginEnumFormats来寻找其它格式直到你找到了最适合的格式。
---- 4. 粘贴数据。
-paste data replication more complicated than that because you need to choose paste format.---- 1. Depending on your, and realize OnEditPaste to users from the edit menu select paste ordered the operation.---- 2. In OnEditPaste function, the establishment of a visit COleDataObject object and its function AttachClipboard members will be bundled with the object to the clipboard.---- 3. Visit COleDataObject : : IsDataAvailable function can be used to check whether a special format. Of course, you can also cycle through the use of COleDataObject : : BeginEnumFormats to find other formats until you find the most suitable format.---- 4. Pasting data.
- 2023-04-03 21:55:03下载
- 积分:1
-
枚举Windowws所有进程的程序,并能切换活动窗口
枚举Windowws所有进程的程序,并能切换活动窗口-Enumeration procedures Windowws all processes and can switch the active window
- 2022-02-05 05:04:43下载
- 积分:1
-
ISO8583c#实现方式
应用背景
金融行业通信标准。ISO8583 128位域解析传输。
SOCKET传输。
C#实现方式
WEB示例代码
关键技术
//智能组包
Iso8583Package sendPackage = new Iso8583Package("fullSchema.xml");
sendPackage.SmartBitmap = true;
sendPackage.MessageType = "0210";
sendPackage.SetString(2, "8888888888888888888");
sendPackage.SetString(3, "171111");
sendPackage.SetMoney(4, 12.34M);
sendPackage.SetDateTime(7, DateTime.Now);
sendPackage.SetNumber(11, 111);
sendPackage.SetDateTime(12, DateTime.Now);
sendPackage.SetDateTime(13, DateTime.Now);
sendPackage.SetString(25, "20");
sendPackage.SetNumber(28, 123);
sendPackage.S
- 2023-06-13 06:35:04下载
- 积分:1
-
source MD5 Algorithm
MD5算法源程序-source MD5 Algorithm
- 2022-03-24 20:07:39下载
- 积分:1
-
上课时编的 基于单文档的小游戏 坚持三十秒
操纵鼠标躲避乱飞的多个小球,当鼠标碰到边界 或者被小球击中时游戏结束。
可以实时显示鼠标位置,产生动画效果,...
上课时编的 基于单文档的小游戏 坚持三十秒
操纵鼠标躲避乱飞的多个小球,当鼠标碰到边界 或者被小球击中时游戏结束。
可以实时显示鼠标位置,产生动画效果,
目前程序还不完善,还未加入追踪型的小球,
其他功能有待完善-Class series of games based on single documents adhere to 30 seconds to manipulate the mouse to avoid flying a number of small ball, when the mouse come across the border or being hit by the ball when the game ended. Can be real-time display the mouse position, producing animation effects, the current procedure is not perfect, not yet joined the track-type small ball, the other functions remain to be improved
- 2022-04-21 10:50:26下载
- 积分:1