-
C#编写的小小线程应用程序
C#编写的小小线程应用程序-C# prepared by the small-threaded application procedures
- 2022-03-13 12:05:35下载
- 积分:1
-
此pdf主要介绍关于c++的相关知识,针对c++中的一些疑难方便进行介绍...
此pdf主要介绍关于c++的相关知识,针对c++中的一些疑难方便进行介绍-Pdf of this introduction on the main c++ Of related knowledge, for c++ Some problems facilitate the introduction
- 2022-03-17 22:52:27下载
- 积分:1
-
一个计算数组间的相似度的小程序
简单实用,输入两组数据,自动计算数据的相似度。
- 2022-01-24 14:50:17下载
- 积分:1
-
【开源】中小学微课学习系统.net源码
【主要模块】
(1)课程中心:学员随时随地在线观看学习,后台直观掌握学习进度
(2)名师风采:展现师风师德,对教师教学评估
(3)模拟考试:学员在线模拟考试练习,自我检测、自我提升,教师组织统考,后台了解学员学习的掌握情况
(4)全新资讯:发布通告、通知,了解最近教学政务
(5)关于我们:个性化展现学员风采,吸引大量优质生源
(6)... ...
【源码优势】
(1)不受时间空间的限制:学习时间可控,可随意调配、学习地点更灵活方便
(2)快速和及时性:随时随地开始学习,不浪费时间、学习资料同步备份,更新很快
(3)可重复性:重难点内容,可以反复重学、点播课堂可以反复复习与巩固练习
(4)个性化学习:相当于一对一教学、根据自己的实际情况,做针对性学习
(5)丰富的交互性和协作性:在线发疑、在线答疑、在线探讨交流、共同思考解决
【我们的优势】
(1)页面美观人性化,简单易操作,后台分级管理
(2)支持二次开发、个性化定制+移动端+小程序
(3)自定义分润方案,实现三级分润,学员主动推广,裂变收益。
(4)支持支付三种模式:支付宝、微信、人工充值、+(学习卡+积分+优惠券等多种优惠方式)
- 2022-02-05 06:09:12下载
- 积分:1
-
1,一个新的项目,调整窗口大小的变化1属性窗口中的文本…
1、新建一个项目,调整窗口的大小,修改form1属性窗口中的text属性为“抢答器” 2、在form1中添加一个按钮控件。名称分别为button1.button2.button3.并且分别将控件的test属性设置为“1号2号3号”。 3、在form1右侧添加textbox控件,名称为textbox1.将其text属性清空。 4、再次添加一个按钮控件,名称为button4 ,将其text属性设置为“复位”。 5、双击一号按钮,打开代码编辑窗口,添加按钮点击执行代码如图所示。-1, a new item, adjust the window size changes Form1 properties window of text attributes to "Responder" two in Form1 add a button control. Names were button1.button2.button3. Respectively, to control the test attribute set to "on the 1st on the 2nd on the 3rd." 3, in addition Form1 right textbox controls, to name textbox1. Its text attributes emptied. 4 again to add a button control, the name of Button4, its text attribute set to "reset." 5, click the button on the 1st, open source editor window, click the Add button code execution shown in the figure.
- 2022-02-21 05:10:19下载
- 积分:1
-
3ds file format
一个简单的控制台应用程序,实现3ds文件的读取。
- 2022-03-25 06:03:48下载
- 积分:1
-
创建Mobile今日主题项目,当前内存查看
Requirements:
Visual Studio 2005,
Windows Mobile...
创建Mobile今日主题项目,当前内存查看
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.-Description:
This sample illustrates how to create a custom Today screen item for
Pocket PC.
Relevant APIs:
Today screen plugins.
Usage:
Load the project from Visual Studio 2005, and build normally.
This sample will build as a DLL called Memwatcher.dll. It will also
create a .cab file called memwatchercab.cab. Install the the cab on
on your device. Once you have installed memwatcher via the cab,
open the Settings-Today applet and tap on the Items tab. Tap OK to close
the dialog. (This causes Today to reload all the applets on the Today
screen- including the Memwatcher sample.)
Assumptions:
None.
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.
- 2022-01-28 04:59:00下载
- 积分:1
-
内容包括VC++网络编程的诸多方面,例如因特网编程、串口通信等等。很有参考价值...
内容包括VC++网络编程的诸多方面,例如因特网编程、串口通信等等。很有参考价值-Includes VC++ Many aspects of network programming, such as Internet programming, serial communications and so on. Useful reference
- 2022-04-14 21:59:36下载
- 积分:1
-
C8051F06X MCU programming, interrupt source code
C8051F06X单片机编程,中断源代码-C8051F06X MCU programming, interrupt source code
- 2022-02-01 18:54:49下载
- 积分:1
-
自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记...
自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记录,或读出函数返回0。
用VC6或VC2008都可以打开工程编译。-Write your own XML parser, XML database for the operation of the business logic for an abstract in accordance with a written record of the function ID, and the other under the ID read out the record function. If the ID does not exist the corresponding record is written into the function to insert records, or to read out the function returns 0. VC6 or use VC2008 to open the project can be compiled.
- 2022-04-25 12:49:41下载
- 积分:1